morriszms commited on
Commit
b45be0a
1 Parent(s): 7a5a900

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-Platypus-10.7B-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-Platypus-10.7B-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-Platypus-10.7B-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-Platypus-10.7B-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-Platypus-10.7B-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-Platypus-10.7B-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-Platypus-10.7B-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-Platypus-10.7B-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-Platypus-10.7B-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-Platypus-10.7B-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-Platypus-10.7B-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-Platypus-10.7B-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-sa-4.0
5
+ library_name: transformers
6
+ datasets:
7
+ - kyujinpy/Open-platypus-Commercial
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: kyujinpy/SOLAR-Platypus-10.7B-v1
13
+ model-index:
14
+ - name: SOLAR-Platypus-10.7B-v1
15
+ results:
16
+ - task:
17
+ type: text-generation
18
+ name: Text Generation
19
+ dataset:
20
+ name: AI2 Reasoning Challenge (25-Shot)
21
+ type: ai2_arc
22
+ config: ARC-Challenge
23
+ split: test
24
+ args:
25
+ num_few_shot: 25
26
+ metrics:
27
+ - type: acc_norm
28
+ value: 61.69
29
+ name: normalized accuracy
30
+ source:
31
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/SOLAR-Platypus-10.7B-v1
32
+ name: Open LLM Leaderboard
33
+ - task:
34
+ type: text-generation
35
+ name: Text Generation
36
+ dataset:
37
+ name: HellaSwag (10-Shot)
38
+ type: hellaswag
39
+ split: validation
40
+ args:
41
+ num_few_shot: 10
42
+ metrics:
43
+ - type: acc_norm
44
+ value: 84.23
45
+ name: normalized accuracy
46
+ source:
47
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/SOLAR-Platypus-10.7B-v1
48
+ name: Open LLM Leaderboard
49
+ - task:
50
+ type: text-generation
51
+ name: Text Generation
52
+ dataset:
53
+ name: MMLU (5-Shot)
54
+ type: cais/mmlu
55
+ config: all
56
+ split: test
57
+ args:
58
+ num_few_shot: 5
59
+ metrics:
60
+ - type: acc
61
+ value: 60.37
62
+ name: accuracy
63
+ source:
64
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/SOLAR-Platypus-10.7B-v1
65
+ name: Open LLM Leaderboard
66
+ - task:
67
+ type: text-generation
68
+ name: Text Generation
69
+ dataset:
70
+ name: TruthfulQA (0-shot)
71
+ type: truthful_qa
72
+ config: multiple_choice
73
+ split: validation
74
+ args:
75
+ num_few_shot: 0
76
+ metrics:
77
+ - type: mc2
78
+ value: 51.58
79
+ source:
80
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/SOLAR-Platypus-10.7B-v1
81
+ name: Open LLM Leaderboard
82
+ - task:
83
+ type: text-generation
84
+ name: Text Generation
85
+ dataset:
86
+ name: Winogrande (5-shot)
87
+ type: winogrande
88
+ config: winogrande_xl
89
+ split: validation
90
+ args:
91
+ num_few_shot: 5
92
+ metrics:
93
+ - type: acc
94
+ value: 82.79
95
+ name: accuracy
96
+ source:
97
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/SOLAR-Platypus-10.7B-v1
98
+ name: Open LLM Leaderboard
99
+ - task:
100
+ type: text-generation
101
+ name: Text Generation
102
+ dataset:
103
+ name: GSM8k (5-shot)
104
+ type: gsm8k
105
+ config: main
106
+ split: test
107
+ args:
108
+ num_few_shot: 5
109
+ metrics:
110
+ - type: acc
111
+ value: 11.07
112
+ name: accuracy
113
+ source:
114
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/SOLAR-Platypus-10.7B-v1
115
+ name: Open LLM Leaderboard
116
+ ---
117
+
118
+ <div style="width: auto; margin-left: auto; margin-right: auto">
119
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
120
+ </div>
121
+ <div style="display: flex; justify-content: space-between; width: 100%;">
122
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
123
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
124
+ 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>
125
+ </p>
126
+ </div>
127
+ </div>
128
+
129
+ ## kyujinpy/SOLAR-Platypus-10.7B-v1 - GGUF
130
+
131
+ This repo contains GGUF format model files for [kyujinpy/SOLAR-Platypus-10.7B-v1](https://huggingface.co/kyujinpy/SOLAR-Platypus-10.7B-v1).
132
+
133
+ 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).
134
+
135
+ <div style="text-align: left; margin: 20px 0;">
136
+ <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;">
137
+ Run them on the TensorBlock client using your local machine ↗
138
+ </a>
139
+ </div>
140
+
141
+ ## Prompt template
142
+
143
+ ```
144
+
145
+ ```
146
+
147
+ ## Model file specification
148
+
149
+ | Filename | Quant type | File Size | Description |
150
+ | -------- | ---------- | --------- | ----------- |
151
+ | [SOLAR-Platypus-10.7B-v1-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q2_K.gguf) | Q2_K | 4.003 GB | smallest, significant quality loss - not recommended for most purposes |
152
+ | [SOLAR-Platypus-10.7B-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q3_K_S.gguf) | Q3_K_S | 4.665 GB | very small, high quality loss |
153
+ | [SOLAR-Platypus-10.7B-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q3_K_M.gguf) | Q3_K_M | 5.196 GB | very small, high quality loss |
154
+ | [SOLAR-Platypus-10.7B-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q3_K_L.gguf) | Q3_K_L | 5.651 GB | small, substantial quality loss |
155
+ | [SOLAR-Platypus-10.7B-v1-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q4_0.gguf) | Q4_0 | 6.072 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
156
+ | [SOLAR-Platypus-10.7B-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q4_K_S.gguf) | Q4_K_S | 6.119 GB | small, greater quality loss |
157
+ | [SOLAR-Platypus-10.7B-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q4_K_M.gguf) | Q4_K_M | 6.462 GB | medium, balanced quality - recommended |
158
+ | [SOLAR-Platypus-10.7B-v1-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q5_0.gguf) | Q5_0 | 7.397 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
159
+ | [SOLAR-Platypus-10.7B-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q5_K_S.gguf) | Q5_K_S | 7.397 GB | large, low quality loss - recommended |
160
+ | [SOLAR-Platypus-10.7B-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q5_K_M.gguf) | Q5_K_M | 7.598 GB | large, very low quality loss - recommended |
161
+ | [SOLAR-Platypus-10.7B-v1-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q6_K.gguf) | Q6_K | 8.805 GB | very large, extremely low quality loss |
162
+ | [SOLAR-Platypus-10.7B-v1-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-Platypus-10.7B-v1-GGUF/blob/main/SOLAR-Platypus-10.7B-v1-Q8_0.gguf) | Q8_0 | 11.404 GB | very large, extremely low quality loss - not recommended |
163
+
164
+
165
+ ## Downloading instruction
166
+
167
+ ### Command line
168
+
169
+ Firstly, install Huggingface Client
170
+
171
+ ```shell
172
+ pip install -U "huggingface_hub[cli]"
173
+ ```
174
+
175
+ Then, downoad the individual model file the a local directory
176
+
177
+ ```shell
178
+ huggingface-cli download tensorblock/SOLAR-Platypus-10.7B-v1-GGUF --include "SOLAR-Platypus-10.7B-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
179
+ ```
180
+
181
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
182
+
183
+ ```shell
184
+ huggingface-cli download tensorblock/SOLAR-Platypus-10.7B-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
185
+ ```
SOLAR-Platypus-10.7B-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa5b2a90c52159b4278df8b5b8973494ff4cd51092c92eca57246e7d43ae99e
3
+ size 4003232480
SOLAR-Platypus-10.7B-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15fd5506ff625222caa85e0b89398823ec33642a54b085cb5818b936024f6dfd
3
+ size 5650750176
SOLAR-Platypus-10.7B-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03af37ce249d6affe132a38631b76935fa6b27c77927626bf3c625030e9d36a8
3
+ size 5195668192
SOLAR-Platypus-10.7B-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e176fc3a7366f55f807b7f44ceb3b74c33fd918f8299ade238d60c57cec3c3
3
+ size 4664564448
SOLAR-Platypus-10.7B-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fad821968d27d9be363b12666c3f1828ecb57dd556414415209e202a85b436d
3
+ size 6072384224
SOLAR-Platypus-10.7B-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5399197bac095f735f437c1256325410cf24ef7a6fceac032bb04eae4bf6ee78
3
+ size 6461668064
SOLAR-Platypus-10.7B-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ebd2b941361c5a734ea3f305851c96ccbaffd07de248a61d42460e360a5bef
3
+ size 6118521568
SOLAR-Platypus-10.7B-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7c23914b8569e83ababb02583945ea017020014596a6089452256206c4c5089
3
+ size 7397391072
SOLAR-Platypus-10.7B-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219faae455f2189e3abf1ed71b7a62a9548c0fc1413748dffb00925c70c788c2
3
+ size 7597931232
SOLAR-Platypus-10.7B-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24f6ee9f51ec361fe4a623c17076ed419fa197682ac2bb952e9daba8c363f65
3
+ size 7397391072
SOLAR-Platypus-10.7B-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:476a20ed763ef6dce2bedde55cc700b92fc21971b50b55c2bdf26b4a5065c06d
3
+ size 8805210848
SOLAR-Platypus-10.7B-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cdbc699ccd39b19550c12a43055291bb7348476fbc086e598ffb12fad8e2733
3
+ size 11404155616