morriszms commited on
Commit
e83ffd6
·
verified ·
1 Parent(s): dfe6349

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ tau-0.5B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tau-0.5B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tau-0.5B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tau-0.5B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tau-0.5B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tau-0.5B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tau-0.5B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tau-0.5B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tau-0.5B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tau-0.5B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tau-0.5B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tau-0.5B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ datasets:
4
+ - Locutusque/UltraTextbooks-2.0
5
+ inference:
6
+ parameters:
7
+ do_sample: true
8
+ temperature: 0.8
9
+ top_p: 0.95
10
+ top_k: 40
11
+ max_new_tokens: 250
12
+ repetition_penalty: 1.1
13
+ language:
14
+ - en
15
+ - zh
16
+ tags:
17
+ - TensorBlock
18
+ - GGUF
19
+ base_model: M4-ai/tau-0.5B
20
+ ---
21
+
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <div style="display: flex; justify-content: space-between; width: 100%;">
26
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
28
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
29
+ </p>
30
+ </div>
31
+ </div>
32
+
33
+ ## M4-ai/tau-0.5B - GGUF
34
+
35
+ This repo contains GGUF format model files for [M4-ai/tau-0.5B](https://huggingface.co/M4-ai/tau-0.5B).
36
+
37
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
38
+
39
+ <div style="text-align: left; margin: 20px 0;">
40
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
41
+ Run them on the TensorBlock client using your local machine ↗
42
+ </a>
43
+ </div>
44
+
45
+ ## Prompt template
46
+
47
+ ```
48
+ <|im_start|>system
49
+ {system_prompt}<|im_end|>
50
+ <|im_start|>user
51
+ {prompt}<|im_end|>
52
+ <|im_start|>assistant
53
+ ```
54
+
55
+ ## Model file specification
56
+
57
+ | Filename | Quant type | File Size | Description |
58
+ | -------- | ---------- | --------- | ----------- |
59
+ | [tau-0.5B-Q2_K.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q2_K.gguf) | Q2_K | 0.247 GB | smallest, significant quality loss - not recommended for most purposes |
60
+ | [tau-0.5B-Q3_K_S.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q3_K_S.gguf) | Q3_K_S | 0.267 GB | very small, high quality loss |
61
+ | [tau-0.5B-Q3_K_M.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q3_K_M.gguf) | Q3_K_M | 0.283 GB | very small, high quality loss |
62
+ | [tau-0.5B-Q3_K_L.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q3_K_L.gguf) | Q3_K_L | 0.297 GB | small, substantial quality loss |
63
+ | [tau-0.5B-Q4_0.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q4_0.gguf) | Q4_0 | 0.307 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
64
+ | [tau-0.5B-Q4_K_S.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q4_K_S.gguf) | Q4_K_S | 0.309 GB | small, greater quality loss |
65
+ | [tau-0.5B-Q4_K_M.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q4_K_M.gguf) | Q4_K_M | 0.320 GB | medium, balanced quality - recommended |
66
+ | [tau-0.5B-Q5_0.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q5_0.gguf) | Q5_0 | 0.346 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
67
+ | [tau-0.5B-Q5_K_S.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q5_K_S.gguf) | Q5_K_S | 0.346 GB | large, low quality loss - recommended |
68
+ | [tau-0.5B-Q5_K_M.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q5_K_M.gguf) | Q5_K_M | 0.352 GB | large, very low quality loss - recommended |
69
+ | [tau-0.5B-Q6_K.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q6_K.gguf) | Q6_K | 0.387 GB | very large, extremely low quality loss |
70
+ | [tau-0.5B-Q8_0.gguf](https://huggingface.co/tensorblock/tau-0.5B-GGUF/blob/main/tau-0.5B-Q8_0.gguf) | Q8_0 | 0.499 GB | very large, extremely low quality loss - not recommended |
71
+
72
+
73
+ ## Downloading instruction
74
+
75
+ ### Command line
76
+
77
+ Firstly, install Huggingface Client
78
+
79
+ ```shell
80
+ pip install -U "huggingface_hub[cli]"
81
+ ```
82
+
83
+ Then, downoad the individual model file the a local directory
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/tau-0.5B-GGUF --include "tau-0.5B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
87
+ ```
88
+
89
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
90
+
91
+ ```shell
92
+ huggingface-cli download tensorblock/tau-0.5B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
93
+ ```
tau-0.5B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25222376c6912a9a20a230858059ffc4dfcc88ca40fa2accbb85fb21581edef5
3
+ size 247362880
tau-0.5B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a722e9995e6e37507bb71ad0c8ca39c7bc7c1934ff0202b4833b89541b7cd7a7
3
+ size 297350464
tau-0.5B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7dee10a4a869a0041301261582ff8034c0a45a1db84a829058e3e8bf345d71
3
+ size 283030848
tau-0.5B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd7c4c531ad5a86bc321d722bdcbba037a10e50df507ed9bd415402613e088e8
3
+ size 266532160
tau-0.5B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7834f1a112a1e0bc49b602fc4c575a37bc57f774ac1d77aa47aca349a8331940
3
+ size 307475776
tau-0.5B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b51416dc0953c811ca8379cfccb746f24e0f1e8c3f9be6f25897d4215aa23c
3
+ size 319640896
tau-0.5B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc48e59a8d898282ccc4f946fa33d14209e3a244133bc273b7639a3a86a1c8b7
3
+ size 309081408
tau-0.5B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:243b3e413fca279bd00c318d23791c39d8f13e0bfb6c200b4c6eae65219d9ba4
3
+ size 346010944
tau-0.5B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827ca3fa7adfad160789c4d04fd1093672e5537fbe2d6dc0697c20e15b4f360a
3
+ size 352277824
tau-0.5B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7989528929402ca7c3c616b3f2744a8d2b826423fc2a1c4950e8b253d60b9e0d
3
+ size 346010944
tau-0.5B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:796cd141a83a051a3473f61a95998ebff3eecf980b0d8e248dfb2e4c7c6f1570
3
+ size 386954560
tau-0.5B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb1276ea97ac071779015d9bd7da9a592eb72ad8f50b5ecada3005f4fd27174
3
+ size 499296576