Instructions to use duyphu/82ba27c0-9e44-e484-e9e2-ce4e8e6b331c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/82ba27c0-9e44-e484-e9e2-ce4e8e6b331c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "duyphu/82ba27c0-9e44-e484-e9e2-ce4e8e6b331c") - Notebooks
- Google Colab
- Kaggle