Instructions to use VERSIL91/d15d1695-4e07-4aed-bf27-e53f712841cf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/d15d1695-4e07-4aed-bf27-e53f712841cf with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("katuni4ka/tiny-random-falcon-40b") model = PeftModel.from_pretrained(base_model, "VERSIL91/d15d1695-4e07-4aed-bf27-e53f712841cf") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!