morriszms commited on
Commit
106a8de
·
verified ·
1 Parent(s): 15e9e06

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
+ gemma-mling-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-mling-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-mling-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-mling-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-mling-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-mling-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-mling-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-mling-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-mling-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-mling-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-mling-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-mling-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ - en
5
+ - zh
6
+ - ja
7
+ license: other
8
+ library_name: transformers
9
+ tags:
10
+ - pytorch
11
+ - TensorBlock
12
+ - GGUF
13
+ license_name: gemma-terms-of-use
14
+ license_link: https://ai.google.dev/gemma/terms
15
+ pipeline_tag: text-generation
16
+ base_model: beomi/gemma-mling-7b
17
+ model-index:
18
+ - name: gemma-mling-7b
19
+ results:
20
+ - task:
21
+ type: text-generation
22
+ name: Text Generation
23
+ dataset:
24
+ name: IFEval (0-Shot)
25
+ type: HuggingFaceH4/ifeval
26
+ args:
27
+ num_few_shot: 0
28
+ metrics:
29
+ - type: inst_level_strict_acc and prompt_level_strict_acc
30
+ value: 20.29
31
+ name: strict accuracy
32
+ source:
33
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=beomi/gemma-mling-7b
34
+ name: Open LLM Leaderboard
35
+ - task:
36
+ type: text-generation
37
+ name: Text Generation
38
+ dataset:
39
+ name: BBH (3-Shot)
40
+ type: BBH
41
+ args:
42
+ num_few_shot: 3
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 17.63
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=beomi/gemma-mling-7b
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MATH Lvl 5 (4-Shot)
55
+ type: hendrycks/competition_math
56
+ args:
57
+ num_few_shot: 4
58
+ metrics:
59
+ - type: exact_match
60
+ value: 4.15
61
+ name: exact match
62
+ source:
63
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=beomi/gemma-mling-7b
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: GPQA (0-shot)
70
+ type: Idavidrein/gpqa
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: acc_norm
75
+ value: 0.0
76
+ name: acc_norm
77
+ source:
78
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=beomi/gemma-mling-7b
79
+ name: Open LLM Leaderboard
80
+ - task:
81
+ type: text-generation
82
+ name: Text Generation
83
+ dataset:
84
+ name: MuSR (0-shot)
85
+ type: TAUR-Lab/MuSR
86
+ args:
87
+ num_few_shot: 0
88
+ metrics:
89
+ - type: acc_norm
90
+ value: 6.85
91
+ name: acc_norm
92
+ source:
93
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=beomi/gemma-mling-7b
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: MMLU-PRO (5-shot)
100
+ type: TIGER-Lab/MMLU-Pro
101
+ config: main
102
+ split: test
103
+ args:
104
+ num_few_shot: 5
105
+ metrics:
106
+ - type: acc
107
+ value: 18.14
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=beomi/gemma-mling-7b
111
+ name: Open LLM Leaderboard
112
+ ---
113
+
114
+ <div style="width: auto; margin-left: auto; margin-right: auto">
115
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
116
+ </div>
117
+ <div style="display: flex; justify-content: space-between; width: 100%;">
118
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
119
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
120
+ 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>
121
+ </p>
122
+ </div>
123
+ </div>
124
+
125
+ ## beomi/gemma-mling-7b - GGUF
126
+
127
+ This repo contains GGUF format model files for [beomi/gemma-mling-7b](https://huggingface.co/beomi/gemma-mling-7b).
128
+
129
+ 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).
130
+
131
+ <div style="text-align: left; margin: 20px 0;">
132
+ <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;">
133
+ Run them on the TensorBlock client using your local machine ↗
134
+ </a>
135
+ </div>
136
+
137
+ ## Prompt template
138
+
139
+ ```
140
+
141
+ ```
142
+
143
+ ## Model file specification
144
+
145
+ | Filename | Quant type | File Size | Description |
146
+ | -------- | ---------- | --------- | ----------- |
147
+ | [gemma-mling-7b-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q2_K.gguf) | Q2_K | 3.242 GB | smallest, significant quality loss - not recommended for most purposes |
148
+ | [gemma-mling-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q3_K_S.gguf) | Q3_K_S | 3.709 GB | very small, high quality loss |
149
+ | [gemma-mling-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q3_K_M.gguf) | Q3_K_M | 4.069 GB | very small, high quality loss |
150
+ | [gemma-mling-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q3_K_L.gguf) | Q3_K_L | 4.386 GB | small, substantial quality loss |
151
+ | [gemma-mling-7b-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q4_0.gguf) | Q4_0 | 4.668 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
152
+ | [gemma-mling-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q4_K_S.gguf) | Q4_K_S | 4.700 GB | small, greater quality loss |
153
+ | [gemma-mling-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q4_K_M.gguf) | Q4_K_M | 4.964 GB | medium, balanced quality - recommended |
154
+ | [gemma-mling-7b-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q5_0.gguf) | Q5_0 | 5.570 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
155
+ | [gemma-mling-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q5_K_S.gguf) | Q5_K_S | 5.570 GB | large, low quality loss - recommended |
156
+ | [gemma-mling-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q5_K_M.gguf) | Q5_K_M | 5.723 GB | large, very low quality loss - recommended |
157
+ | [gemma-mling-7b-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q6_K.gguf) | Q6_K | 6.529 GB | very large, extremely low quality loss |
158
+ | [gemma-mling-7b-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-mling-7b-GGUF/blob/main/gemma-mling-7b-Q8_0.gguf) | Q8_0 | 8.454 GB | very large, extremely low quality loss - not recommended |
159
+
160
+
161
+ ## Downloading instruction
162
+
163
+ ### Command line
164
+
165
+ Firstly, install Huggingface Client
166
+
167
+ ```shell
168
+ pip install -U "huggingface_hub[cli]"
169
+ ```
170
+
171
+ Then, downoad the individual model file the a local directory
172
+
173
+ ```shell
174
+ huggingface-cli download tensorblock/gemma-mling-7b-GGUF --include "gemma-mling-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
175
+ ```
176
+
177
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
178
+
179
+ ```shell
180
+ huggingface-cli download tensorblock/gemma-mling-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
181
+ ```
gemma-mling-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29298a0673ef5d18425d5ee186ee8f6240df8be6f489d92536beeb7ca685efb5
3
+ size 3481447360
gemma-mling-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0787935932af399023f5f204da9f2d4342cac95a7f107fcbc730d5b054490944
3
+ size 4709067712
gemma-mling-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90721f314fa9e6af5d9f2a810b30e11c30ae91e05a838a144377e8abb61114d3
3
+ size 4369329088
gemma-mling-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a7f2d2d538e114ac8630d8dc05b198f978965e35ef2addb4d28d2ea8db2406
3
+ size 3982404544
gemma-mling-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880037532c7223da9f4309a075226db44b27ac45eeaf7d45d780e03b9be7d8b7
3
+ size 5011844032
gemma-mling-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd90114f86bf577026007c7562b98fa9f46e5d00919d8130c02bebd150be1d0
3
+ size 5329759168
gemma-mling-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4272fb0270bae4ea9bca0e5b9b74c942a321094b795854b462d34e344352f97
3
+ size 5046447040
gemma-mling-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d2140318fdc521e5a029cdb501a75c95d41c33a4e0938e191e1d9ea04b0570
3
+ size 5980728256
gemma-mling-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc580afdcdec63bffec6210f397a0140742e3198ca46e83d92d9a1c2005c1cb
3
+ size 6144502720
gemma-mling-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acab0c9e14bc671ba0ddf5322618e91316cf776f44d03a66817957e4f2c16077
3
+ size 5980728256
gemma-mling-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4d6377713eb257ce16b9831af70f22e2af15dd6c8f4d1e9a675fc81fb31e72
3
+ size 7010167744
gemma-mling-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c98ff149aa9e286633dc9e9537d15329986d9e4965fb95329466498eff12568
3
+ size 9077844928