Instructions to use eltorio/Llama-3.2-3B-appreciation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eltorio/Llama-3.2-3B-appreciation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3.2-3b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "eltorio/Llama-3.2-3B-appreciation") - Notebooks
- Google Colab
- Kaggle
Rename autoeval-training-llama-3-2-3b.ipynb to autoeval-training-llama-3-2-3b-unsloth.ipynb
Browse files
autoeval-training-llama-3-2-3b.ipynb → autoeval-training-llama-3-2-3b-unsloth.ipynb
RENAMED
|
File without changes
|