morriszms commited on
Commit
60f3fdf
1 Parent(s): c8cda76

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-tail-10.7B-Merge-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-tail-10.7B-Merge-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-tail-10.7B-Merge-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-tail-10.7B-Merge-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-tail-10.7B-Merge-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-tail-10.7B-Merge-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-tail-10.7B-Merge-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-tail-10.7B-Merge-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-tail-10.7B-Merge-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-tail-10.7B-Merge-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-tail-10.7B-Merge-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-tail-10.7B-Merge-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ko
5
+ license: cc-by-nc-sa-4.0
6
+ pipeline_tag: text-generation
7
+ base_model: PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: SOLAR-tail-10.7B-Merge-v1.0
13
+ results:
14
+ - task:
15
+ type: text-generation
16
+ name: Text Generation
17
+ dataset:
18
+ name: AI2 Reasoning Challenge (25-Shot)
19
+ type: ai2_arc
20
+ config: ARC-Challenge
21
+ split: test
22
+ args:
23
+ num_few_shot: 25
24
+ metrics:
25
+ - type: acc_norm
26
+ value: 66.13
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
30
+ name: Open LLM Leaderboard
31
+ - task:
32
+ type: text-generation
33
+ name: Text Generation
34
+ dataset:
35
+ name: HellaSwag (10-Shot)
36
+ type: hellaswag
37
+ split: validation
38
+ args:
39
+ num_few_shot: 10
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 86.54
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MMLU (5-Shot)
52
+ type: cais/mmlu
53
+ config: all
54
+ split: test
55
+ args:
56
+ num_few_shot: 5
57
+ metrics:
58
+ - type: acc
59
+ value: 66.52
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
63
+ name: Open LLM Leaderboard
64
+ - task:
65
+ type: text-generation
66
+ name: Text Generation
67
+ dataset:
68
+ name: TruthfulQA (0-shot)
69
+ type: truthful_qa
70
+ config: multiple_choice
71
+ split: validation
72
+ args:
73
+ num_few_shot: 0
74
+ metrics:
75
+ - type: mc2
76
+ value: 60.57
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
79
+ name: Open LLM Leaderboard
80
+ - task:
81
+ type: text-generation
82
+ name: Text Generation
83
+ dataset:
84
+ name: Winogrande (5-shot)
85
+ type: winogrande
86
+ config: winogrande_xl
87
+ split: validation
88
+ args:
89
+ num_few_shot: 5
90
+ metrics:
91
+ - type: acc
92
+ value: 84.77
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
96
+ name: Open LLM Leaderboard
97
+ - task:
98
+ type: text-generation
99
+ name: Text Generation
100
+ dataset:
101
+ name: GSM8k (5-shot)
102
+ type: gsm8k
103
+ config: main
104
+ split: test
105
+ args:
106
+ num_few_shot: 5
107
+ metrics:
108
+ - type: acc
109
+ value: 65.58
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0
113
+ name: Open LLM Leaderboard
114
+ ---
115
+
116
+ <div style="width: auto; margin-left: auto; margin-right: auto">
117
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
118
+ </div>
119
+ <div style="display: flex; justify-content: space-between; width: 100%;">
120
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
121
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
122
+ 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>
123
+ </p>
124
+ </div>
125
+ </div>
126
+
127
+ ## PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0 - GGUF
128
+
129
+ This repo contains GGUF format model files for [PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0](https://huggingface.co/PracticeLLM/SOLAR-tail-10.7B-Merge-v1.0).
130
+
131
+ 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).
132
+
133
+ ## Prompt template
134
+
135
+ ```
136
+
137
+ ```
138
+
139
+ ## Model file specification
140
+
141
+ | Filename | Quant type | File Size | Description |
142
+ | -------- | ---------- | --------- | ----------- |
143
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
144
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
145
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
146
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
147
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
148
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
149
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
150
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
151
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
152
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
153
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
154
+ | [SOLAR-tail-10.7B-Merge-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF/tree/main/SOLAR-tail-10.7B-Merge-v1.0-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
155
+
156
+
157
+ ## Downloading instruction
158
+
159
+ ### Command line
160
+
161
+ Firstly, install Huggingface Client
162
+
163
+ ```shell
164
+ pip install -U "huggingface_hub[cli]"
165
+ ```
166
+
167
+ Then, downoad the individual model file the a local directory
168
+
169
+ ```shell
170
+ huggingface-cli download tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF --include "SOLAR-tail-10.7B-Merge-v1.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
171
+ ```
172
+
173
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
174
+
175
+ ```shell
176
+ huggingface-cli download tensorblock/SOLAR-tail-10.7B-Merge-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
177
+ ```
SOLAR-tail-10.7B-Merge-v1.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d807ae8895af176bc5e23a49f6007d4a09914cdc4995c4021212f9d36e1265e
3
+ size 4003232896
SOLAR-tail-10.7B-Merge-v1.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52bebfe5d2e5b657ec1c3a61d5c5e4a6afee5e691f6d2b9c734cb17006c3abdc
3
+ size 5650750592
SOLAR-tail-10.7B-Merge-v1.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fb4c99abe9ff6a6c782242e5b7546242a562bde8237408bf79cc1203b94f3a
3
+ size 5195668608
SOLAR-tail-10.7B-Merge-v1.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a3cb784f73eca64f4d08e41415dcb2bf47fcbc613e89aa9a6f54fa8a070824
3
+ size 4664564864
SOLAR-tail-10.7B-Merge-v1.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac8a575507f18d0f8c2192ab1dcc00835074e835ac1d9064dafaa9f9974a6a07
3
+ size 6072384640
SOLAR-tail-10.7B-Merge-v1.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8072448c6dd796a6019ae2b76c8f16727e4567c75053e0b4c9b5ce5fffcd4548
3
+ size 6461668480
SOLAR-tail-10.7B-Merge-v1.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fb313030462912500e91dbec7834fd687a7be7811fe539ae3b3d2da6e0a484
3
+ size 6118521984
SOLAR-tail-10.7B-Merge-v1.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0fce085d4a574534b793d702e833ac17f5ede3fa99311632e5926921e150ce7
3
+ size 7397391488
SOLAR-tail-10.7B-Merge-v1.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01ef586cc8fd5972b56f45216480e6bce6058dd0c69f9bfc59aa2fd19be8586
3
+ size 7597931648
SOLAR-tail-10.7B-Merge-v1.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f675464bd55a53eafbd839fbb53b10420afa5949151af0a7a9aba0419afab7b
3
+ size 7397391488
SOLAR-tail-10.7B-Merge-v1.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe56f5d56d4e8d77052cce088b04e32940ee3620e8663a971fe73d4ef036879
3
+ size 8805211264
SOLAR-tail-10.7B-Merge-v1.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df4fcd598bf8d02341df79d17d6f4487f1af712da542e1361e06c293a78f1cd
3
+ size 11404156032