Instructions to use VERSIL91/4dee6e01-3061-4ce5-8ac7-b2660fba13f2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/4dee6e01-3061-4ce5-8ac7-b2660fba13f2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "VERSIL91/4dee6e01-3061-4ce5-8ac7-b2660fba13f2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K