Transformers
GGUF
English
code
Mixture of Experts
TensorBlock
GGUF
Eval Results
Inference Endpoints
morriszms commited on
Commit
e124f2f
·
verified ·
1 Parent(s): d5a805a

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
+ moe-x33-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ moe-x33-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ moe-x33-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ moe-x33-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ moe-x33-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ moe-x33-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ moe-x33-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ moe-x33-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ moe-x33-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ moe-x33-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ moe-x33-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ moe-x33-Q8_0/moe-x33-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ moe-x33-Q8_0/moe-x33-Q8_0-00002-of-00002.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
+ library_name: transformers
6
+ tags:
7
+ - code
8
+ - moe
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - andersonbcdefg/synthetic_retrieval_tasks
13
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
14
+ metrics:
15
+ - code_eval
16
+ base_model: senseable/moe-x33
17
+ model-index:
18
+ - name: moe-x33
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: 26.19
33
+ name: normalized accuracy
34
+ source:
35
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/moe-x33
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: 26.44
49
+ name: normalized accuracy
50
+ source:
51
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/moe-x33
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: 24.93
66
+ name: accuracy
67
+ source:
68
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/moe-x33
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: 51.14
83
+ source:
84
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/moe-x33
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: 50.99
99
+ name: accuracy
100
+ source:
101
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/moe-x33
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: 0.0
116
+ name: accuracy
117
+ source:
118
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=senseable/moe-x33
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
+ ## senseable/moe-x33 - GGUF
134
+
135
+ This repo contains GGUF format model files for [senseable/moe-x33](https://huggingface.co/senseable/moe-x33).
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
+ | [moe-x33-Q2_K.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q2_K.gguf) | Q2_K | 21.625 GB | smallest, significant quality loss - not recommended for most purposes |
156
+ | [moe-x33-Q3_K_S.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q3_K_S.gguf) | Q3_K_S | 25.425 GB | very small, high quality loss |
157
+ | [moe-x33-Q3_K_M.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q3_K_M.gguf) | Q3_K_M | 28.280 GB | very small, high quality loss |
158
+ | [moe-x33-Q3_K_L.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q3_K_L.gguf) | Q3_K_L | 30.763 GB | small, substantial quality loss |
159
+ | [moe-x33-Q4_0.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q4_0.gguf) | Q4_0 | 33.222 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
160
+ | [moe-x33-Q4_K_S.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q4_K_S.gguf) | Q4_K_S | 33.466 GB | small, greater quality loss |
161
+ | [moe-x33-Q4_K_M.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q4_K_M.gguf) | Q4_K_M | 35.408 GB | medium, balanced quality - recommended |
162
+ | [moe-x33-Q5_0.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q5_0.gguf) | Q5_0 | 40.561 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
163
+ | [moe-x33-Q5_K_S.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q5_K_S.gguf) | Q5_K_S | 40.561 GB | large, low quality loss - recommended |
164
+ | [moe-x33-Q5_K_M.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q5_K_M.gguf) | Q5_K_M | 41.687 GB | large, very low quality loss - recommended |
165
+ | [moe-x33-Q6_K.gguf](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q6_K.gguf) | Q6_K | 48.358 GB | very large, extremely low quality loss |
166
+ | [moe-x33-Q8_0](https://huggingface.co/tensorblock/moe-x33-GGUF/blob/main/moe-x33-Q8_0) | Q8_0 | 42.254 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/moe-x33-GGUF --include "moe-x33-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/moe-x33-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
189
+ ```
moe-x33-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8172ac8a1df378cf6b9c3ed98c760ee9731c90cdb5bf068896cb3190b051c06f
3
+ size 21625389952
moe-x33-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ad6b2ca5ede395c67345f9659b81136c54f9af40e42db87a33aca1166cc418
3
+ size 30762955648
moe-x33-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a379634e76d98ba1937b21a60ff595b638d308b83ee87ca25e7b84288a056ad0
3
+ size 28279731072
moe-x33-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01f4f0e92a5b488e0d96f3817653bcb067dd3bc436c62a7d09c65f22670e669
3
+ size 25424630656
moe-x33-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e22d5ff7f047652360fa634c96854a6ba606480503b12e9e2f614cce8e7049c
3
+ size 33221952384
moe-x33-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec1fd0721ee38e3f53435a602150aadd45076431052dc0931b70d18fbab340b
3
+ size 35407618944
moe-x33-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53eeffc5bf7b13a26a522d1c53c42eab5d29bf7ac9ff96f24b960543e1d78e59
3
+ size 33466467200
moe-x33-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d4eb7b170ad7b89c661dd2c94c83ea947c7dda2fdca29b55636554f27d28d8
3
+ size 40560608128
moe-x33-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79009743bda65881450f51344cfddd9e56b5ab75b7dc78a65fd7c37d3569a481
3
+ size 41686557568
moe-x33-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960fb08c4a66163c46993efe24479614ac2835e4767d53a5acebe23283770537
3
+ size 40560608128
moe-x33-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4811be836dd8e11863255d6f057c90362e481438f25e50d7658be87acd3882ea
3
+ size 48357929856
moe-x33-Q8_0/moe-x33-Q8_0-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85074ff8a96e6f5146beb0963532b53b191b1cdc9997c58534f4a7c47369f39e
3
+ size 34986581728
moe-x33-Q8_0/moe-x33-Q8_0-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae227653d4164280774894dc7fdfb919175729b12ef586549655dfa55d361dc
3
+ size 7267037184