Instructions to use chauhoang/42812b97-be3b-4c55-8274-7c3c04e20e60 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chauhoang/42812b97-be3b-4c55-8274-7c3c04e20e60 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "chauhoang/42812b97-be3b-4c55-8274-7c3c04e20e60") - Notebooks
- Google Colab
- Kaggle
Ctrl+K