Instructions to use VERSIL91/c49e86a5-b73f-47c3-aba0-9e96f95a228f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/c49e86a5-b73f-47c3-aba0-9e96f95a228f 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/c49e86a5-b73f-47c3-aba0-9e96f95a228f") - Notebooks
- Google Colab
- Kaggle