Commit
·
a225f2d
1
Parent(s):
cdf680d
initial commit, with f16 to support calm
Browse files- .gitattributes +1 -0
- README.md +38 -0
- tinyllama-1.1b-chat-v0.3.Q4_K_S.gguf +3 -0
- tinyllama-1.1b-chat-v0.3.Q6_K.gguf +3 -0
- tinyllama-1.1b-chat-v0.3.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: PY007/TinyLlama-1.1B-Chat-v0.3
|
| 3 |
+
datasets:
|
| 4 |
+
- cerebras/SlimPajama-627B
|
| 5 |
+
- bigcode/starcoderdata
|
| 6 |
+
- OpenAssistant/oasst_top1_2023-08-25
|
| 7 |
+
inference: false
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
model_creator: Zhang Peiyuan
|
| 12 |
+
model_name: TinyLlama 1.1B Chat v0.3
|
| 13 |
+
model_type: tinyllama
|
| 14 |
+
prompt_template: '<|im_start|>system
|
| 15 |
+
|
| 16 |
+
{system_message}<|im_end|>
|
| 17 |
+
|
| 18 |
+
<|im_start|>user
|
| 19 |
+
|
| 20 |
+
{prompt}<|im_end|>
|
| 21 |
+
|
| 22 |
+
<|im_start|>assistant
|
| 23 |
+
|
| 24 |
+
'
|
| 25 |
+
quantized_by: TheBloke
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# TinyLlama 1.1B Chat v0.3 - GGUF
|
| 29 |
+
|
| 30 |
+
- Model creator: [Zhang Peiyuan](https://huggingface.co/PY007)
|
| 31 |
+
- Original model: [TinyLlama 1.1B Chat v0.3](https://huggingface.co/PY007/TinyLlama-1.1B-Chat-v0.3)
|
| 32 |
+
- TheBloke quant: [TinyLlama-1.1B-Chat-v0.3-GGUF](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF)
|
| 33 |
+
|
| 34 |
+
## Support for `calm`
|
| 35 |
+
|
| 36 |
+
These models support the [calm]() language model runner.
|
| 37 |
+
The particular quants selected for this repo are in support of [calm](https://github.com/iandennismiller/calm), which is a language model runner that automatically uses the right prompts, templates, context size, etc.
|
| 38 |
+
|
tinyllama-1.1b-chat-v0.3.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c49223a00c93d86eb80b9646e3f818da28bc69cfac4a943c2190dcc1b358961
|
| 3 |
+
size 642763648
|
tinyllama-1.1b-chat-v0.3.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4de14feaabf80af4d36a0fbe5927a99a24f136c2f7419b94e629df253a745d91
|
| 3 |
+
size 903422400
|
tinyllama-1.1b-chat-v0.3.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6e124f85a37ebd0ee18e78c9acc04c08463e6a1e237df103c7e1ee1a90b6528
|
| 3 |
+
size 2201041440
|