morriszms commited on
Commit
d52fa5d
·
verified ·
1 Parent(s): cc7ce17

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
+ multimaster-7b-v6-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ multimaster-7b-v6-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ multimaster-7b-v6-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ multimaster-7b-v6-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ multimaster-7b-v6-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ multimaster-7b-v6-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ multimaster-7b-v6-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ multimaster-7b-v6-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ multimaster-7b-v6-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ multimaster-7b-v6-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ multimaster-7b-v6-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ multimaster-7b-v6-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ base_model: ibivibiv/multimaster-7b-v6
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ model-index:
11
+ - name: multimaster-7b-v6
12
+ results:
13
+ - task:
14
+ type: text-generation
15
+ name: Text Generation
16
+ dataset:
17
+ name: AI2 Reasoning Challenge (25-Shot)
18
+ type: ai2_arc
19
+ config: ARC-Challenge
20
+ split: test
21
+ args:
22
+ num_few_shot: 25
23
+ metrics:
24
+ - type: acc_norm
25
+ value: 72.78
26
+ name: normalized accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/multimaster-7b-v6
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: HellaSwag (10-Shot)
35
+ type: hellaswag
36
+ split: validation
37
+ args:
38
+ num_few_shot: 10
39
+ metrics:
40
+ - type: acc_norm
41
+ value: 88.77
42
+ name: normalized accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/multimaster-7b-v6
45
+ name: Open LLM Leaderboard
46
+ - task:
47
+ type: text-generation
48
+ name: Text Generation
49
+ dataset:
50
+ name: MMLU (5-Shot)
51
+ type: cais/mmlu
52
+ config: all
53
+ split: test
54
+ args:
55
+ num_few_shot: 5
56
+ metrics:
57
+ - type: acc
58
+ value: 64.74
59
+ name: accuracy
60
+ source:
61
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/multimaster-7b-v6
62
+ name: Open LLM Leaderboard
63
+ - task:
64
+ type: text-generation
65
+ name: Text Generation
66
+ dataset:
67
+ name: TruthfulQA (0-shot)
68
+ type: truthful_qa
69
+ config: multiple_choice
70
+ split: validation
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: mc2
75
+ value: 70.89
76
+ source:
77
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/multimaster-7b-v6
78
+ name: Open LLM Leaderboard
79
+ - task:
80
+ type: text-generation
81
+ name: Text Generation
82
+ dataset:
83
+ name: Winogrande (5-shot)
84
+ type: winogrande
85
+ config: winogrande_xl
86
+ split: validation
87
+ args:
88
+ num_few_shot: 5
89
+ metrics:
90
+ - type: acc
91
+ value: 86.42
92
+ name: accuracy
93
+ source:
94
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/multimaster-7b-v6
95
+ name: Open LLM Leaderboard
96
+ - task:
97
+ type: text-generation
98
+ name: Text Generation
99
+ dataset:
100
+ name: GSM8k (5-shot)
101
+ type: gsm8k
102
+ config: main
103
+ split: test
104
+ args:
105
+ num_few_shot: 5
106
+ metrics:
107
+ - type: acc
108
+ value: 70.36
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/multimaster-7b-v6
112
+ name: Open LLM Leaderboard
113
+ ---
114
+
115
+ <div style="width: auto; margin-left: auto; margin-right: auto">
116
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
117
+ </div>
118
+ <div style="display: flex; justify-content: space-between; width: 100%;">
119
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
120
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
121
+ 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>
122
+ </p>
123
+ </div>
124
+ </div>
125
+
126
+ ## ibivibiv/multimaster-7b-v6 - GGUF
127
+
128
+ This repo contains GGUF format model files for [ibivibiv/multimaster-7b-v6](https://huggingface.co/ibivibiv/multimaster-7b-v6).
129
+
130
+ 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).
131
+
132
+ ## Prompt template
133
+
134
+ ```
135
+
136
+ ```
137
+
138
+ ## Model file specification
139
+
140
+ | Filename | Quant type | File Size | Description |
141
+ | -------- | ---------- | --------- | ----------- |
142
+ | [multimaster-7b-v6-Q2_K.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q2_K.gguf) | Q2_K | 12.037 GB | smallest, significant quality loss - not recommended for most purposes |
143
+ | [multimaster-7b-v6-Q3_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q3_K_S.gguf) | Q3_K_S | 14.229 GB | very small, high quality loss |
144
+ | [multimaster-7b-v6-Q3_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q3_K_M.gguf) | Q3_K_M | 15.790 GB | very small, high quality loss |
145
+ | [multimaster-7b-v6-Q3_K_L.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q3_K_L.gguf) | Q3_K_L | 17.098 GB | small, substantial quality loss |
146
+ | [multimaster-7b-v6-Q4_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q4_0.gguf) | Q4_0 | 18.595 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
147
+ | [multimaster-7b-v6-Q4_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q4_K_S.gguf) | Q4_K_S | 18.761 GB | small, greater quality loss |
148
+ | [multimaster-7b-v6-Q4_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q4_K_M.gguf) | Q4_K_M | 19.965 GB | medium, balanced quality - recommended |
149
+ | [multimaster-7b-v6-Q5_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q5_0.gguf) | Q5_0 | 22.704 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
150
+ | [multimaster-7b-v6-Q5_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q5_K_S.gguf) | Q5_K_S | 22.704 GB | large, low quality loss - recommended |
151
+ | [multimaster-7b-v6-Q5_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q5_K_M.gguf) | Q5_K_M | 23.410 GB | large, very low quality loss - recommended |
152
+ | [multimaster-7b-v6-Q6_K.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q6_K.gguf) | Q6_K | 27.070 GB | very large, extremely low quality loss |
153
+ | [multimaster-7b-v6-Q8_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q8_0.gguf) | Q8_0 | 35.061 GB | very large, extremely low quality loss - not recommended |
154
+
155
+
156
+ ## Downloading instruction
157
+
158
+ ### Command line
159
+
160
+ Firstly, install Huggingface Client
161
+
162
+ ```shell
163
+ pip install -U "huggingface_hub[cli]"
164
+ ```
165
+
166
+ Then, downoad the individual model file the a local directory
167
+
168
+ ```shell
169
+ huggingface-cli download tensorblock/multimaster-7b-v6-GGUF --include "multimaster-7b-v6-Q2_K.gguf" --local-dir MY_LOCAL_DIR
170
+ ```
171
+
172
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
173
+
174
+ ```shell
175
+ huggingface-cli download tensorblock/multimaster-7b-v6-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
176
+ ```
multimaster-7b-v6-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91edf4d5b31bf5b8675a991624c850b8d74a7a37cd7512c1ca0f7893a3ffb49
3
+ size 12925035968
multimaster-7b-v6-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8330a531d45db8656ea94a8ab375a703d9765548ad703c3c3a1a6e0615e61be5
3
+ size 18358437312
multimaster-7b-v6-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb22e49408a411b9e859845c18530ff02491c83f5662425b9bfaa203126edcf0
3
+ size 16954394048
multimaster-7b-v6-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d986565ac2e5f204fdc022a93cdd927b56a979d2c3f38b35a3617a30e5dc33
3
+ size 15278769600
multimaster-7b-v6-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dce50a23c436a6fdc5e5a882e545bd842cbd64181f0d358043b32087bf31333e
3
+ size 19966535104
multimaster-7b-v6-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab64339d157f54aa6f574a380f9991aa813688d12dd7f63c0f6bf7d7edaf6db3
3
+ size 21437162944
multimaster-7b-v6-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50d42c5f10138b843654cf87014cf518b64be4d30f7b3c25b01f785b26b51aa4
3
+ size 20144793024
multimaster-7b-v6-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cbcae3d547ddf574c30a3c2e6cb32515052bec96046f8d10c626ff3fb2486de
3
+ size 24378549696
multimaster-7b-v6-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0ef449890d9941b6a353643d18ae8aa0f0a47c7eb0fe961dc3e86c87071776
3
+ size 25136145856
multimaster-7b-v6-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae60e8efc0309732fc3b1f5fa6c5f9d203f51dda5c66a7b362fd394ff01ff1a
3
+ size 24378549696
multimaster-7b-v6-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d0218f53617c241024f78bfc2cd18518c1674c4eb246efc3ad996a06dd432a
3
+ size 29066315200
multimaster-7b-v6-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b9d35742c11026b75e14126a457390bf3958d6946f065d6a9279753fc99cf75
3
+ size 37646337472