Instructions to use thalllsssss/34302e8a-6f4d-498b-a5bc-6ad1f7abcf4f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/34302e8a-6f4d-498b-a5bc-6ad1f7abcf4f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("databricks/dolly-v2-3b") model = PeftModel.from_pretrained(base_model, "thalllsssss/34302e8a-6f4d-498b-a5bc-6ad1f7abcf4f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K