morriszms commited on
Commit
b6eb8b8
·
verified ·
1 Parent(s): f5c4dd9

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
+ germeo-7b-laser-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ germeo-7b-laser-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ germeo-7b-laser-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ germeo-7b-laser-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ germeo-7b-laser-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ germeo-7b-laser-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ germeo-7b-laser-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ germeo-7b-laser-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ germeo-7b-laser-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ germeo-7b-laser-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ germeo-7b-laser-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ germeo-7b-laser-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ license: apache-2.0
5
+ tags:
6
+ - hermeo
7
+ - laser
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - LeoLM/OpenSchnabeltier
12
+ pipeline_tag: conversational
13
+ base_model: aari1995/germeo-7b-laser
14
+ model-index:
15
+ - name: germeo-7b-laser
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: AI2 Reasoning Challenge (25-Shot)
22
+ type: ai2_arc
23
+ config: ARC-Challenge
24
+ split: test
25
+ args:
26
+ num_few_shot: 25
27
+ metrics:
28
+ - type: acc_norm
29
+ value: 60.75
30
+ name: normalized accuracy
31
+ source:
32
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=aari1995/germeo-7b-laser
33
+ name: Open LLM Leaderboard
34
+ - task:
35
+ type: text-generation
36
+ name: Text Generation
37
+ dataset:
38
+ name: HellaSwag (10-Shot)
39
+ type: hellaswag
40
+ split: validation
41
+ args:
42
+ num_few_shot: 10
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 82.81
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=aari1995/germeo-7b-laser
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MMLU (5-Shot)
55
+ type: cais/mmlu
56
+ config: all
57
+ split: test
58
+ args:
59
+ num_few_shot: 5
60
+ metrics:
61
+ - type: acc
62
+ value: 60.57
63
+ name: accuracy
64
+ source:
65
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=aari1995/germeo-7b-laser
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: TruthfulQA (0-shot)
72
+ type: truthful_qa
73
+ config: multiple_choice
74
+ split: validation
75
+ args:
76
+ num_few_shot: 0
77
+ metrics:
78
+ - type: mc2
79
+ value: 53.83
80
+ source:
81
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=aari1995/germeo-7b-laser
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: Winogrande (5-shot)
88
+ type: winogrande
89
+ config: winogrande_xl
90
+ split: validation
91
+ args:
92
+ num_few_shot: 5
93
+ metrics:
94
+ - type: acc
95
+ value: 75.61
96
+ name: accuracy
97
+ source:
98
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=aari1995/germeo-7b-laser
99
+ name: Open LLM Leaderboard
100
+ - task:
101
+ type: text-generation
102
+ name: Text Generation
103
+ dataset:
104
+ name: GSM8k (5-shot)
105
+ type: gsm8k
106
+ config: main
107
+ split: test
108
+ args:
109
+ num_few_shot: 5
110
+ metrics:
111
+ - type: acc
112
+ value: 43.37
113
+ name: accuracy
114
+ source:
115
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=aari1995/germeo-7b-laser
116
+ name: Open LLM Leaderboard
117
+ ---
118
+
119
+ <div style="width: auto; margin-left: auto; margin-right: auto">
120
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
121
+ </div>
122
+ <div style="display: flex; justify-content: space-between; width: 100%;">
123
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
124
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
125
+ 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>
126
+ </p>
127
+ </div>
128
+ </div>
129
+
130
+ ## aari1995/germeo-7b-laser - GGUF
131
+
132
+ This repo contains GGUF format model files for [aari1995/germeo-7b-laser](https://huggingface.co/aari1995/germeo-7b-laser).
133
+
134
+ 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).
135
+
136
+ ## Prompt template
137
+
138
+ ```
139
+ <|im_start|>system
140
+ {system_prompt}<|im_end|>
141
+ <|im_start|>user
142
+ {prompt}<|im_end|>
143
+ <|im_start|>assistant
144
+ ```
145
+
146
+ ## Model file specification
147
+
148
+ | Filename | Quant type | File Size | Description |
149
+ | -------- | ---------- | --------- | ----------- |
150
+ | [germeo-7b-laser-Q2_K.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
151
+ | [germeo-7b-laser-Q3_K_S.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
152
+ | [germeo-7b-laser-Q3_K_M.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
153
+ | [germeo-7b-laser-Q3_K_L.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
154
+ | [germeo-7b-laser-Q4_0.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
155
+ | [germeo-7b-laser-Q4_K_S.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
156
+ | [germeo-7b-laser-Q4_K_M.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
157
+ | [germeo-7b-laser-Q5_0.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
158
+ | [germeo-7b-laser-Q5_K_S.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
159
+ | [germeo-7b-laser-Q5_K_M.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
160
+ | [germeo-7b-laser-Q6_K.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
161
+ | [germeo-7b-laser-Q8_0.gguf](https://huggingface.co/tensorblock/germeo-7b-laser-GGUF/tree/main/germeo-7b-laser-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
162
+
163
+
164
+ ## Downloading instruction
165
+
166
+ ### Command line
167
+
168
+ Firstly, install Huggingface Client
169
+
170
+ ```shell
171
+ pip install -U "huggingface_hub[cli]"
172
+ ```
173
+
174
+ Then, downoad the individual model file the a local directory
175
+
176
+ ```shell
177
+ huggingface-cli download tensorblock/germeo-7b-laser-GGUF --include "germeo-7b-laser-Q2_K.gguf" --local-dir MY_LOCAL_DIR
178
+ ```
179
+
180
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
181
+
182
+ ```shell
183
+ huggingface-cli download tensorblock/germeo-7b-laser-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
184
+ ```
germeo-7b-laser-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f519cb5185bf588df3682e09c5fce75b382e6790d3b8d1dc42b18f61da5f78
3
+ size 2719252160
germeo-7b-laser-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a8ae3cc7da50c395a9b5f256d0aef197e8ffd9d981ac3c588408aceac5d159c
3
+ size 3822035456
germeo-7b-laser-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ab6ed81d73f30d765d0e786fed01e1764edcf62379d3529f7f04f0a0aeff8b
3
+ size 3518996992
germeo-7b-laser-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fb8bb776f99d7f83039ac8f9717dde6cde3a638b36351773d1ff2973aa2260
3
+ size 3164578304
germeo-7b-laser-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed81c85b98787af26c0652cb6060e3445fac63cdd7cc9c7b3e63cc0e7fe8479
3
+ size 4108928576
germeo-7b-laser-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f454cc3a7ced78a889a02efb87f95f372ca780c2d02a84e65c57c5cef30cab1
3
+ size 4368451136
germeo-7b-laser-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0c012487280575d4566007c337d534a33d8db7316ab27a4bbc88fbdb74f70f
3
+ size 4140385856
germeo-7b-laser-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8214d458c5c169a589ac6e01389f76053eb31ea9b3b10f0aec0072ca354e255a
3
+ size 4997728832
germeo-7b-laser-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58aed64a28d47b69dd036ece7bf7c6ef06b8046e53c22518fae3bc2d8e7eb40
3
+ size 5131422272
germeo-7b-laser-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41d6ca253f24f8ddf48ed00105b6fc7b2d0c373cdb8259ab7ec1be6fa37765e8
3
+ size 4997728832
germeo-7b-laser-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a6a448aaf7a091501e4dca83bcc366d853b20e2cf1fd383658974398a341c3
3
+ size 5942079104
germeo-7b-laser-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5d968ee9b9e61a028196882be2f9f7f5180bd0f0828451e5cf719795842446
3
+ size 7695875584