Instructions to use Drex56/TinyLlama-1.1B-Chat-v1.0-RKLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use Drex56/TinyLlama-1.1B-Chat-v1.0-RKLLM with RKLLM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 285 Bytes
3e619ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model_id": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"quantization": "Q4_0",
"conversion_date": "2025-12-13T13:18:10.633458",
"parameters": {
"temperature": 0.7,
"top_p": 0.9,
"max_tokens": 2048,
"stop_sequences": [
"Human:",
"Assistant:"
]
}
} |