Instructions to use Clark88/tinyllama-conversational-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Clark88/tinyllama-conversational-v1 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, "Clark88/tinyllama-conversational-v1") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
8201d37 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:aba263cc20c8dc3f150da932c008d15f5272d576df47ec2d4c158389cf079c8d
size 9063546
|