morriszms commited on
Commit
616d536
1 Parent(s): ab394c7

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
+ Sakura-SOLAR-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sakura-SOLAR-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sakura-SOLAR-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sakura-SOLAR-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sakura-SOLAR-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sakura-SOLAR-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sakura-SOLAR-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sakura-SOLAR-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sakura-SOLAR-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sakura-SOLAR-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sakura-SOLAR-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sakura-SOLAR-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-sa-4.0
5
+ tags:
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ pipeline_tag: text-generation
10
+ base_model: kyujinpy/Sakura-SOLAR-Instruct
11
+ model-index:
12
+ - name: Sakura-SOLAR-Instruct
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: 70.99
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLAR-Instruct
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: 88.42
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLAR-Instruct
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.33
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLAR-Instruct
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: 71.79
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLAR-Instruct
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: 83.66
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLAR-Instruct
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.2
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLAR-Instruct
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
+ ## kyujinpy/Sakura-SOLAR-Instruct - GGUF
128
+
129
+ This repo contains GGUF format model files for [kyujinpy/Sakura-SOLAR-Instruct](https://huggingface.co/kyujinpy/Sakura-SOLAR-Instruct).
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
+ ### System:
137
+ {system_prompt}
138
+
139
+ ### User:
140
+ {prompt}
141
+
142
+ ### Assistant:
143
+ ```
144
+
145
+ ## Model file specification
146
+
147
+ | Filename | Quant type | File Size | Description |
148
+ | -------- | ---------- | --------- | ----------- |
149
+ | [Sakura-SOLAR-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
150
+ | [Sakura-SOLAR-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
151
+ | [Sakura-SOLAR-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
152
+ | [Sakura-SOLAR-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
153
+ | [Sakura-SOLAR-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
154
+ | [Sakura-SOLAR-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
155
+ | [Sakura-SOLAR-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
156
+ | [Sakura-SOLAR-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
157
+ | [Sakura-SOLAR-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
158
+ | [Sakura-SOLAR-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
159
+ | [Sakura-SOLAR-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
160
+ | [Sakura-SOLAR-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/Sakura-SOLAR-Instruct-GGUF/tree/main/Sakura-SOLAR-Instruct-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
161
+
162
+
163
+ ## Downloading instruction
164
+
165
+ ### Command line
166
+
167
+ Firstly, install Huggingface Client
168
+
169
+ ```shell
170
+ pip install -U "huggingface_hub[cli]"
171
+ ```
172
+
173
+ Then, downoad the individual model file the a local directory
174
+
175
+ ```shell
176
+ huggingface-cli download tensorblock/Sakura-SOLAR-Instruct-GGUF --include "Sakura-SOLAR-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
177
+ ```
178
+
179
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
180
+
181
+ ```shell
182
+ huggingface-cli download tensorblock/Sakura-SOLAR-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
Sakura-SOLAR-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8afb6192b60b4038a9746403c27b79496197934ba68ae2cfcd0461259c76c854
3
+ size 4003232704
Sakura-SOLAR-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b13b77791bfa893ae86f613cd59c02eb9c1d8108d469129c0702279b6a2b563
3
+ size 5650750400
Sakura-SOLAR-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fdf41e9923345435f3ffd117b9f784b2244e2766157f556483cbc4ef483b1b2
3
+ size 5195668416
Sakura-SOLAR-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470068b490ea5e257a6054615bab4530d3d0124181fdc5901276b7814f0b290c
3
+ size 4664564672
Sakura-SOLAR-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b7205f7e9ffea84765065c94b4f87354c1bf5d1b9d6e58b517b9e8e6c35cf8
3
+ size 6072384448
Sakura-SOLAR-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c0f23529b969f55b04bf1c9942ea475b00301c63580079820793462104c4ad
3
+ size 6461668288
Sakura-SOLAR-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc9c558733050596dcbe14c42c82ae3cc2dc168c6f54178406910c2000d4f0c8
3
+ size 6118521792
Sakura-SOLAR-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7c539bcc1ffe1141723a759fafc434e1cc0c3fa7b0d59ca000fa3f3a205f94
3
+ size 7397391296
Sakura-SOLAR-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41064d0205fbcebea9b1885dbf3ed41009ea786d5eb5630ecf4864fa630c31e
3
+ size 7597931456
Sakura-SOLAR-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913547dcdf9428e87e05be11c9240d86a77c12c09dc1e2962957c23ed33c56be
3
+ size 7397391296
Sakura-SOLAR-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9d7ecbbd9a1cd7a9dcf777058466543af42e3d5492238b9aba4d0aebadb37a3
3
+ size 8805211072
Sakura-SOLAR-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc06fa9f3ed28fb5ae1c1c6c16ad338ccd8bb4bf450eb9f1f02101c8bfd227b6
3
+ size 11404155840