morriszms commited on
Commit
6234baf
1 Parent(s): f6708a8

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
+ mera-mix-4x7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mera-mix-4x7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mera-mix-4x7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mera-mix-4x7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mera-mix-4x7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mera-mix-4x7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mera-mix-4x7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mera-mix-4x7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mera-mix-4x7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mera-mix-4x7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mera-mix-4x7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mera-mix-4x7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: meraGPT/mera-mix-4x7B
7
+ model-index:
8
+ - name: mera-mix-4x7B
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: 72.95
23
+ name: normalized accuracy
24
+ source:
25
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=meraGPT/mera-mix-4x7B
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: 89.17
39
+ name: normalized accuracy
40
+ source:
41
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=meraGPT/mera-mix-4x7B
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.44
56
+ name: accuracy
57
+ source:
58
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=meraGPT/mera-mix-4x7B
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: 77.17
73
+ source:
74
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=meraGPT/mera-mix-4x7B
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: 85.64
89
+ name: accuracy
90
+ source:
91
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=meraGPT/mera-mix-4x7B
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: 66.11
106
+ name: accuracy
107
+ source:
108
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=meraGPT/mera-mix-4x7B
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
+ ## meraGPT/mera-mix-4x7B - GGUF
124
+
125
+ This repo contains GGUF format model files for [meraGPT/mera-mix-4x7B](https://huggingface.co/meraGPT/mera-mix-4x7B).
126
+
127
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
128
+
129
+ ## Prompt template
130
+
131
+ ```
132
+
133
+ ```
134
+
135
+ ## Model file specification
136
+
137
+ | Filename | Quant type | File Size | Description |
138
+ | -------- | ---------- | --------- | ----------- |
139
+ | [mera-mix-4x7B-Q2_K.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q2_K.gguf) | Q2_K | 8.236 GB | smallest, significant quality loss - not recommended for most purposes |
140
+ | [mera-mix-4x7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q3_K_S.gguf) | Q3_K_S | 9.717 GB | very small, high quality loss |
141
+ | [mera-mix-4x7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q3_K_M.gguf) | Q3_K_M | 10.785 GB | very small, high quality loss |
142
+ | [mera-mix-4x7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q3_K_L.gguf) | Q3_K_L | 11.683 GB | small, substantial quality loss |
143
+ | [mera-mix-4x7B-Q4_0.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q4_0.gguf) | Q4_0 | 12.688 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
144
+ | [mera-mix-4x7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q4_K_S.gguf) | Q4_K_S | 12.799 GB | small, greater quality loss |
145
+ | [mera-mix-4x7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q4_K_M.gguf) | Q4_K_M | 13.607 GB | medium, balanced quality - recommended |
146
+ | [mera-mix-4x7B-Q5_0.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q5_0.gguf) | Q5_0 | 15.485 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
147
+ | [mera-mix-4x7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q5_K_S.gguf) | Q5_K_S | 15.485 GB | large, low quality loss - recommended |
148
+ | [mera-mix-4x7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q5_K_M.gguf) | Q5_K_M | 15.958 GB | large, very low quality loss - recommended |
149
+ | [mera-mix-4x7B-Q6_K.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q6_K.gguf) | Q6_K | 18.456 GB | very large, extremely low quality loss |
150
+ | [mera-mix-4x7B-Q8_0.gguf](https://huggingface.co/tensorblock/mera-mix-4x7B-GGUF/tree/main/mera-mix-4x7B-Q8_0.gguf) | Q8_0 | 23.904 GB | very large, extremely low quality loss - not recommended |
151
+
152
+
153
+ ## Downloading instruction
154
+
155
+ ### Command line
156
+
157
+ Firstly, install Huggingface Client
158
+
159
+ ```shell
160
+ pip install -U "huggingface_hub[cli]"
161
+ ```
162
+
163
+ Then, downoad the individual model file the a local directory
164
+
165
+ ```shell
166
+ huggingface-cli download tensorblock/mera-mix-4x7B-GGUF --include "mera-mix-4x7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
167
+ ```
168
+
169
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
170
+
171
+ ```shell
172
+ huggingface-cli download tensorblock/mera-mix-4x7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
173
+ ```
mera-mix-4x7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767405dec5d84ee63ff4fba7c58e847b3dc08a87c24035d2bd1d923b2dfc2c86
3
+ size 8842929568
mera-mix-4x7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5285d8ea28440fc888f91ea7c5ff9e6b512c60f72ff350ce713f3f3261ea6e55
3
+ size 12544083360
mera-mix-4x7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec563da645fa8833e2082bc09439000d4bbf55bcc7122c64cd9cb43301ac956a
3
+ size 11580442016
mera-mix-4x7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9fd02a6aa4c87562ad242483579cbf4aa626f04565ee7dfe864e6012cc31f88
3
+ size 10433299872
mera-mix-4x7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8228a6889988f05df23c6b2c8fb7f855a1730b2bd4531981323a87ed25b0cf5f
3
+ size 13623698848
mera-mix-4x7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110829edd63bcf6942bc9bb3f72bdca1e727ec2177d99fc2ee33127c03606d27
3
+ size 14609884576
mera-mix-4x7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b687dba7fabd8f63fcf9cb9f863c37fe3a49260025b3f5bff5fa4217c1675a
3
+ size 13743236512
mera-mix-4x7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7208e5c9d1d058e16fc35a89fd77e24d33f06fbda3bf8e245a20e64e31868c8
3
+ size 16626427296
mera-mix-4x7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde844b0976c4c08eac9fc847c41c07434812d9d9251e96fb2a23b6f26dbb424
3
+ size 17134462368
mera-mix-4x7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6a696907a1844b7f6652c8c1aa2b31d25a671f638559a2dbcac4e52d1eedd5
3
+ size 16626427296
mera-mix-4x7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d84ae109cd9728e1cf3c5f26301eb681c0e1660a80242f4b26e081f732afde6
3
+ size 19816826272
mera-mix-4x7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5341c5eb2b6e066488daf3d634cbab3751a9baf6f693e68b29705029d4552b40
3
+ size 25666356640