Instructions to use effcot/Limo_llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use effcot/Limo_llama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "effcot/Limo_llama") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
bef0a7f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b2b1b3eede00b606f0d849b17c36e7ca1f2e22416713c5945aa0dc903ebca3bf
size 83946192
|