Instructions to use Fischerboot/llama3-c1-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fischerboot/llama3-c1-full with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Essacheez/LLAMA3-8b-LIMA-Alpaca-style") model = PeftModel.from_pretrained(base_model, "Fischerboot/llama3-c1-full") - Notebooks
- Google Colab
- Kaggle