Instructions to use VERSIL91/f6c0b73b-14b2-42a5-bf16-74a4fb3ac685 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/f6c0b73b-14b2-42a5-bf16-74a4fb3ac685 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/really-tiny-falcon-testing") model = PeftModel.from_pretrained(base_model, "VERSIL91/f6c0b73b-14b2-42a5-bf16-74a4fb3ac685") - Notebooks
- Google Colab
- Kaggle
Ctrl+K