Instructions to use filipesantoscv11/0a820ca2-8176-4aec-8dfa-98ceb374a603 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use filipesantoscv11/0a820ca2-8176-4aec-8dfa-98ceb374a603 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-14B-Chat") model = PeftModel.from_pretrained(base_model, "filipesantoscv11/0a820ca2-8176-4aec-8dfa-98ceb374a603") - Notebooks
- Google Colab
- Kaggle
Ctrl+K