Instructions to use fedovtt/9ff0579b-21fe-4f82-b5c0-e24a3e64f4c1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fedovtt/9ff0579b-21fe-4f82-b5c0-e24a3e64f4c1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "fedovtt/9ff0579b-21fe-4f82-b5c0-e24a3e64f4c1") - Notebooks
- Google Colab
- Kaggle