morriszms commited on
Commit
addbcca
·
verified ·
1 Parent(s): 868374b

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,16 @@ 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
+ SmaugDolphin-60B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmaugDolphin-60B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmaugDolphin-60B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmaugDolphin-60B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmaugDolphin-60B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmaugDolphin-60B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmaugDolphin-60B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmaugDolphin-60B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmaugDolphin-60B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmaugDolphin-60B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmaugDolphin-60B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmaugDolphin-60B-Q8_0/SmaugDolphin-60B-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ SmaugDolphin-60B-Q8_0/SmaugDolphin-60B-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: yi-license
4
+ license_link: https://huggingface.co/cognitivecomputations/dolphin-2.2-yi-34b-200k/blob/main/LICENSE
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: macadeliccc/SmaugDolphin-60B
9
+ model-index:
10
+ - name: SmaugDolphin-60B
11
+ results:
12
+ - task:
13
+ type: text-generation
14
+ name: Text Generation
15
+ dataset:
16
+ name: AI2 Reasoning Challenge (25-Shot)
17
+ type: ai2_arc
18
+ config: ARC-Challenge
19
+ split: test
20
+ args:
21
+ num_few_shot: 25
22
+ metrics:
23
+ - type: acc_norm
24
+ value: 73.38
25
+ name: normalized accuracy
26
+ source:
27
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SmaugDolphin-60B
28
+ name: Open LLM Leaderboard
29
+ - task:
30
+ type: text-generation
31
+ name: Text Generation
32
+ dataset:
33
+ name: HellaSwag (10-Shot)
34
+ type: hellaswag
35
+ split: validation
36
+ args:
37
+ num_few_shot: 10
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 86.55
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SmaugDolphin-60B
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MMLU (5-Shot)
50
+ type: cais/mmlu
51
+ config: all
52
+ split: test
53
+ args:
54
+ num_few_shot: 5
55
+ metrics:
56
+ - type: acc
57
+ value: 76.78
58
+ name: accuracy
59
+ source:
60
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SmaugDolphin-60B
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: TruthfulQA (0-shot)
67
+ type: truthful_qa
68
+ config: multiple_choice
69
+ split: validation
70
+ args:
71
+ num_few_shot: 0
72
+ metrics:
73
+ - type: mc2
74
+ value: 67.44
75
+ source:
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SmaugDolphin-60B
77
+ name: Open LLM Leaderboard
78
+ - task:
79
+ type: text-generation
80
+ name: Text Generation
81
+ dataset:
82
+ name: Winogrande (5-shot)
83
+ type: winogrande
84
+ config: winogrande_xl
85
+ split: validation
86
+ args:
87
+ num_few_shot: 5
88
+ metrics:
89
+ - type: acc
90
+ value: 83.5
91
+ name: accuracy
92
+ source:
93
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SmaugDolphin-60B
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: GSM8k (5-shot)
100
+ type: gsm8k
101
+ config: main
102
+ split: test
103
+ args:
104
+ num_few_shot: 5
105
+ metrics:
106
+ - type: acc
107
+ value: 70.96
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SmaugDolphin-60B
111
+ name: Open LLM Leaderboard
112
+ ---
113
+
114
+ <div style="width: auto; margin-left: auto; margin-right: auto">
115
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
116
+ </div>
117
+ <div style="display: flex; justify-content: space-between; width: 100%;">
118
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
119
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
120
+ 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>
121
+ </p>
122
+ </div>
123
+ </div>
124
+
125
+ ## macadeliccc/SmaugDolphin-60B - GGUF
126
+
127
+ This repo contains GGUF format model files for [macadeliccc/SmaugDolphin-60B](https://huggingface.co/macadeliccc/SmaugDolphin-60B).
128
+
129
+ 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).
130
+
131
+ <div style="text-align: left; margin: 20px 0;">
132
+ <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;">
133
+ Run them on the TensorBlock client using your local machine ↗
134
+ </a>
135
+ </div>
136
+
137
+ ## Prompt template
138
+
139
+ ```
140
+ [INST] <<SYS>>
141
+ {system_prompt}
142
+ <</SYS>>
143
+
144
+ {prompt} [/INST]
145
+ ```
146
+
147
+ ## Model file specification
148
+
149
+ | Filename | Quant type | File Size | Description |
150
+ | -------- | ---------- | --------- | ----------- |
151
+ | [SmaugDolphin-60B-Q2_K.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q2_K.gguf) | Q2_K | 22.394 GB | smallest, significant quality loss - not recommended for most purposes |
152
+ | [SmaugDolphin-60B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q3_K_S.gguf) | Q3_K_S | 26.318 GB | very small, high quality loss |
153
+ | [SmaugDolphin-60B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q3_K_M.gguf) | Q3_K_M | 29.237 GB | very small, high quality loss |
154
+ | [SmaugDolphin-60B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q3_K_L.gguf) | Q3_K_L | 31.768 GB | small, substantial quality loss |
155
+ | [SmaugDolphin-60B-Q4_0.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q4_0.gguf) | Q4_0 | 34.334 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
156
+ | [SmaugDolphin-60B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q4_K_S.gguf) | Q4_K_S | 34.594 GB | small, greater quality loss |
157
+ | [SmaugDolphin-60B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q4_K_M.gguf) | Q4_K_M | 36.661 GB | medium, balanced quality - recommended |
158
+ | [SmaugDolphin-60B-Q5_0.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q5_0.gguf) | Q5_0 | 41.878 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
159
+ | [SmaugDolphin-60B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q5_K_S.gguf) | Q5_K_S | 41.878 GB | large, low quality loss - recommended |
160
+ | [SmaugDolphin-60B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q5_K_M.gguf) | Q5_K_M | 43.077 GB | large, very low quality loss - recommended |
161
+ | [SmaugDolphin-60B-Q6_K.gguf](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q6_K.gguf) | Q6_K | 49.893 GB | very large, extremely low quality loss |
162
+ | [SmaugDolphin-60B-Q8_0](https://huggingface.co/tensorblock/SmaugDolphin-60B-GGUF/blob/main/SmaugDolphin-60B-Q8_0) | Q8_0 | 64.621 GB | very large, extremely low quality loss - not recommended |
163
+
164
+
165
+ ## Downloading instruction
166
+
167
+ ### Command line
168
+
169
+ Firstly, install Huggingface Client
170
+
171
+ ```shell
172
+ pip install -U "huggingface_hub[cli]"
173
+ ```
174
+
175
+ Then, downoad the individual model file the a local directory
176
+
177
+ ```shell
178
+ huggingface-cli download tensorblock/SmaugDolphin-60B-GGUF --include "SmaugDolphin-60B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
179
+ ```
180
+
181
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
182
+
183
+ ```shell
184
+ huggingface-cli download tensorblock/SmaugDolphin-60B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
185
+ ```
SmaugDolphin-60B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c67e9925303d9341c4984a62182b407c101f293788207ea92a7c6fd3585869
3
+ size 22393660704
SmaugDolphin-60B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4c37e8195a8ba07ab0bb0a8162237624f5ef0a2a2e4a415682f8f6e143bb15
3
+ size 31767827744
SmaugDolphin-60B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89e1632ef84f7f8f042baf0958480879770800b112d97e49b473ebb65366d35
3
+ size 29237351712
SmaugDolphin-60B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56684be0d601dfedd23bd379ad26e4f08c5654a5b540a5ca8b32b1a7720e7d0
3
+ size 26317853984
SmaugDolphin-60B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5efcd517ebb2b3d5563627f9a664b65bd6d5e9f75710f532612203774537af
3
+ size 34333541664
SmaugDolphin-60B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5647a722b76d89d5446e11e154d5ab5a3ba3162f78ffad398cd885e9633b18
3
+ size 36661134624
SmaugDolphin-60B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ceec5e9ca8549af8a2ca3b5406d703c5d5c8691c056e76088a0e41806fdad1
3
+ size 34594112800
SmaugDolphin-60B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b8eb47ede6bd34f93eaffa7013a22b3aa979bec871abd977baca7d36d00f070
3
+ size 41877718304
SmaugDolphin-60B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e309b54bbe2bccc3503c83df702fc336266c6383f3d7c676f1d9f3b5e60825fe
3
+ size 43076781344
SmaugDolphin-60B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5828314a0a8d6adce4a733bfb6c5a914ea2d89e7438b65899cc304733a993e82
3
+ size 41877718304
SmaugDolphin-60B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce545d56a18ea01ceb3d14032b7ef064af1247cade2c74998b1b8beec5a6a1a0
3
+ size 49893405984
SmaugDolphin-60B-Q8_0/SmaugDolphin-60B-Q8_0-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28305126833df55a3ff93687b23b3517c784e723d2508d12d37dc334d9e9d55f
3
+ size 34982772672
SmaugDolphin-60B-Q8_0/SmaugDolphin-60B-Q8_0-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad58b014b3a3693988ab52192002beca0dff0486ca72d11ceefaee773de3ebd
3
+ size 29638579744