morriszms commited on
Commit
4691c0e
·
verified ·
1 Parent(s): 72357d7

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-3.2-instruct-3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ calme-3.2-instruct-3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-3.2-instruct-3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-3.2-instruct-3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-3.2-instruct-3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-3.2-instruct-3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-3.2-instruct-3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-3.2-instruct-3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-3.2-instruct-3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-3.2-instruct-3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-3.2-instruct-3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ calme-3.2-instruct-3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ - en
5
+ license: other
6
+ library_name: transformers
7
+ tags:
8
+ - chat
9
+ - qwen
10
+ - qwen2.5
11
+ - finetune
12
+ - french
13
+ - english
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: MaziyarPanahi/calme-3.2-instruct-3b
17
+ datasets:
18
+ - MaziyarPanahi/french_instruct_sharegpt
19
+ - arcee-ai/EvolKit-20k
20
+ license_name: qwen-research
21
+ license_link: https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE
22
+ pipeline_tag: text-generation
23
+ inference: false
24
+ model_creator: MaziyarPanahi
25
+ quantized_by: MaziyarPanahi
26
+ model-index:
27
+ - name: calme-3.2-instruct-3b
28
+ results:
29
+ - task:
30
+ type: text-generation
31
+ name: Text Generation
32
+ dataset:
33
+ name: IFEval (0-Shot)
34
+ type: HuggingFaceH4/ifeval
35
+ args:
36
+ num_few_shot: 0
37
+ metrics:
38
+ - type: inst_level_strict_acc and prompt_level_strict_acc
39
+ value: 55.33
40
+ name: strict accuracy
41
+ source:
42
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.2-instruct-3b
43
+ name: Open LLM Leaderboard
44
+ - task:
45
+ type: text-generation
46
+ name: Text Generation
47
+ dataset:
48
+ name: BBH (3-Shot)
49
+ type: BBH
50
+ args:
51
+ num_few_shot: 3
52
+ metrics:
53
+ - type: acc_norm
54
+ value: 27.98
55
+ name: normalized accuracy
56
+ source:
57
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.2-instruct-3b
58
+ name: Open LLM Leaderboard
59
+ - task:
60
+ type: text-generation
61
+ name: Text Generation
62
+ dataset:
63
+ name: MATH Lvl 5 (4-Shot)
64
+ type: hendrycks/competition_math
65
+ args:
66
+ num_few_shot: 4
67
+ metrics:
68
+ - type: exact_match
69
+ value: 9.89
70
+ name: exact match
71
+ source:
72
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.2-instruct-3b
73
+ name: Open LLM Leaderboard
74
+ - task:
75
+ type: text-generation
76
+ name: Text Generation
77
+ dataset:
78
+ name: GPQA (0-shot)
79
+ type: Idavidrein/gpqa
80
+ args:
81
+ num_few_shot: 0
82
+ metrics:
83
+ - type: acc_norm
84
+ value: 4.47
85
+ name: acc_norm
86
+ source:
87
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.2-instruct-3b
88
+ name: Open LLM Leaderboard
89
+ - task:
90
+ type: text-generation
91
+ name: Text Generation
92
+ dataset:
93
+ name: MuSR (0-shot)
94
+ type: TAUR-Lab/MuSR
95
+ args:
96
+ num_few_shot: 0
97
+ metrics:
98
+ - type: acc_norm
99
+ value: 8.79
100
+ name: acc_norm
101
+ source:
102
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.2-instruct-3b
103
+ name: Open LLM Leaderboard
104
+ - task:
105
+ type: text-generation
106
+ name: Text Generation
107
+ dataset:
108
+ name: MMLU-PRO (5-shot)
109
+ type: TIGER-Lab/MMLU-Pro
110
+ config: main
111
+ split: test
112
+ args:
113
+ num_few_shot: 5
114
+ metrics:
115
+ - type: acc
116
+ value: 29.48
117
+ name: accuracy
118
+ source:
119
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.2-instruct-3b
120
+ name: Open LLM Leaderboard
121
+ ---
122
+
123
+ <div style="width: auto; margin-left: auto; margin-right: auto">
124
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
125
+ </div>
126
+ <div style="display: flex; justify-content: space-between; width: 100%;">
127
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
128
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
129
+ 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>
130
+ </p>
131
+ </div>
132
+ </div>
133
+
134
+ ## MaziyarPanahi/calme-3.2-instruct-3b - GGUF
135
+
136
+ This repo contains GGUF format model files for [MaziyarPanahi/calme-3.2-instruct-3b](https://huggingface.co/MaziyarPanahi/calme-3.2-instruct-3b).
137
+
138
+ 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).
139
+
140
+ <div style="text-align: left; margin: 20px 0;">
141
+ <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;">
142
+ Run them on the TensorBlock client using your local machine ↗
143
+ </a>
144
+ </div>
145
+
146
+ ## Prompt template
147
+
148
+ ```
149
+ <|im_start|>system
150
+ {system_prompt}<|im_end|>
151
+ <|im_start|>user
152
+ {prompt}<|im_end|>
153
+ <|im_start|>assistant
154
+ ```
155
+
156
+ ## Model file specification
157
+
158
+ | Filename | Quant type | File Size | Description |
159
+ | -------- | ---------- | --------- | ----------- |
160
+ | [calme-3.2-instruct-3b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q2_K.gguf) | Q2_K | 1.275 GB | smallest, significant quality loss - not recommended for most purposes |
161
+ | [calme-3.2-instruct-3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q3_K_S.gguf) | Q3_K_S | 1.454 GB | very small, high quality loss |
162
+ | [calme-3.2-instruct-3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q3_K_M.gguf) | Q3_K_M | 1.590 GB | very small, high quality loss |
163
+ | [calme-3.2-instruct-3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q3_K_L.gguf) | Q3_K_L | 1.707 GB | small, substantial quality loss |
164
+ | [calme-3.2-instruct-3b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q4_0.gguf) | Q4_0 | 1.823 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
165
+ | [calme-3.2-instruct-3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q4_K_S.gguf) | Q4_K_S | 1.834 GB | small, greater quality loss |
166
+ | [calme-3.2-instruct-3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q4_K_M.gguf) | Q4_K_M | 1.930 GB | medium, balanced quality - recommended |
167
+ | [calme-3.2-instruct-3b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q5_0.gguf) | Q5_0 | 2.170 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
168
+ | [calme-3.2-instruct-3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q5_K_S.gguf) | Q5_K_S | 2.170 GB | large, low quality loss - recommended |
169
+ | [calme-3.2-instruct-3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q5_K_M.gguf) | Q5_K_M | 2.225 GB | large, very low quality loss - recommended |
170
+ | [calme-3.2-instruct-3b-Q6_K.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q6_K.gguf) | Q6_K | 2.538 GB | very large, extremely low quality loss |
171
+ | [calme-3.2-instruct-3b-Q8_0.gguf](https://huggingface.co/tensorblock/calme-3.2-instruct-3b-GGUF/blob/main/calme-3.2-instruct-3b-Q8_0.gguf) | Q8_0 | 3.285 GB | very large, extremely low quality loss - not recommended |
172
+
173
+
174
+ ## Downloading instruction
175
+
176
+ ### Command line
177
+
178
+ Firstly, install Huggingface Client
179
+
180
+ ```shell
181
+ pip install -U "huggingface_hub[cli]"
182
+ ```
183
+
184
+ Then, downoad the individual model file the a local directory
185
+
186
+ ```shell
187
+ huggingface-cli download tensorblock/calme-3.2-instruct-3b-GGUF --include "calme-3.2-instruct-3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
188
+ ```
189
+
190
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
191
+
192
+ ```shell
193
+ huggingface-cli download tensorblock/calme-3.2-instruct-3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
194
+ ```
calme-3.2-instruct-3b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3218fb2ef7ce93b98748dc1ab1d8dbb7d1c7d2459cb53a3252936ec7d0d70097
3
+ size 1274756640
calme-3.2-instruct-3b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df959808af4b925f1b62e3d8e70adb6d709791fb29e5e1b17f684570f1b996c
3
+ size 1707392544
calme-3.2-instruct-3b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d33013171c1240336be71eefd80acf6b1b39f16c7472458454af9a59ce5f2c
3
+ size 1590476320
calme-3.2-instruct-3b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:686d0cf4437a3efbb714a0a021726630ea07bda084f2c295f87652346ead4228
3
+ size 1454358048
calme-3.2-instruct-3b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83a8956c0bcda0115842eebcb0ccdc25a4424c2553b3af7a9646fd4e55ee42c
3
+ size 1822850592
calme-3.2-instruct-3b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa9e0c6d0f434101ecf0b398fccc584ba60da66a7b8147f9eebe923be6c8f485
3
+ size 1929903648
calme-3.2-instruct-3b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f9f2cc0ffa49b83b509212b962aa2c1e488b1be8714ede87c840247d47a8a1a
3
+ size 1834384928
calme-3.2-instruct-3b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35968efb111db66dd14e82798ca9818cda93935f00442268ec2e8793cdb2ab50
3
+ size 2169667104
calme-3.2-instruct-3b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4b0c918a555e180bb0a0c6cbefd00c15f7681a8adf350b9ab0143208b5b384
3
+ size 2224815648
calme-3.2-instruct-3b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b3b05fca75b19a0a00d10c69c2cb0c892c276d35b9b3cf088c33863ae2cf46
3
+ size 2169667104
calme-3.2-instruct-3b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e7a5a213ec4861ed399beea142c754ad8cc2cc2ca70948cfab98aeeaa04488
3
+ size 2538159648
calme-3.2-instruct-3b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2614f0ecbb6048e00d4652dd5e1967afd893a24219656b976b4ca41a9599ae35
3
+ size 3285476896