Instructions to use error577/1485ef98-e631-4c52-872b-6c2d449dfeaa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use error577/1485ef98-e631-4c52-872b-6c2d449dfeaa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("JackFram/llama-160m") model = PeftModel.from_pretrained(base_model, "error577/1485ef98-e631-4c52-872b-6c2d449dfeaa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K