morriszms commited on
Commit
7210cdd
·
verified ·
1 Parent(s): ace8724

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
+ Tsunami-0.5x-7B-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Tsunami-0.5x-7B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Tsunami-0.5x-7B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Tsunami-0.5x-7B-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Tsunami-0.5x-7B-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Tsunami-0.5x-7B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Tsunami-0.5x-7B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Tsunami-0.5x-7B-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Tsunami-0.5x-7B-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Tsunami-0.5x-7B-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Tsunami-0.5x-7B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Tsunami-0.5x-7B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - th
4
+ - en
5
+ license: apache-2.0
6
+ library_name: transformers
7
+ base_model: Tsunami-th/Tsunami-0.5x-7B-Instruct
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ model-index:
13
+ - name: Tsunami-0.5x-7B-Instruct
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: IFEval (0-Shot)
20
+ type: HuggingFaceH4/ifeval
21
+ args:
22
+ num_few_shot: 0
23
+ metrics:
24
+ - type: inst_level_strict_acc and prompt_level_strict_acc
25
+ value: 70.99
26
+ name: strict accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Tsunami-th/Tsunami-0.5x-7B-Instruct
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: BBH (3-Shot)
35
+ type: BBH
36
+ args:
37
+ num_few_shot: 3
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 37.36
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Tsunami-th/Tsunami-0.5x-7B-Instruct
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MATH Lvl 5 (4-Shot)
50
+ type: hendrycks/competition_math
51
+ args:
52
+ num_few_shot: 4
53
+ metrics:
54
+ - type: exact_match
55
+ value: 4.83
56
+ name: exact match
57
+ source:
58
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Tsunami-th/Tsunami-0.5x-7B-Instruct
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: GPQA (0-shot)
65
+ type: Idavidrein/gpqa
66
+ args:
67
+ num_few_shot: 0
68
+ metrics:
69
+ - type: acc_norm
70
+ value: 8.61
71
+ name: acc_norm
72
+ source:
73
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Tsunami-th/Tsunami-0.5x-7B-Instruct
74
+ name: Open LLM Leaderboard
75
+ - task:
76
+ type: text-generation
77
+ name: Text Generation
78
+ dataset:
79
+ name: MuSR (0-shot)
80
+ type: TAUR-Lab/MuSR
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: acc_norm
85
+ value: 18.57
86
+ name: acc_norm
87
+ source:
88
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Tsunami-th/Tsunami-0.5x-7B-Instruct
89
+ name: Open LLM Leaderboard
90
+ - task:
91
+ type: text-generation
92
+ name: Text Generation
93
+ dataset:
94
+ name: MMLU-PRO (5-shot)
95
+ type: TIGER-Lab/MMLU-Pro
96
+ config: main
97
+ split: test
98
+ args:
99
+ num_few_shot: 5
100
+ metrics:
101
+ - type: acc
102
+ value: 38.42
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Tsunami-th/Tsunami-0.5x-7B-Instruct
106
+ name: Open LLM Leaderboard
107
+ ---
108
+
109
+ <div style="width: auto; margin-left: auto; margin-right: auto">
110
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
111
+ </div>
112
+ <div style="display: flex; justify-content: space-between; width: 100%;">
113
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
114
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
115
+ 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>
116
+ </p>
117
+ </div>
118
+ </div>
119
+
120
+ ## Tsunami-th/Tsunami-0.5x-7B-Instruct - GGUF
121
+
122
+ This repo contains GGUF format model files for [Tsunami-th/Tsunami-0.5x-7B-Instruct](https://huggingface.co/Tsunami-th/Tsunami-0.5x-7B-Instruct).
123
+
124
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
125
+
126
+ <div style="text-align: left; margin: 20px 0;">
127
+ <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;">
128
+ Run them on the TensorBlock client using your local machine ↗
129
+ </a>
130
+ </div>
131
+
132
+ ## Prompt template
133
+
134
+ ```
135
+ <|im_start|>system
136
+ {system_prompt}<|im_end|>
137
+ <|im_start|>user
138
+ {prompt}<|im_end|>
139
+ <|im_start|>assistant
140
+ ```
141
+
142
+ ## Model file specification
143
+
144
+ | Filename | Quant type | File Size | Description |
145
+ | -------- | ---------- | --------- | ----------- |
146
+ | [Tsunami-0.5x-7B-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
147
+ | [Tsunami-0.5x-7B-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
148
+ | [Tsunami-0.5x-7B-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
149
+ | [Tsunami-0.5x-7B-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
150
+ | [Tsunami-0.5x-7B-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
151
+ | [Tsunami-0.5x-7B-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
152
+ | [Tsunami-0.5x-7B-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
153
+ | [Tsunami-0.5x-7B-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
154
+ | [Tsunami-0.5x-7B-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
155
+ | [Tsunami-0.5x-7B-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
156
+ | [Tsunami-0.5x-7B-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
157
+ | [Tsunami-0.5x-7B-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/Tsunami-0.5x-7B-Instruct-GGUF/blob/main/Tsunami-0.5x-7B-Instruct-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
158
+
159
+
160
+ ## Downloading instruction
161
+
162
+ ### Command line
163
+
164
+ Firstly, install Huggingface Client
165
+
166
+ ```shell
167
+ pip install -U "huggingface_hub[cli]"
168
+ ```
169
+
170
+ Then, downoad the individual model file the a local directory
171
+
172
+ ```shell
173
+ huggingface-cli download tensorblock/Tsunami-0.5x-7B-Instruct-GGUF --include "Tsunami-0.5x-7B-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
174
+ ```
175
+
176
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
177
+
178
+ ```shell
179
+ huggingface-cli download tensorblock/Tsunami-0.5x-7B-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
180
+ ```
Tsunami-0.5x-7B-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aafad6d381eb0196b5714d4beefe77a9e57a2ac630de952d8cc831292a52b77
3
+ size 3015940576
Tsunami-0.5x-7B-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e57dbbd24fa9d00445988b572b597bc2cb57b752955f14dafe57fec36422460
3
+ size 4088459744
Tsunami-0.5x-7B-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e060388f06551669bc56be3223d6999771d90314f39d413532b2fdc09fb950
3
+ size 3808391648
Tsunami-0.5x-7B-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b09e621c295a2f74f505f4f541e4b7482e945fb3cffd4906ab9b3ec78073c0
3
+ size 3492368864
Tsunami-0.5x-7B-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c451dd0dc9c480728f00999ba12cf712c3f329e53c468d34eba183221698831
3
+ size 4431391200
Tsunami-0.5x-7B-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc60649dba77080ef68c0cd2ccc10319f33099cdb6b705c9a7d124b6c109b6f3
3
+ size 4683074016
Tsunami-0.5x-7B-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f896669f58e8241f57142924e8ef144d54c306d0de61a687dd805002ae4af80
3
+ size 4457769440
Tsunami-0.5x-7B-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438fef3519f18ed3b407d4ed0bf21f2399a26ebc6b222493b03a8ccaa7d5b0e4
3
+ size 5315176928
Tsunami-0.5x-7B-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20915c93169148a55aeb117ac519d5ec4a7f76185bd6080d7defbe7153606a6
3
+ size 5444831712
Tsunami-0.5x-7B-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaeb214d70c3b24b8003ad1bac08158087dd2d92f4927e3b11190d00567cbb5a
3
+ size 5315176928
Tsunami-0.5x-7B-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3107d98a2af75ce78c8357f92fa8a5e2349bf1e3e22a298151156a064c32a6c9
3
+ size 6254199264
Tsunami-0.5x-7B-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959dcd9998622c11b908c4db1a8072cbdc653cda6a4efc742615090eddd3c97a
3
+ size 8098525664