morriszms commited on
Commit
57017f4
·
verified ·
1 Parent(s): ab273de

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
+ SlimMelodicMaid-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SlimMelodicMaid-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SlimMelodicMaid-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SlimMelodicMaid-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SlimMelodicMaid-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SlimMelodicMaid-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SlimMelodicMaid-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SlimMelodicMaid-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SlimMelodicMaid-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SlimMelodicMaid-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SlimMelodicMaid-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SlimMelodicMaid-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - mistral
5
+ - merge
6
+ - TensorBlock
7
+ - GGUF
8
+ pipeline_tag: text-generation
9
+ base_model: Azazelle/SlimMelodicMaid
10
+ model-index:
11
+ - name: SlimMelodicMaid
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: 67.15
26
+ name: normalized accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Azazelle/SlimMelodicMaid
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: 86.01
42
+ name: normalized accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Azazelle/SlimMelodicMaid
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.75
59
+ name: accuracy
60
+ source:
61
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Azazelle/SlimMelodicMaid
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: 60.88
76
+ source:
77
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Azazelle/SlimMelodicMaid
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: 78.61
92
+ name: accuracy
93
+ source:
94
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Azazelle/SlimMelodicMaid
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: 60.8
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Azazelle/SlimMelodicMaid
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
+ ## Azazelle/SlimMelodicMaid - GGUF
127
+
128
+ This repo contains GGUF format model files for [Azazelle/SlimMelodicMaid](https://huggingface.co/Azazelle/SlimMelodicMaid).
129
+
130
+ 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).
131
+
132
+ <div style="text-align: left; margin: 20px 0;">
133
+ <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;">
134
+ Run them on the TensorBlock client using your local machine ↗
135
+ </a>
136
+ </div>
137
+
138
+ ## Prompt template
139
+
140
+ ```
141
+
142
+ ```
143
+
144
+ ## Model file specification
145
+
146
+ | Filename | Quant type | File Size | Description |
147
+ | -------- | ---------- | --------- | ----------- |
148
+ | [SlimMelodicMaid-Q2_K.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
149
+ | [SlimMelodicMaid-Q3_K_S.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
150
+ | [SlimMelodicMaid-Q3_K_M.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
151
+ | [SlimMelodicMaid-Q3_K_L.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
152
+ | [SlimMelodicMaid-Q4_0.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
153
+ | [SlimMelodicMaid-Q4_K_S.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
154
+ | [SlimMelodicMaid-Q4_K_M.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
155
+ | [SlimMelodicMaid-Q5_0.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
156
+ | [SlimMelodicMaid-Q5_K_S.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
157
+ | [SlimMelodicMaid-Q5_K_M.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
158
+ | [SlimMelodicMaid-Q6_K.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
159
+ | [SlimMelodicMaid-Q8_0.gguf](https://huggingface.co/tensorblock/SlimMelodicMaid-GGUF/blob/main/SlimMelodicMaid-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
160
+
161
+
162
+ ## Downloading instruction
163
+
164
+ ### Command line
165
+
166
+ Firstly, install Huggingface Client
167
+
168
+ ```shell
169
+ pip install -U "huggingface_hub[cli]"
170
+ ```
171
+
172
+ Then, downoad the individual model file the a local directory
173
+
174
+ ```shell
175
+ huggingface-cli download tensorblock/SlimMelodicMaid-GGUF --include "SlimMelodicMaid-Q2_K.gguf" --local-dir MY_LOCAL_DIR
176
+ ```
177
+
178
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
179
+
180
+ ```shell
181
+ huggingface-cli download tensorblock/SlimMelodicMaid-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
182
+ ```
SlimMelodicMaid-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f424b3cf86db0cc424de52b06fd73e09de01bfa615516c62ee279ede322bcfbb
3
+ size 2719242368
SlimMelodicMaid-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980022966e51b1d9ab3304bbe5cb388ed53a432a41ddb4e5db5698b1f56614f0
3
+ size 3822024832
SlimMelodicMaid-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:263bac26c2d472a230a17050689b87fdfb3da6ee6559007103df61ed6b7b02a9
3
+ size 3518986368
SlimMelodicMaid-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba85242eb0555ebb82b6d04a9a22c77611897c09d41cd9ab09f022e1f35c95b
3
+ size 3164567680
SlimMelodicMaid-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3ad171d73b53477a6b7518e2bdd62debad603420d38c27bd4bf2cc57bbdd56
3
+ size 4108916864
SlimMelodicMaid-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c044e67123c0a359cbdaec194c3625a66cc94abc40b5ddce75957db9da27f3
3
+ size 4368439424
SlimMelodicMaid-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cfa6bbb66a1a730097f0e7025cfb76edd6cb91500bc5c73382daf1892150601
3
+ size 4140374144
SlimMelodicMaid-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec16058c4b93752f23910cdb23e94a9d08529469871782acbe540861c7fabb3
3
+ size 4997716096
SlimMelodicMaid-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d591156b0f640fd8454fe3e36118cc3c772fc80002bab703f97aad07207a60a1
3
+ size 5131409536
SlimMelodicMaid-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2dcb598f2cc84492164c322e368fcc026eb97ca8e410f01f71a915c49458f09
3
+ size 4997716096
SlimMelodicMaid-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8468840ffcd22176ccab7abb5244d3c5aedc94e4ee35efd93cf4667fc61d8f
3
+ size 5942065280
SlimMelodicMaid-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee5b3917f49f68ecdac7fb45714aa3df22dc4d2bb8f5af6f165a2bc4a4c8b21
3
+ size 7695857792