morriszms commited on
Commit
f4f2328
·
verified ·
1 Parent(s): 0997938

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
+ distillgpt2Cinder-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ distillgpt2Cinder-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ distillgpt2Cinder-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ distillgpt2Cinder-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ distillgpt2Cinder-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ distillgpt2Cinder-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ distillgpt2Cinder-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ distillgpt2Cinder-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ distillgpt2Cinder-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ distillgpt2Cinder-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ distillgpt2Cinder-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ distillgpt2Cinder-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ widget:
4
+ - text: 'USER: Cinder, What adventures do you think lie ahead?<END>
5
+
6
+ '
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: Josephgflowers/distillgpt2Cinder
11
+ model-index:
12
+ - name: distillgpt2Cinder
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: 24.49
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Josephgflowers/distillgpt2Cinder
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: 27.24
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Josephgflowers/distillgpt2Cinder
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: 24.97
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Josephgflowers/distillgpt2Cinder
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: 43.96
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Josephgflowers/distillgpt2Cinder
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: 50.12
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Josephgflowers/distillgpt2Cinder
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: 0.23
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Josephgflowers/distillgpt2Cinder
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
+ ## Josephgflowers/distillgpt2Cinder - GGUF
128
+
129
+ This repo contains GGUF format model files for [Josephgflowers/distillgpt2Cinder](https://huggingface.co/Josephgflowers/distillgpt2Cinder).
130
+
131
+ 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).
132
+
133
+ <div style="text-align: left; margin: 20px 0;">
134
+ <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;">
135
+ Run them on the TensorBlock client using your local machine ↗
136
+ </a>
137
+ </div>
138
+
139
+ ## Prompt template
140
+
141
+ ```
142
+
143
+ ```
144
+
145
+ ## Model file specification
146
+
147
+ | Filename | Quant type | File Size | Description |
148
+ | -------- | ---------- | --------- | ----------- |
149
+ | [distillgpt2Cinder-Q2_K.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q2_K.gguf) | Q2_K | 0.065 GB | smallest, significant quality loss - not recommended for most purposes |
150
+ | [distillgpt2Cinder-Q3_K_S.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q3_K_S.gguf) | Q3_K_S | 0.072 GB | very small, high quality loss |
151
+ | [distillgpt2Cinder-Q3_K_M.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q3_K_M.gguf) | Q3_K_M | 0.075 GB | very small, high quality loss |
152
+ | [distillgpt2Cinder-Q3_K_L.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q3_K_L.gguf) | Q3_K_L | 0.078 GB | small, substantial quality loss |
153
+ | [distillgpt2Cinder-Q4_0.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q4_0.gguf) | Q4_0 | 0.082 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
154
+ | [distillgpt2Cinder-Q4_K_S.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q4_K_S.gguf) | Q4_K_S | 0.082 GB | small, greater quality loss |
155
+ | [distillgpt2Cinder-Q4_K_M.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q4_K_M.gguf) | Q4_K_M | 0.085 GB | medium, balanced quality - recommended |
156
+ | [distillgpt2Cinder-Q5_0.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q5_0.gguf) | Q5_0 | 0.093 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
157
+ | [distillgpt2Cinder-Q5_K_S.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q5_K_S.gguf) | Q5_K_S | 0.093 GB | large, low quality loss - recommended |
158
+ | [distillgpt2Cinder-Q5_K_M.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q5_K_M.gguf) | Q5_K_M | 0.095 GB | large, very low quality loss - recommended |
159
+ | [distillgpt2Cinder-Q6_K.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q6_K.gguf) | Q6_K | 0.103 GB | very large, extremely low quality loss |
160
+ | [distillgpt2Cinder-Q8_0.gguf](https://huggingface.co/tensorblock/distillgpt2Cinder-GGUF/blob/main/distillgpt2Cinder-Q8_0.gguf) | Q8_0 | 0.132 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/distillgpt2Cinder-GGUF --include "distillgpt2Cinder-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/distillgpt2Cinder-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
distillgpt2Cinder-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dfdefcf5056c81b4e949d25b71b19d549ab6efaa8e17562d5d981326fba7587
3
+ size 65221184
distillgpt2Cinder-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f45cbdd1eb97ede723c9e6d18e6a63a0e1960acfb10933976aa683ccdaa4d3b
3
+ size 77629184
distillgpt2Cinder-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c76c749e3f19341d9f0e89b9d0f00476bb427435b5665b010a2ae7197c9f31ea
3
+ size 75417344
distillgpt2Cinder-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae63d1e47c5bcddb81bb176f3a33de06dbf41e654d9d29a282c49a79ad6738e5
3
+ size 71657216
distillgpt2Cinder-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52fb3be840d57476fca85c64d8017ab345f127b8ca7730946e9257beb48ca3e5
3
+ size 82423616
distillgpt2Cinder-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f6e1dc45c827956fc7686de858121af87aeae231de871d9a0d7c36b6c0b9672
3
+ size 84967232
distillgpt2Cinder-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e85bfe550c0f9ca0b0fe6e97c9ff5740bc16df4bcd149be00382053c5c4358
3
+ size 82423616
distillgpt2Cinder-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9d08eb2a545ee862a9c6c02987d598a11aa0194786fa0dafc59a1a6fa269da5
3
+ size 92556704
distillgpt2Cinder-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e53f39381dba04219d637fbc4af047751f3d5717a33be900705b52a212867a7
3
+ size 94593440
distillgpt2Cinder-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26117c3f8e21653c240be7085165920bce13969709b9aae38c255ac46c038a6
3
+ size 92556704
distillgpt2Cinder-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c25045aafec84df7a3e14a67398c7b564c079ae9bffe611be1a8d39b416a215
3
+ size 103323104
distillgpt2Cinder-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba14655b4dd36a5af668dc810495584bc6c6dac3933085830322fac6f597472
3
+ size 132303776