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: 129 Bytes
bef0a7f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0fb0e6cdf2ac53fb13f2f98898d6964e3d6d4f8d57b3d7a9f7e6a9f3d8b5e795
size 8017
|