Instructions to use duyphu/31cdef95-3bc8-4f4c-8b38-a052d3729bee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/31cdef95-3bc8-4f4c-8b38-a052d3729bee with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v0.6") model = PeftModel.from_pretrained(base_model, "duyphu/31cdef95-3bc8-4f4c-8b38-a052d3729bee") - Notebooks
- Google Colab
- Kaggle
Ctrl+K