morriszms commited on
Commit
1f07c8b
·
verified ·
1 Parent(s): 4339172

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