Instructions to use antimage88/5ba32172-2610-4559-96a6-059dcd36607c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use antimage88/5ba32172-2610-4559-96a6-059dcd36607c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b") model = PeftModel.from_pretrained(base_model, "antimage88/5ba32172-2610-4559-96a6-059dcd36607c") - Notebooks
- Google Colab
- Kaggle