Instructions to use diaenra/748bb68b-420f-4b5a-9ee1-97a4c15fc712 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use diaenra/748bb68b-420f-4b5a-9ee1-97a4c15fc712 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, "diaenra/748bb68b-420f-4b5a-9ee1-97a4c15fc712") - Notebooks
- Google Colab
- Kaggle
Ctrl+K