morriszms commited on
Commit
fb41ce8
·
verified ·
1 Parent(s): 247b09a

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
+ piccolo-8x7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ piccolo-8x7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ piccolo-8x7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ piccolo-8x7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ piccolo-8x7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ piccolo-8x7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ piccolo-8x7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ piccolo-8x7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ piccolo-8x7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ piccolo-8x7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ piccolo-8x7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ piccolo-8x7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ base_model: macadeliccc/piccolo-8x7b
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ model-index:
8
+ - name: piccolo-8x7b
9
+ results:
10
+ - task:
11
+ type: text-generation
12
+ name: Text Generation
13
+ dataset:
14
+ name: AI2 Reasoning Challenge (25-Shot)
15
+ type: ai2_arc
16
+ config: ARC-Challenge
17
+ split: test
18
+ args:
19
+ num_few_shot: 25
20
+ metrics:
21
+ - type: acc_norm
22
+ value: 69.62
23
+ name: normalized accuracy
24
+ source:
25
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/piccolo-8x7b
26
+ name: Open LLM Leaderboard
27
+ - task:
28
+ type: text-generation
29
+ name: Text Generation
30
+ dataset:
31
+ name: HellaSwag (10-Shot)
32
+ type: hellaswag
33
+ split: validation
34
+ args:
35
+ num_few_shot: 10
36
+ metrics:
37
+ - type: acc_norm
38
+ value: 86.98
39
+ name: normalized accuracy
40
+ source:
41
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/piccolo-8x7b
42
+ name: Open LLM Leaderboard
43
+ - task:
44
+ type: text-generation
45
+ name: Text Generation
46
+ dataset:
47
+ name: MMLU (5-Shot)
48
+ type: cais/mmlu
49
+ config: all
50
+ split: test
51
+ args:
52
+ num_few_shot: 5
53
+ metrics:
54
+ - type: acc
55
+ value: 64.13
56
+ name: accuracy
57
+ source:
58
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/piccolo-8x7b
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: TruthfulQA (0-shot)
65
+ type: truthful_qa
66
+ config: multiple_choice
67
+ split: validation
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: mc2
72
+ value: 64.17
73
+ source:
74
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/piccolo-8x7b
75
+ name: Open LLM Leaderboard
76
+ - task:
77
+ type: text-generation
78
+ name: Text Generation
79
+ dataset:
80
+ name: Winogrande (5-shot)
81
+ type: winogrande
82
+ config: winogrande_xl
83
+ split: validation
84
+ args:
85
+ num_few_shot: 5
86
+ metrics:
87
+ - type: acc
88
+ value: 79.87
89
+ name: accuracy
90
+ source:
91
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/piccolo-8x7b
92
+ name: Open LLM Leaderboard
93
+ - task:
94
+ type: text-generation
95
+ name: Text Generation
96
+ dataset:
97
+ name: GSM8k (5-shot)
98
+ type: gsm8k
99
+ config: main
100
+ split: test
101
+ args:
102
+ num_few_shot: 5
103
+ metrics:
104
+ - type: acc
105
+ value: 72.02
106
+ name: accuracy
107
+ source:
108
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/piccolo-8x7b
109
+ name: Open LLM Leaderboard
110
+ ---
111
+
112
+ <div style="width: auto; margin-left: auto; margin-right: auto">
113
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
114
+ </div>
115
+ <div style="display: flex; justify-content: space-between; width: 100%;">
116
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
117
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
118
+ 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>
119
+ </p>
120
+ </div>
121
+ </div>
122
+
123
+ ## macadeliccc/piccolo-8x7b - GGUF
124
+
125
+ This repo contains GGUF format model files for [macadeliccc/piccolo-8x7b](https://huggingface.co/macadeliccc/piccolo-8x7b).
126
+
127
+ 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).
128
+
129
+ <div style="text-align: left; margin: 20px 0;">
130
+ <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;">
131
+ Run them on the TensorBlock client using your local machine ↗
132
+ </a>
133
+ </div>
134
+
135
+ ## Prompt template
136
+
137
+ ```
138
+
139
+ ```
140
+
141
+ ## Model file specification
142
+
143
+ | Filename | Quant type | File Size | Description |
144
+ | -------- | ---------- | --------- | ----------- |
145
+ | [piccolo-8x7b-Q2_K.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q2_K.gguf) | Q2_K | 17.311 GB | smallest, significant quality loss - not recommended for most purposes |
146
+ | [piccolo-8x7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q3_K_S.gguf) | Q3_K_S | 20.433 GB | very small, high quality loss |
147
+ | [piccolo-8x7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q3_K_M.gguf) | Q3_K_M | 22.546 GB | very small, high quality loss |
148
+ | [piccolo-8x7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q3_K_L.gguf) | Q3_K_L | 24.170 GB | small, substantial quality loss |
149
+ | [piccolo-8x7b-Q4_0.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q4_0.gguf) | Q4_0 | 26.444 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
150
+ | [piccolo-8x7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q4_K_S.gguf) | Q4_K_S | 26.746 GB | small, greater quality loss |
151
+ | [piccolo-8x7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q4_K_M.gguf) | Q4_K_M | 28.448 GB | medium, balanced quality - recommended |
152
+ | [piccolo-8x7b-Q5_0.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q5_0.gguf) | Q5_0 | 32.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
153
+ | [piccolo-8x7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q5_K_S.gguf) | Q5_K_S | 32.231 GB | large, low quality loss - recommended |
154
+ | [piccolo-8x7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q5_K_M.gguf) | Q5_K_M | 33.230 GB | large, very low quality loss - recommended |
155
+ | [piccolo-8x7b-Q6_K.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q6_K.gguf) | Q6_K | 38.381 GB | very large, extremely low quality loss |
156
+ | [piccolo-8x7b-Q8_0.gguf](https://huggingface.co/tensorblock/piccolo-8x7b-GGUF/blob/main/piccolo-8x7b-Q8_0.gguf) | Q8_0 | 49.626 GB | very large, extremely low quality loss - not recommended |
157
+
158
+
159
+ ## Downloading instruction
160
+
161
+ ### Command line
162
+
163
+ Firstly, install Huggingface Client
164
+
165
+ ```shell
166
+ pip install -U "huggingface_hub[cli]"
167
+ ```
168
+
169
+ Then, downoad the individual model file the a local directory
170
+
171
+ ```shell
172
+ huggingface-cli download tensorblock/piccolo-8x7b-GGUF --include "piccolo-8x7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
173
+ ```
174
+
175
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
176
+
177
+ ```shell
178
+ huggingface-cli download tensorblock/piccolo-8x7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
179
+ ```
piccolo-8x7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e984692811d078ff51e56b0460ab8d9eb621dbeb7957196b4f3d871640ab2898
3
+ size 17311229312
piccolo-8x7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd3a6c4f603280423cb777a5c0bc59b5c92b2640047fe47ae43a110567e464ba
3
+ size 24169645440
piccolo-8x7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83df8e1b021aed85cf0882137ef994f21f45cb86c016ed012ee946ba7d20ea63
3
+ size 22546449792
piccolo-8x7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dabc335aa423ce54bba5a1e8fb7f06806f7a31743f63ebe3afc0ffc73d949421
3
+ size 20432520576
piccolo-8x7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4a85522a3173db3bc079000f74f1a44b89ab4cf49ed14c5a993716a9aeaf26
3
+ size 26443588992
piccolo-8x7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6c1021f912a9271d85705e455f725943dcfe445cdf80070ba332e9552561c5
3
+ size 28448466304
piccolo-8x7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b16a4613490a2053015ec81ecf1b42bb834bb0b9fadbffdbdf506db5a6ba1d
3
+ size 26745578880
piccolo-8x7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1474cbb26c27afbef25d3efe2878283faafa10c3efdfba34b7fc2ee2212a7e2a
3
+ size 32231335296
piccolo-8x7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345a2bc34ef986d8167f64a6ee8fd755c0916784dc081294e066e47e9c29c82b
3
+ size 33229579648
piccolo-8x7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68855123ef7fabb2f59f31b2862f8782e07973aa43d0b15b4b70704346858b8e
3
+ size 32231335296
piccolo-8x7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc03e763c41394c68fa8313bae2c55bff3bcb6b85629c69153b9be48bdadceea
3
+ size 38380815744
piccolo-8x7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026ec0650f70e2a34ab5dc83c53042524884bd1650d1a029c1508ec0a5e6e87e
3
+ size 49626318208