morriszms commited on
Commit
dbbf1aa
1 Parent(s): 21627f3

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
+ megatron_1.1_MoE_2x7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ megatron_1.1_MoE_2x7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ megatron_1.1_MoE_2x7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ megatron_1.1_MoE_2x7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ megatron_1.1_MoE_2x7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ megatron_1.1_MoE_2x7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ megatron_1.1_MoE_2x7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ megatron_1.1_MoE_2x7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ megatron_1.1_MoE_2x7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ megatron_1.1_MoE_2x7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ megatron_1.1_MoE_2x7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ megatron_1.1_MoE_2x7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - frankenmoe
5
+ - merge
6
+ - MoE
7
+ - Mixtral
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: Eurdem/megatron_1.1_MoE_2x7B
11
+ model-index:
12
+ - name: megatron_1.1_MoE_2x7B
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: 65.53
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Eurdem/megatron_1.1_MoE_2x7B
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: 84.52
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Eurdem/megatron_1.1_MoE_2x7B
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: 65.02
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Eurdem/megatron_1.1_MoE_2x7B
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: 51.58
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Eurdem/megatron_1.1_MoE_2x7B
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: 81.53
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Eurdem/megatron_1.1_MoE_2x7B
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: 71.49
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Eurdem/megatron_1.1_MoE_2x7B
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
+ ## Eurdem/megatron_1.1_MoE_2x7B - GGUF
128
+
129
+ This repo contains GGUF format model files for [Eurdem/megatron_1.1_MoE_2x7B](https://huggingface.co/Eurdem/megatron_1.1_MoE_2x7B).
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
+ <s>GPT4 Correct System: {system_prompt}<|end_of_turn|>GPT4 Correct User: {prompt}<|end_of_turn|>GPT4 Correct Assistant:
143
+ ```
144
+
145
+ ## Model file specification
146
+
147
+ | Filename | Quant type | File Size | Description |
148
+ | -------- | ---------- | --------- | ----------- |
149
+ | [megatron_1.1_MoE_2x7B-Q2_K.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q2_K.gguf) | Q2_K | 4.761 GB | smallest, significant quality loss - not recommended for most purposes |
150
+ | [megatron_1.1_MoE_2x7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q3_K_S.gguf) | Q3_K_S | 5.588 GB | very small, high quality loss |
151
+ | [megatron_1.1_MoE_2x7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q3_K_M.gguf) | Q3_K_M | 6.207 GB | very small, high quality loss |
152
+ | [megatron_1.1_MoE_2x7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q3_K_L.gguf) | Q3_K_L | 6.730 GB | small, substantial quality loss |
153
+ | [megatron_1.1_MoE_2x7B-Q4_0.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q4_0.gguf) | Q4_0 | 7.281 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
154
+ | [megatron_1.1_MoE_2x7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q4_K_S.gguf) | Q4_K_S | 7.342 GB | small, greater quality loss |
155
+ | [megatron_1.1_MoE_2x7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q4_K_M.gguf) | Q4_K_M | 7.783 GB | medium, balanced quality - recommended |
156
+ | [megatron_1.1_MoE_2x7B-Q5_0.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q5_0.gguf) | Q5_0 | 8.874 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
157
+ | [megatron_1.1_MoE_2x7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q5_K_S.gguf) | Q5_K_S | 8.874 GB | large, low quality loss - recommended |
158
+ | [megatron_1.1_MoE_2x7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q5_K_M.gguf) | Q5_K_M | 9.133 GB | large, very low quality loss - recommended |
159
+ | [megatron_1.1_MoE_2x7B-Q6_K.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q6_K.gguf) | Q6_K | 10.567 GB | very large, extremely low quality loss |
160
+ | [megatron_1.1_MoE_2x7B-Q8_0.gguf](https://huggingface.co/tensorblock/megatron_1.1_MoE_2x7B-GGUF/blob/main/megatron_1.1_MoE_2x7B-Q8_0.gguf) | Q8_0 | 13.686 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/megatron_1.1_MoE_2x7B-GGUF --include "megatron_1.1_MoE_2x7B-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/megatron_1.1_MoE_2x7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
megatron_1.1_MoE_2x7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc467f5bb4453621f7aee0ad316f6a999b81f42ca04502eed608fe3393a7f5e
3
+ size 4760833056
megatron_1.1_MoE_2x7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ecb28bb59e462b905c1471efb1192da6e0f7fc3b2ceae1800b872be79df086
3
+ size 6729740128
megatron_1.1_MoE_2x7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce398520d5e8f9addb73d9eb73ebb20d792713dab65b7d3957c68cba81d4a12
3
+ size 6206500704
megatron_1.1_MoE_2x7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0040b95f07370ea9c526a7a6158c2a3e5e7a9807bd43031a742504ed2672a98e
3
+ size 5587840864
megatron_1.1_MoE_2x7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b94bb414d73ca75d4f81f6658979f658e315c7bbefab85d4bee6aa4f5e24a8b
3
+ size 7280874400
megatron_1.1_MoE_2x7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:914e94be22eddb0f3b465b6424c287049256c6ecd7e0d2e786a10f1206278e0c
3
+ size 7782618016
megatron_1.1_MoE_2x7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5a3ff94f37b9e379f96860a40ab65b5b642ee46f4f74fd0486fbf29f3a3261
3
+ size 7341691808
megatron_1.1_MoE_2x7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf074bebd7a680ffeac5d02cfdfc212296ce539b49dfd6d31ece143572f0be4a
3
+ size 8874317728
megatron_1.1_MoE_2x7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4da7138835748e6ecd4a0ce2e6e61906a8b626f48df94c4c3f9adedc395ab1b
3
+ size 9132791712
megatron_1.1_MoE_2x7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8913f0d3ccd51747ecf2c5f02f89a4a87d6bbca0bb3ef45b26a43c54cbbe45e3
3
+ size 8874317728
megatron_1.1_MoE_2x7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae210628dd9c9630a8dfdf17e02f07bcbf5bf5c4601c9cafb8c2993267589ad
3
+ size 10567351264
megatron_1.1_MoE_2x7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ff3e99a06d0fc801a54e874ea9df8525977a9327c8d70bdbdbadf2b70a323b
3
+ size 13686393696