Instructions to use duyphu/c4199482-e1ce-81fd-daad-e7f7b6c51da2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/c4199482-e1ce-81fd-daad-e7f7b6c51da2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("echarlaix/tiny-random-mistral") model = PeftModel.from_pretrained(base_model, "duyphu/c4199482-e1ce-81fd-daad-e7f7b6c51da2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K