andrijdavid
commited on
Commit
•
3d5c3f3
1
Parent(s):
4812e21
Upload folder using huggingface_hub
Browse files- README.md +16 -2
- TinyLlama-1.1B-Chat-v1.0-Q2_K.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q3_K.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q3_K_L.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q3_K_M.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q3_K_S.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q4_0.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q4_1.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q4_K.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q4_K_M.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q4_K_S.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q5_0.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q5_1.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q5_K.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q5_K_M.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q5_K_S.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q6_K.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-Q8_0.gguf +2 -2
- TinyLlama-1.1B-Chat-v1.0-f16.gguf +2 -2
- tokenizer.model +3 -0
README.md
CHANGED
@@ -7,7 +7,21 @@ tags:
|
|
7 |
datasets:
|
8 |
- cerebras/SlimPajama-627B
|
9 |
- bigcode/starcoderdata
|
10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
quantized_by: andrijdavid
|
12 |
---
|
13 |
# TinyLlama-1.1B-Chat-v1.0-GGUF
|
@@ -217,7 +231,7 @@ The TinyLlama project aims to **pretrain** a **1.1B Llama model on 3 trillion to
|
|
217 |
We adopted exactly the same architecture and tokenizer as Llama 2. This means TinyLlama can be plugged and played in many open-source projects built upon Llama. Besides, TinyLlama is compact with only 1.1B parameters. This compactness allows it to cater to a multitude of applications demanding a restricted computation and memory footprint.
|
218 |
|
219 |
#### This Model
|
220 |
-
This is the chat model finetuned on top of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T). **We follow [HF's Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha
|
221 |
We then further aligned the model with [🤗 TRL's](https://github.com/huggingface/trl) `DPOTrainer` on the [openbmb/UltraFeedback](https://huggingface.co/datasets/openbmb/UltraFeedback) dataset, which contain 64k prompts and model completions that are ranked by GPT-4."
|
222 |
|
223 |
|
|
|
7 |
datasets:
|
8 |
- cerebras/SlimPajama-627B
|
9 |
- bigcode/starcoderdata
|
10 |
+
- HuggingFaceH4/ultrachat_200k
|
11 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
12 |
+
widget:
|
13 |
+
- text: '<|system|>
|
14 |
+
|
15 |
+
You are a chatbot who can help code!</s>
|
16 |
+
|
17 |
+
<|user|>
|
18 |
+
|
19 |
+
Write me a function to calculate the first 10 digits of the fibonacci sequence
|
20 |
+
in Python and print it out to the CLI.</s>
|
21 |
+
|
22 |
+
<|assistant|>
|
23 |
+
|
24 |
+
'
|
25 |
quantized_by: andrijdavid
|
26 |
---
|
27 |
# TinyLlama-1.1B-Chat-v1.0-GGUF
|
|
|
231 |
We adopted exactly the same architecture and tokenizer as Llama 2. This means TinyLlama can be plugged and played in many open-source projects built upon Llama. Besides, TinyLlama is compact with only 1.1B parameters. This compactness allows it to cater to a multitude of applications demanding a restricted computation and memory footprint.
|
232 |
|
233 |
#### This Model
|
234 |
+
This is the chat model finetuned on top of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T). **We follow [HF's Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha)'s training recipe.** The model was " initially fine-tuned on a variant of the [`UltraChat`](https://huggingface.co/datasets/stingning/ultrachat) dataset, which contains a diverse range of synthetic dialogues generated by ChatGPT.
|
235 |
We then further aligned the model with [🤗 TRL's](https://github.com/huggingface/trl) `DPOTrainer` on the [openbmb/UltraFeedback](https://huggingface.co/datasets/openbmb/UltraFeedback) dataset, which contain 64k prompts and model completions that are ranked by GPT-4."
|
236 |
|
237 |
|
TinyLlama-1.1B-Chat-v1.0-Q2_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bade0ed1d2c34723de6b0911573d107d20735fcde742ef8f5b7f09fcd75c26ae
|
3 |
+
size 482143168
|
TinyLlama-1.1B-Chat-v1.0-Q3_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c714751f42af6978ead2da26ff7adf8468d685e4298bd980358f4e8f67bdc476
|
3 |
+
size 549845952
|
TinyLlama-1.1B-Chat-v1.0-Q3_K_L.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bc06c9bf91f01f1d36873530cdd160ae4d9de4b46d81bcb3ef2f2d5b97347f6
|
3 |
+
size 591526848
|
TinyLlama-1.1B-Chat-v1.0-Q3_K_M.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c714751f42af6978ead2da26ff7adf8468d685e4298bd980358f4e8f67bdc476
|
3 |
+
size 549845952
|
TinyLlama-1.1B-Chat-v1.0-Q3_K_S.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16b1c437390e4e24d22fa074c9a99cd9efbf9093d8d1d9da31d461fc3e0fa97c
|
3 |
+
size 499342272
|
TinyLlama-1.1B-Chat-v1.0-Q4_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6669e2c7bed2f71918db6e94edac08fb52fc70b84b242733b003afe781ab013d
|
3 |
+
size 636726208
|
TinyLlama-1.1B-Chat-v1.0-Q4_1.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57619add18cbe6247869cc63eedaf7a265d2ee0da2146077725b57cbd93f2ae0
|
3 |
+
size 701377472
|
TinyLlama-1.1B-Chat-v1.0-Q4_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6c9d2af17e9213825bbf27240e95085ea9eef8990bfee7bc02b75f2b019be55
|
3 |
+
size 667814848
|
TinyLlama-1.1B-Chat-v1.0-Q4_K_M.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6c9d2af17e9213825bbf27240e95085ea9eef8990bfee7bc02b75f2b019be55
|
3 |
+
size 667814848
|
TinyLlama-1.1B-Chat-v1.0-Q4_K_S.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0413c15bb0ec5707302812242bd1fb6158c9c9677c43637a042e793096fcf975
|
3 |
+
size 642755520
|
TinyLlama-1.1B-Chat-v1.0-Q5_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:125cde070e4aa8151e154fdb4c7f29318361b5e8bd6b81dd89b2e008aca62acc
|
3 |
+
size 766028736
|
TinyLlama-1.1B-Chat-v1.0-Q5_1.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:387cc58d39127b8ff4685d5e6801d401496ea3823d5600da528d2ba1299ad552
|
3 |
+
size 830680000
|
TinyLlama-1.1B-Chat-v1.0-Q5_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce675a115a1447f9c7018d25259b8c05ed9a7cb6952e41570d6ca9655316cef6
|
3 |
+
size 782044096
|
TinyLlama-1.1B-Chat-v1.0-Q5_K_M.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce675a115a1447f9c7018d25259b8c05ed9a7cb6952e41570d6ca9655316cef6
|
3 |
+
size 782044096
|
TinyLlama-1.1B-Chat-v1.0-Q5_K_S.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:560954dc4b6e5f712bd6a2067714f08b44b5e805b5e2df39e61cc5b21637e5b3
|
3 |
+
size 766028736
|
TinyLlama-1.1B-Chat-v1.0-Q6_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f149d2203f796758304839f3b5a201dd644081d113abeaa02402966210b70ca
|
3 |
+
size 903412672
|
TinyLlama-1.1B-Chat-v1.0-Q8_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7405c70b3459dd52db34926bb2355335ebf0760e08fc07a800212863251cc280
|
3 |
+
size 1169808320
|
TinyLlama-1.1B-Chat-v1.0-f16.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d96e46fd247508b02348ac1d4cb1a215312df060b49a529db159bb9bb2a67f0b
|
3 |
+
size 2201017248
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|