Instructions to use tmd-rahul/tinyllama_qlora_correct_data_v3 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_v3 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_v3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5f1dab9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b6ac641b5a909460f3aee0e0c550cd4adcbf257fd07cb701912cb5b360d83c5
size 5304
|