Instructions to use mrHunghddddd/c21742e5-e32e-4c86-b68d-70f009a601df with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrHunghddddd/c21742e5-e32e-4c86-b68d-70f009a601df 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, "mrHunghddddd/c21742e5-e32e-4c86-b68d-70f009a601df") - Notebooks
- Google Colab
- Kaggle
Ctrl+K