morriszms commited on
Commit
11093f4
·
verified ·
1 Parent(s): 06d2e41

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
+ calme-2.8-qwen2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ calme-2.8-qwen2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-2.8-qwen2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-2.8-qwen2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-2.8-qwen2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-2.8-qwen2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-2.8-qwen2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-2.8-qwen2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-2.8-qwen2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-2.8-qwen2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-2.8-qwen2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ calme-2.8-qwen2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - chat
8
+ - qwen
9
+ - qwen2
10
+ - finetune
11
+ - chatml
12
+ - OpenHermes-2.5
13
+ - HelpSteer2
14
+ - Orca
15
+ - SlimOrca
16
+ - TensorBlock
17
+ - GGUF
18
+ base_model: MaziyarPanahi/calme-2.8-qwen2-7b
19
+ datasets:
20
+ - nvidia/HelpSteer2
21
+ - teknium/OpenHermes-2.5
22
+ - microsoft/orca-math-word-problems-200k
23
+ - Open-Orca/SlimOrca
24
+ pipeline_tag: text-generation
25
+ inference: false
26
+ model_creator: MaziyarPanahi
27
+ quantized_by: MaziyarPanahi
28
+ model-index:
29
+ - name: Qwen2-7B-Instruct-v0.8
30
+ results:
31
+ - task:
32
+ type: text-generation
33
+ name: Text Generation
34
+ dataset:
35
+ name: IFEval (0-Shot)
36
+ type: HuggingFaceH4/ifeval
37
+ args:
38
+ num_few_shot: 0
39
+ metrics:
40
+ - type: inst_level_strict_acc and prompt_level_strict_acc
41
+ value: 27.75
42
+ name: strict accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/Qwen2-7B-Instruct-v0.8
45
+ name: Open LLM Leaderboard
46
+ - task:
47
+ type: text-generation
48
+ name: Text Generation
49
+ dataset:
50
+ name: BBH (3-Shot)
51
+ type: BBH
52
+ args:
53
+ num_few_shot: 3
54
+ metrics:
55
+ - type: acc_norm
56
+ value: 25.53
57
+ name: normalized accuracy
58
+ source:
59
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/Qwen2-7B-Instruct-v0.8
60
+ name: Open LLM Leaderboard
61
+ - task:
62
+ type: text-generation
63
+ name: Text Generation
64
+ dataset:
65
+ name: MATH Lvl 5 (4-Shot)
66
+ type: hendrycks/competition_math
67
+ args:
68
+ num_few_shot: 4
69
+ metrics:
70
+ - type: exact_match
71
+ value: 15.63
72
+ name: exact match
73
+ source:
74
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/Qwen2-7B-Instruct-v0.8
75
+ name: Open LLM Leaderboard
76
+ - task:
77
+ type: text-generation
78
+ name: Text Generation
79
+ dataset:
80
+ name: GPQA (0-shot)
81
+ type: Idavidrein/gpqa
82
+ args:
83
+ num_few_shot: 0
84
+ metrics:
85
+ - type: acc_norm
86
+ value: 5.82
87
+ name: acc_norm
88
+ source:
89
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/Qwen2-7B-Instruct-v0.8
90
+ name: Open LLM Leaderboard
91
+ - task:
92
+ type: text-generation
93
+ name: Text Generation
94
+ dataset:
95
+ name: MuSR (0-shot)
96
+ type: TAUR-Lab/MuSR
97
+ args:
98
+ num_few_shot: 0
99
+ metrics:
100
+ - type: acc_norm
101
+ value: 12.06
102
+ name: acc_norm
103
+ source:
104
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/Qwen2-7B-Instruct-v0.8
105
+ name: Open LLM Leaderboard
106
+ - task:
107
+ type: text-generation
108
+ name: Text Generation
109
+ dataset:
110
+ name: MMLU-PRO (5-shot)
111
+ type: TIGER-Lab/MMLU-Pro
112
+ config: main
113
+ split: test
114
+ args:
115
+ num_few_shot: 5
116
+ metrics:
117
+ - type: acc
118
+ value: 28.51
119
+ name: accuracy
120
+ source:
121
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/Qwen2-7B-Instruct-v0.8
122
+ name: Open LLM Leaderboard
123
+ ---
124
+
125
+ <div style="width: auto; margin-left: auto; margin-right: auto">
126
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
127
+ </div>
128
+ <div style="display: flex; justify-content: space-between; width: 100%;">
129
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
130
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
131
+ 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>
132
+ </p>
133
+ </div>
134
+ </div>
135
+
136
+ ## MaziyarPanahi/calme-2.8-qwen2-7b - GGUF
137
+
138
+ This repo contains GGUF format model files for [MaziyarPanahi/calme-2.8-qwen2-7b](https://huggingface.co/MaziyarPanahi/calme-2.8-qwen2-7b).
139
+
140
+ 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).
141
+
142
+ <div style="text-align: left; margin: 20px 0;">
143
+ <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;">
144
+ Run them on the TensorBlock client using your local machine ↗
145
+ </a>
146
+ </div>
147
+
148
+ ## Prompt template
149
+
150
+ ```
151
+ <|im_start|>system
152
+ {system_prompt}<|im_end|>
153
+ <|im_start|>user
154
+ {prompt}<|im_end|>
155
+ <|im_start|>assistant
156
+ ```
157
+
158
+ ## Model file specification
159
+
160
+ | Filename | Quant type | File Size | Description |
161
+ | -------- | ---------- | --------- | ----------- |
162
+ | [calme-2.8-qwen2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
163
+ | [calme-2.8-qwen2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
164
+ | [calme-2.8-qwen2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
165
+ | [calme-2.8-qwen2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
166
+ | [calme-2.8-qwen2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
167
+ | [calme-2.8-qwen2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
168
+ | [calme-2.8-qwen2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
169
+ | [calme-2.8-qwen2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
170
+ | [calme-2.8-qwen2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
171
+ | [calme-2.8-qwen2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
172
+ | [calme-2.8-qwen2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
173
+ | [calme-2.8-qwen2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/calme-2.8-qwen2-7b-GGUF/blob/main/calme-2.8-qwen2-7b-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
174
+
175
+
176
+ ## Downloading instruction
177
+
178
+ ### Command line
179
+
180
+ Firstly, install Huggingface Client
181
+
182
+ ```shell
183
+ pip install -U "huggingface_hub[cli]"
184
+ ```
185
+
186
+ Then, downoad the individual model file the a local directory
187
+
188
+ ```shell
189
+ huggingface-cli download tensorblock/calme-2.8-qwen2-7b-GGUF --include "calme-2.8-qwen2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
190
+ ```
191
+
192
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
193
+
194
+ ```shell
195
+ huggingface-cli download tensorblock/calme-2.8-qwen2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
196
+ ```
calme-2.8-qwen2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2416cf17728acc22c00688afce47fd1dce7089e4a83562cccc1ac4a8be0a6c0a
3
+ size 3015938368
calme-2.8-qwen2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be47b52bf18ed46c44e02affd0bae266ebf4d6b1dcb632c2f7679e3c47eb7b8
3
+ size 4088457536
calme-2.8-qwen2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f44eaece6418cbaae7af5ced9e174231d31bdbf93b911ac0b280dfa3a81ad7
3
+ size 3808389440
calme-2.8-qwen2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d085dc1c34079141a7f5639be2289e07c4f5638de0cee9d30a3653d216f55f1
3
+ size 3492366656
calme-2.8-qwen2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760fb7bad41dada06195dc37f42687b6d048181c8f583de7f5e45e128defd4b0
3
+ size 4431388992
calme-2.8-qwen2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028646fd5142f59a3a014499523be80ff00968197468051fb7432d1140227a7f
3
+ size 4683071808
calme-2.8-qwen2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98719dff8da27c42bcd53ca18c1ab729ec01d42b394a8219970f5dfd37bb8330
3
+ size 4457767232
calme-2.8-qwen2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b310c6b275cbf84126120723c28a1ebc48e7e9235a266616dfe42ba4ba4e9dd2
3
+ size 5315174720
calme-2.8-qwen2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f9587665e2ee6265407da6c3e5e99012744935b82f94f51149d799823edbdd
3
+ size 5444829504
calme-2.8-qwen2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8892f982f920cdb38edf15effcd60876c8599020746a811f46f28b40c659588b
3
+ size 5315174720
calme-2.8-qwen2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c268c91f5ca56adf9907d490294f75c893ec62e451c2b643fb6896855bc5bc84
3
+ size 6254197056
calme-2.8-qwen2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21df803142226bfe90ba4a8a6de13d562e35f22e260e487c3d9f393f1f0b1ed5
3
+ size 8098523456