Instructions to use tmd-rahul/tinyllama_qlora_correct_data_v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tmd-rahul/tinyllama_qlora_correct_data_v4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "tmd-rahul/tinyllama_qlora_correct_data_v4") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a260db8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bd7a4808f1baaf2bde933e78f29277c5c4374721b697420ed63336246646294e
size 5304
|