Instructions to use error577/678bdeae-3a40-4e29-b67c-7fbc0c52dd71 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use error577/678bdeae-3a40-4e29-b67c-7fbc0c52dd71 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("JackFram/llama-68m") model = PeftModel.from_pretrained(base_model, "error577/678bdeae-3a40-4e29-b67c-7fbc0c52dd71") - Notebooks
- Google Colab
- Kaggle
Ctrl+K