Instructions to use VERSIL91/c8b2dc06-062a-44aa-8973-de7a3461f8c0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/c8b2dc06-062a-44aa-8973-de7a3461f8c0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceM4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "VERSIL91/c8b2dc06-062a-44aa-8973-de7a3461f8c0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K