morriszms commited on
Commit
6801119
·
verified ·
1 Parent(s): 9af5321

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
+ SOLAR-math-2x10.7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-math-2x10.7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-math-2x10.7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-math-2x10.7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-math-2x10.7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-math-2x10.7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-math-2x10.7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-math-2x10.7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-math-2x10.7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-math-2x10.7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-math-2x10.7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-math-2x10.7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ base_model: macadeliccc/SOLAR-math-2x10.7b
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ model-index:
11
+ - name: SOLAR-math-2x10.7b
12
+ results:
13
+ - task:
14
+ type: text-generation
15
+ name: Text Generation
16
+ dataset:
17
+ name: AI2 Reasoning Challenge (25-Shot)
18
+ type: ai2_arc
19
+ config: ARC-Challenge
20
+ split: test
21
+ args:
22
+ num_few_shot: 25
23
+ metrics:
24
+ - type: acc_norm
25
+ value: 68.43
26
+ name: normalized accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: HellaSwag (10-Shot)
35
+ type: hellaswag
36
+ split: validation
37
+ args:
38
+ num_few_shot: 10
39
+ metrics:
40
+ - type: acc_norm
41
+ value: 86.31
42
+ name: normalized accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
45
+ name: Open LLM Leaderboard
46
+ - task:
47
+ type: text-generation
48
+ name: Text Generation
49
+ dataset:
50
+ name: MMLU (5-Shot)
51
+ type: cais/mmlu
52
+ config: all
53
+ split: test
54
+ args:
55
+ num_few_shot: 5
56
+ metrics:
57
+ - type: acc
58
+ value: 66.9
59
+ name: accuracy
60
+ source:
61
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
62
+ name: Open LLM Leaderboard
63
+ - task:
64
+ type: text-generation
65
+ name: Text Generation
66
+ dataset:
67
+ name: TruthfulQA (0-shot)
68
+ type: truthful_qa
69
+ config: multiple_choice
70
+ split: validation
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: mc2
75
+ value: 64.21
76
+ source:
77
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
78
+ name: Open LLM Leaderboard
79
+ - task:
80
+ type: text-generation
81
+ name: Text Generation
82
+ dataset:
83
+ name: Winogrande (5-shot)
84
+ type: winogrande
85
+ config: winogrande_xl
86
+ split: validation
87
+ args:
88
+ num_few_shot: 5
89
+ metrics:
90
+ - type: acc
91
+ value: 83.35
92
+ name: accuracy
93
+ source:
94
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
95
+ name: Open LLM Leaderboard
96
+ - task:
97
+ type: text-generation
98
+ name: Text Generation
99
+ dataset:
100
+ name: GSM8k (5-shot)
101
+ type: gsm8k
102
+ config: main
103
+ split: test
104
+ args:
105
+ num_few_shot: 5
106
+ metrics:
107
+ - type: acc
108
+ value: 71.04
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
112
+ name: Open LLM Leaderboard
113
+ ---
114
+
115
+ <div style="width: auto; margin-left: auto; margin-right: auto">
116
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
117
+ </div>
118
+ <div style="display: flex; justify-content: space-between; width: 100%;">
119
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
120
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
121
+ 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>
122
+ </p>
123
+ </div>
124
+ </div>
125
+
126
+ ## macadeliccc/SOLAR-math-2x10.7b - GGUF
127
+
128
+ This repo contains GGUF format model files for [macadeliccc/SOLAR-math-2x10.7b](https://huggingface.co/macadeliccc/SOLAR-math-2x10.7b).
129
+
130
+ 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).
131
+
132
+ <div style="text-align: left; margin: 20px 0;">
133
+ <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;">
134
+ Run them on the TensorBlock client using your local machine ↗
135
+ </a>
136
+ </div>
137
+
138
+ ## Prompt template
139
+
140
+ ```
141
+ <|im_start|>system
142
+ {system_prompt}<|im_end|>
143
+ <|im_start|>user
144
+ {prompt}<|im_end|>
145
+ <|im_start|>assistant
146
+ ```
147
+
148
+ ## Model file specification
149
+
150
+ | Filename | Quant type | File Size | Description |
151
+ | -------- | ---------- | --------- | ----------- |
152
+ | [SOLAR-math-2x10.7b-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q2_K.gguf) | Q2_K | 7.066 GB | smallest, significant quality loss - not recommended for most purposes |
153
+ | [SOLAR-math-2x10.7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q3_K_S.gguf) | Q3_K_S | 8.299 GB | very small, high quality loss |
154
+ | [SOLAR-math-2x10.7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q3_K_M.gguf) | Q3_K_M | 9.227 GB | very small, high quality loss |
155
+ | [SOLAR-math-2x10.7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q3_K_L.gguf) | Q3_K_L | 10.012 GB | small, substantial quality loss |
156
+ | [SOLAR-math-2x10.7b-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q4_0.gguf) | Q4_0 | 10.830 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
157
+ | [SOLAR-math-2x10.7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q4_K_S.gguf) | Q4_K_S | 10.920 GB | small, greater quality loss |
158
+ | [SOLAR-math-2x10.7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q4_K_M.gguf) | Q4_K_M | 11.583 GB | medium, balanced quality - recommended |
159
+ | [SOLAR-math-2x10.7b-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q5_0.gguf) | Q5_0 | 13.212 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
160
+ | [SOLAR-math-2x10.7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q5_K_S.gguf) | Q5_K_S | 13.212 GB | large, low quality loss - recommended |
161
+ | [SOLAR-math-2x10.7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q5_K_M.gguf) | Q5_K_M | 13.600 GB | large, very low quality loss - recommended |
162
+ | [SOLAR-math-2x10.7b-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q6_K.gguf) | Q6_K | 15.743 GB | very large, extremely low quality loss |
163
+ | [SOLAR-math-2x10.7b-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-math-2x10.7b-GGUF/blob/main/SOLAR-math-2x10.7b-Q8_0.gguf) | Q8_0 | 20.390 GB | very large, extremely low quality loss - not recommended |
164
+
165
+
166
+ ## Downloading instruction
167
+
168
+ ### Command line
169
+
170
+ Firstly, install Huggingface Client
171
+
172
+ ```shell
173
+ pip install -U "huggingface_hub[cli]"
174
+ ```
175
+
176
+ Then, downoad the individual model file the a local directory
177
+
178
+ ```shell
179
+ huggingface-cli download tensorblock/SOLAR-math-2x10.7b-GGUF --include "SOLAR-math-2x10.7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
180
+ ```
181
+
182
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
183
+
184
+ ```shell
185
+ huggingface-cli download tensorblock/SOLAR-math-2x10.7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
186
+ ```
SOLAR-math-2x10.7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f091c10322cbb81cef9ae635c7c13dc24f896ccf7c37c4d3f628ce9d5b579f2
3
+ size 7065613280
SOLAR-math-2x10.7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a12374de9c287eec9fcf021b0ba138185e72a0097b5340c44dc52c5254cbd2ee
3
+ size 10012317472
SOLAR-math-2x10.7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6065dd71a3082e7d41f0278f0d6b13d1cb46f4123e9e81b57f4de942be89b1
3
+ size 9226934048
SOLAR-math-2x10.7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a7e911ce1232e46aa137e54d69f1e9bf6f9f3945401c3dba9d43c9018cfba9
3
+ size 8299468576
SOLAR-math-2x10.7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ce04823d8531a9b8b006fbfc31de7cde4301344060c291e67a9d52ab79c919
3
+ size 10830314336
SOLAR-math-2x10.7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7bbaac90e829a3eae77f1f9b94a713c904b80c1cbd58f4f689ba976c2c4913
3
+ size 11582929760
SOLAR-math-2x10.7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac52b97c4db241a01dad7d420a9ad609451efc8108c36a745ded765e788b003
3
+ size 10920491872
SOLAR-math-2x10.7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a2093967ee00b3376c058a140d170913131d4cd95fbeaba39e7402835cfc82
3
+ size 13212286816
SOLAR-math-2x10.7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae8970d32c35969c97a577421973779b355b2e65b20a94cff5521658dc1dee1
3
+ size 13599997792
SOLAR-math-2x10.7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff1c8d77cd6847d3142eb2ff50df5d0a3e6cf83d42f85d23d4d1b88bc108f5d
3
+ size 13212286816
SOLAR-math-2x10.7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:716c1121b37701735337ad807c37eba1b8f5f0fe6a3c3ea82741f6002c8a0ab3
3
+ size 15743132576
SOLAR-math-2x10.7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cba1dc467cccc8bc67c02cf65a6af5f54421b54d4e8a4275add4429eb8f3da3
3
+ size 20389950240