Instructions to use VERSIL91/ebfa63ec-b835-4714-bd4e-ef9e45a9563e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/ebfa63ec-b835-4714-bd4e-ef9e45a9563e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("JackFram/llama-160m") model = PeftModel.from_pretrained(base_model, "VERSIL91/ebfa63ec-b835-4714-bd4e-ef9e45a9563e") - Notebooks
- Google Colab
- Kaggle