morriszms commited on
Commit
4d3a1fe
1 Parent(s): ab7d1ce

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
+ dolphin-2.6-mistral-7b-dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.6-mistral-7b-dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.6-mistral-7b-dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.6-mistral-7b-dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.6-mistral-7b-dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.6-mistral-7b-dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.6-mistral-7b-dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.6-mistral-7b-dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.6-mistral-7b-dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.6-mistral-7b-dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.6-mistral-7b-dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.6-mistral-7b-dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ datasets:
6
+ - ehartford/dolphin
7
+ - jondurbin/airoboros-2.2.1
8
+ - ehartford/dolphin-coder
9
+ - teknium/openhermes
10
+ - ise-uiuc/Magicoder-OSS-Instruct-75K
11
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
12
+ - LDJnr/Capybara
13
+ - argilla/ultrafeedback-binarized-preferences-cleaned
14
+ tags:
15
+ - TensorBlock
16
+ - GGUF
17
+ base_model: cognitivecomputations/dolphin-2.6-mistral-7b-dpo
18
+ model-index:
19
+ - name: dolphin-2.6-mistral-7b-dpo
20
+ results:
21
+ - task:
22
+ type: text-generation
23
+ name: Text Generation
24
+ dataset:
25
+ name: AI2 Reasoning Challenge (25-Shot)
26
+ type: ai2_arc
27
+ config: ARC-Challenge
28
+ split: test
29
+ args:
30
+ num_few_shot: 25
31
+ metrics:
32
+ - type: acc_norm
33
+ value: 65.61
34
+ name: normalized accuracy
35
+ source:
36
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=cognitivecomputations/dolphin-2.6-mistral-7b-dpo
37
+ name: Open LLM Leaderboard
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: HellaSwag (10-Shot)
43
+ type: hellaswag
44
+ split: validation
45
+ args:
46
+ num_few_shot: 10
47
+ metrics:
48
+ - type: acc_norm
49
+ value: 85.48
50
+ name: normalized accuracy
51
+ source:
52
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=cognitivecomputations/dolphin-2.6-mistral-7b-dpo
53
+ name: Open LLM Leaderboard
54
+ - task:
55
+ type: text-generation
56
+ name: Text Generation
57
+ dataset:
58
+ name: MMLU (5-Shot)
59
+ type: cais/mmlu
60
+ config: all
61
+ split: test
62
+ args:
63
+ num_few_shot: 5
64
+ metrics:
65
+ - type: acc
66
+ value: 63.24
67
+ name: accuracy
68
+ source:
69
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=cognitivecomputations/dolphin-2.6-mistral-7b-dpo
70
+ name: Open LLM Leaderboard
71
+ - task:
72
+ type: text-generation
73
+ name: Text Generation
74
+ dataset:
75
+ name: TruthfulQA (0-shot)
76
+ type: truthful_qa
77
+ config: multiple_choice
78
+ split: validation
79
+ args:
80
+ num_few_shot: 0
81
+ metrics:
82
+ - type: mc2
83
+ value: 61.47
84
+ source:
85
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=cognitivecomputations/dolphin-2.6-mistral-7b-dpo
86
+ name: Open LLM Leaderboard
87
+ - task:
88
+ type: text-generation
89
+ name: Text Generation
90
+ dataset:
91
+ name: Winogrande (5-shot)
92
+ type: winogrande
93
+ config: winogrande_xl
94
+ split: validation
95
+ args:
96
+ num_few_shot: 5
97
+ metrics:
98
+ - type: acc
99
+ value: 78.61
100
+ name: accuracy
101
+ source:
102
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=cognitivecomputations/dolphin-2.6-mistral-7b-dpo
103
+ name: Open LLM Leaderboard
104
+ - task:
105
+ type: text-generation
106
+ name: Text Generation
107
+ dataset:
108
+ name: GSM8k (5-shot)
109
+ type: gsm8k
110
+ config: main
111
+ split: test
112
+ args:
113
+ num_few_shot: 5
114
+ metrics:
115
+ - type: acc
116
+ value: 48.75
117
+ name: accuracy
118
+ source:
119
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=cognitivecomputations/dolphin-2.6-mistral-7b-dpo
120
+ name: Open LLM Leaderboard
121
+ ---
122
+
123
+ <div style="width: auto; margin-left: auto; margin-right: auto">
124
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
125
+ </div>
126
+ <div style="display: flex; justify-content: space-between; width: 100%;">
127
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
128
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
129
+ 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>
130
+ </p>
131
+ </div>
132
+ </div>
133
+
134
+ ## cognitivecomputations/dolphin-2.6-mistral-7b-dpo - GGUF
135
+
136
+ This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.6-mistral-7b-dpo](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo).
137
+
138
+ 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).
139
+
140
+ <div style="text-align: left; margin: 20px 0;">
141
+ <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;">
142
+ Run them on the TensorBlock client using your local machine ↗
143
+ </a>
144
+ </div>
145
+
146
+ ## Prompt template
147
+
148
+ ```
149
+
150
+ ```
151
+
152
+ ## Model file specification
153
+
154
+ | Filename | Quant type | File Size | Description |
155
+ | -------- | ---------- | --------- | ----------- |
156
+ | [dolphin-2.6-mistral-7b-dpo-Q2_K.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
157
+ | [dolphin-2.6-mistral-7b-dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
158
+ | [dolphin-2.6-mistral-7b-dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
159
+ | [dolphin-2.6-mistral-7b-dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
160
+ | [dolphin-2.6-mistral-7b-dpo-Q4_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
161
+ | [dolphin-2.6-mistral-7b-dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
162
+ | [dolphin-2.6-mistral-7b-dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
163
+ | [dolphin-2.6-mistral-7b-dpo-Q5_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
164
+ | [dolphin-2.6-mistral-7b-dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
165
+ | [dolphin-2.6-mistral-7b-dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
166
+ | [dolphin-2.6-mistral-7b-dpo-Q6_K.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
167
+ | [dolphin-2.6-mistral-7b-dpo-Q8_0.gguf](https://huggingface.co/tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF/blob/main/dolphin-2.6-mistral-7b-dpo-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
168
+
169
+
170
+ ## Downloading instruction
171
+
172
+ ### Command line
173
+
174
+ Firstly, install Huggingface Client
175
+
176
+ ```shell
177
+ pip install -U "huggingface_hub[cli]"
178
+ ```
179
+
180
+ Then, downoad the individual model file the a local directory
181
+
182
+ ```shell
183
+ huggingface-cli download tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF --include "dolphin-2.6-mistral-7b-dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
184
+ ```
185
+
186
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
187
+
188
+ ```shell
189
+ huggingface-cli download tensorblock/dolphin-2.6-mistral-7b-dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
190
+ ```
dolphin-2.6-mistral-7b-dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a96aab2a98b3a05f860828f031af5aa64219812460ef5f40d340085657bc0f8
3
+ size 2719248928
dolphin-2.6-mistral-7b-dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93afc168643ba307985af2d6b8e0b3b24a8b5f0bb71600574f746d92c224ec05
3
+ size 3822031808
dolphin-2.6-mistral-7b-dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ca71fb4a4660b8dc61f4f33a27612bbf3274ea8a8580316cee172295da4d2e
3
+ size 3518993344
dolphin-2.6-mistral-7b-dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c46aa1eae71bc9d73108416ca548cc0d547f03ef18a7ff96c1eae67239b79c3
3
+ size 3164574656
dolphin-2.6-mistral-7b-dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9031bbff5579186afa994c1f3e534e172ecaac374e47a98621614fe42a7840
3
+ size 4108924384
dolphin-2.6-mistral-7b-dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1b107a7589ab16d83b44da5ce9f406a33ed7bc7842cae2772a77b42c2c9a212
3
+ size 4368446944
dolphin-2.6-mistral-7b-dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ebda97db0710c2270df73d76047fb6545dff67a4aa79e10d1dcfa39d2711d9
3
+ size 4140381664
dolphin-2.6-mistral-7b-dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70065d329445a83595f9e39f9dade548ecfa72771f9faf27e6ef6707b7d219bd
3
+ size 4997724128
dolphin-2.6-mistral-7b-dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf585e81374cf472d699c5113b75c8593fd3c3d94bf998aa63deac4f9cb26a6
3
+ size 5131417568
dolphin-2.6-mistral-7b-dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc370c82a0d0ce8ef614693568df241f2d6b94efec63ece83961b7a6b88ded3a
3
+ size 4997724128
dolphin-2.6-mistral-7b-dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817663bc32862284943d417e5c406f6a27a59498f16859bb813c1ae55ae7ed2b
3
+ size 5942073856
dolphin-2.6-mistral-7b-dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a63ae6b2274584ba6ac6b4a7b54a0bcdf4d8bb06eb8fa578900724c3c4b5631
3
+ size 7695868352