Instructions to use rohangbs/tinyllama_chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rohangbs/tinyllama_chat 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, "rohangbs/tinyllama_chat") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
64b8b45 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a78ef815884621a90febec483695cb48578e40879f35a65d7c3c529efc344e9d
size 5112
|