morriszms commited on
Commit
292392c
·
verified ·
1 Parent(s): cabf6c4

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