Text Generation
GGUF
English
TensorBlock
GGUF
Eval Results
Inference Endpoints
conversational
morriszms commited on
Commit
0117535
1 Parent(s): bf4cb42

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-SOLRCA-Math-Instruct-DPO-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sakura-SOLRCA-Math-Instruct-DPO-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-sa-4.0
5
+ datasets:
6
+ - Intel/orca_dpo_pairs
7
+ - argilla/distilabel-math-preference-dpo
8
+ - kyujinpy/orca_math_dpo
9
+ pipeline_tag: text-generation
10
+ base_model: kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ model-index:
15
+ - name: Sakura-SOLRCA-Math-Instruct-DPO-v1
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: AI2 Reasoning Challenge (25-Shot)
22
+ type: ai2_arc
23
+ config: ARC-Challenge
24
+ split: test
25
+ args:
26
+ num_few_shot: 25
27
+ metrics:
28
+ - type: acc_norm
29
+ value: 71.25
30
+ name: normalized accuracy
31
+ source:
32
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
33
+ name: Open LLM Leaderboard
34
+ - task:
35
+ type: text-generation
36
+ name: Text Generation
37
+ dataset:
38
+ name: HellaSwag (10-Shot)
39
+ type: hellaswag
40
+ split: validation
41
+ args:
42
+ num_few_shot: 10
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 88.48
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MMLU (5-Shot)
55
+ type: cais/mmlu
56
+ config: all
57
+ split: test
58
+ args:
59
+ num_few_shot: 5
60
+ metrics:
61
+ - type: acc
62
+ value: 66.21
63
+ name: accuracy
64
+ source:
65
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: TruthfulQA (0-shot)
72
+ type: truthful_qa
73
+ config: multiple_choice
74
+ split: validation
75
+ args:
76
+ num_few_shot: 0
77
+ metrics:
78
+ - type: mc2
79
+ value: 72.12
80
+ source:
81
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: Winogrande (5-shot)
88
+ type: winogrande
89
+ config: winogrande_xl
90
+ split: validation
91
+ args:
92
+ num_few_shot: 5
93
+ metrics:
94
+ - type: acc
95
+ value: 82.87
96
+ name: accuracy
97
+ source:
98
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
99
+ name: Open LLM Leaderboard
100
+ - task:
101
+ type: text-generation
102
+ name: Text Generation
103
+ dataset:
104
+ name: GSM8k (5-shot)
105
+ type: gsm8k
106
+ config: main
107
+ split: test
108
+ args:
109
+ num_few_shot: 5
110
+ metrics:
111
+ - type: acc
112
+ value: 63.84
113
+ name: accuracy
114
+ source:
115
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1
116
+ name: Open LLM Leaderboard
117
+ ---
118
+
119
+ <div style="width: auto; margin-left: auto; margin-right: auto">
120
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
121
+ </div>
122
+ <div style="display: flex; justify-content: space-between; width: 100%;">
123
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
124
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
125
+ 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>
126
+ </p>
127
+ </div>
128
+ </div>
129
+
130
+ ## kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1 - GGUF
131
+
132
+ This repo contains GGUF format model files for [kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1](https://huggingface.co/kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v1).
133
+
134
+ 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).
135
+
136
+ ## Prompt template
137
+
138
+ ```
139
+ ### System:
140
+ {system_prompt}
141
+
142
+ ### User:
143
+ {prompt}
144
+
145
+ ### Assistant:
146
+ ```
147
+
148
+ ## Model file specification
149
+
150
+ | Filename | Quant type | File Size | Description |
151
+ | -------- | ---------- | --------- | ----------- |
152
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q2_K.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
153
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
154
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
155
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
156
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_0.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
157
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
158
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
159
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_0.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
160
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
161
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
162
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q6_K.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
163
+ | [Sakura-SOLRCA-Math-Instruct-DPO-v1-Q8_0.gguf](https://huggingface.co/tensorblock/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF/tree/main/Sakura-SOLRCA-Math-Instruct-DPO-v1-Q8_0.gguf) | Q8_0 | 10.621 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/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF --include "Sakura-SOLRCA-Math-Instruct-DPO-v1-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/Sakura-SOLRCA-Math-Instruct-DPO-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
186
+ ```
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a329c0ba119d1acfb5b48d9b3ed817f8da4e8800f2089ca90a2ff98eba6ff79
3
+ size 4003232896
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f39a5e4b4f901dfb2d6f70a47cca55aa1579768988fa35c8559bb230c98fef6
3
+ size 5650750592
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7430100b623773c987bef5f7cf38343b10234b1afa886454c52b3c108655a1c
3
+ size 5195668608
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ce3cc0796c212dcdc469525f643a4bc83fdb61c3dd1e6af8d116c2e24ad1f9
3
+ size 4664564864
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce1044104368fab469c66495ea118beee636dbf21c0631579fa011837d77fca
3
+ size 6072384640
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c451d87a430a42a95644d16fb4881679659db8cce001334206985276404aaa10
3
+ size 6461668480
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e398b0b008a93e524c3857e6ddf22d0190e8356d720d024ec428884a4ca9d0e1
3
+ size 6118521984
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f60c1e40053673edf6126aa75ced13d4e5e688221901c4a2a821acd569259f
3
+ size 7397391488
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a7c9ea58387f2e74652634810aa82f885eeb01a255532629ea6d6aa7c69010
3
+ size 7597931648
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935fa62a5338178acc924003dc03295fc5e6316bbb47d59d869979fbbf5e50fa
3
+ size 7397391488
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a486fc747aa7b92f61730fcabb5eb0de77d929b3f887753415170660f320500
3
+ size 8805211264
Sakura-SOLRCA-Math-Instruct-DPO-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:837d2bf39144ec8139924c796f942269a5f37f215ca4eb09a61c992e5f248b6d
3
+ size 11404156032