morriszms commited on
Commit
670a8fb
·
verified ·
1 Parent(s): 2e91617

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
+ TeenyTinyLlama-160m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TeenyTinyLlama-160m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TeenyTinyLlama-160m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TeenyTinyLlama-160m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TeenyTinyLlama-160m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TeenyTinyLlama-160m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TeenyTinyLlama-160m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TeenyTinyLlama-160m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TeenyTinyLlama-160m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TeenyTinyLlama-160m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TeenyTinyLlama-160m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TeenyTinyLlama-160m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - pt
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - text-generation-inference
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - nicholasKluge/Pt-Corpus-Instruct
12
+ metrics:
13
+ - perplexity
14
+ pipeline_tag: text-generation
15
+ widget:
16
+ - text: 'A PUCRS é uma universidade '
17
+ example_title: Exemplo
18
+ - text: A muitos anos atrás, em uma galáxia muito distante, vivia uma raça de
19
+ example_title: Exemplo
20
+ - text: Em meio a um escândalo, a frente parlamentar pediu ao Senador Silva para
21
+ example_title: Exemplo
22
+ inference:
23
+ parameters:
24
+ repetition_penalty: 1.2
25
+ temperature: 0.2
26
+ top_k: 20
27
+ top_p: 0.2
28
+ max_new_tokens: 150
29
+ co2_eq_emissions:
30
+ emissions: 5600
31
+ source: CodeCarbon
32
+ training_type: pre-training
33
+ geographical_location: Germany
34
+ hardware_used: NVIDIA A100-SXM4-40GB
35
+ base_model: nicholasKluge/TeenyTinyLlama-160m
36
+ model-index:
37
+ - name: TeenyTinyLlama-160m
38
+ results:
39
+ - task:
40
+ type: text-generation
41
+ name: Text Generation
42
+ dataset:
43
+ name: ENEM Challenge (No Images)
44
+ type: eduagarcia/enem_challenge
45
+ split: train
46
+ args:
47
+ num_few_shot: 3
48
+ metrics:
49
+ - type: acc
50
+ value: 19.24
51
+ name: accuracy
52
+ source:
53
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
54
+ name: Open Portuguese LLM Leaderboard
55
+ - task:
56
+ type: text-generation
57
+ name: Text Generation
58
+ dataset:
59
+ name: BLUEX (No Images)
60
+ type: eduagarcia-temp/BLUEX_without_images
61
+ split: train
62
+ args:
63
+ num_few_shot: 3
64
+ metrics:
65
+ - type: acc
66
+ value: 23.09
67
+ name: accuracy
68
+ source:
69
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
70
+ name: Open Portuguese LLM Leaderboard
71
+ - task:
72
+ type: text-generation
73
+ name: Text Generation
74
+ dataset:
75
+ name: OAB Exams
76
+ type: eduagarcia/oab_exams
77
+ split: train
78
+ args:
79
+ num_few_shot: 3
80
+ metrics:
81
+ - type: acc
82
+ value: 22.37
83
+ name: accuracy
84
+ source:
85
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
86
+ name: Open Portuguese LLM Leaderboard
87
+ - task:
88
+ type: text-generation
89
+ name: Text Generation
90
+ dataset:
91
+ name: Assin2 RTE
92
+ type: assin2
93
+ split: test
94
+ args:
95
+ num_few_shot: 15
96
+ metrics:
97
+ - type: f1_macro
98
+ value: 53.97
99
+ name: f1-macro
100
+ source:
101
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
102
+ name: Open Portuguese LLM Leaderboard
103
+ - task:
104
+ type: text-generation
105
+ name: Text Generation
106
+ dataset:
107
+ name: Assin2 STS
108
+ type: eduagarcia/portuguese_benchmark
109
+ split: test
110
+ args:
111
+ num_few_shot: 15
112
+ metrics:
113
+ - type: pearson
114
+ value: 0.24
115
+ name: pearson
116
+ source:
117
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
118
+ name: Open Portuguese LLM Leaderboard
119
+ - task:
120
+ type: text-generation
121
+ name: Text Generation
122
+ dataset:
123
+ name: FaQuAD NLI
124
+ type: ruanchaves/faquad-nli
125
+ split: test
126
+ args:
127
+ num_few_shot: 15
128
+ metrics:
129
+ - type: f1_macro
130
+ value: 43.97
131
+ name: f1-macro
132
+ source:
133
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
134
+ name: Open Portuguese LLM Leaderboard
135
+ - task:
136
+ type: text-generation
137
+ name: Text Generation
138
+ dataset:
139
+ name: HateBR Binary
140
+ type: ruanchaves/hatebr
141
+ split: test
142
+ args:
143
+ num_few_shot: 25
144
+ metrics:
145
+ - type: f1_macro
146
+ value: 36.92
147
+ name: f1-macro
148
+ source:
149
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
150
+ name: Open Portuguese LLM Leaderboard
151
+ - task:
152
+ type: text-generation
153
+ name: Text Generation
154
+ dataset:
155
+ name: PT Hate Speech Binary
156
+ type: hate_speech_portuguese
157
+ split: test
158
+ args:
159
+ num_few_shot: 25
160
+ metrics:
161
+ - type: f1_macro
162
+ value: 42.63
163
+ name: f1-macro
164
+ source:
165
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
166
+ name: Open Portuguese LLM Leaderboard
167
+ - task:
168
+ type: text-generation
169
+ name: Text Generation
170
+ dataset:
171
+ name: tweetSentBR
172
+ type: eduagarcia-temp/tweetsentbr
173
+ split: test
174
+ args:
175
+ num_few_shot: 25
176
+ metrics:
177
+ - type: f1_macro
178
+ value: 11.39
179
+ name: f1-macro
180
+ source:
181
+ url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=nicholasKluge/TeenyTinyLlama-160m
182
+ name: Open Portuguese LLM Leaderboard
183
+ ---
184
+
185
+ <div style="width: auto; margin-left: auto; margin-right: auto">
186
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
187
+ </div>
188
+ <div style="display: flex; justify-content: space-between; width: 100%;">
189
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
190
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
191
+ 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>
192
+ </p>
193
+ </div>
194
+ </div>
195
+
196
+ ## nicholasKluge/TeenyTinyLlama-160m - GGUF
197
+
198
+ This repo contains GGUF format model files for [nicholasKluge/TeenyTinyLlama-160m](https://huggingface.co/nicholasKluge/TeenyTinyLlama-160m).
199
+
200
+ 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).
201
+
202
+ <div style="text-align: left; margin: 20px 0;">
203
+ <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;">
204
+ Run them on the TensorBlock client using your local machine ↗
205
+ </a>
206
+ </div>
207
+
208
+ ## Prompt template
209
+
210
+ ```
211
+
212
+ ```
213
+
214
+ ## Model file specification
215
+
216
+ | Filename | Quant type | File Size | Description |
217
+ | -------- | ---------- | --------- | ----------- |
218
+ | [TeenyTinyLlama-160m-Q2_K.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q2_K.gguf) | Q2_K | 0.071 GB | smallest, significant quality loss - not recommended for most purposes |
219
+ | [TeenyTinyLlama-160m-Q3_K_S.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q3_K_S.gguf) | Q3_K_S | 0.080 GB | very small, high quality loss |
220
+ | [TeenyTinyLlama-160m-Q3_K_M.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q3_K_M.gguf) | Q3_K_M | 0.086 GB | very small, high quality loss |
221
+ | [TeenyTinyLlama-160m-Q3_K_L.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q3_K_L.gguf) | Q3_K_L | 0.091 GB | small, substantial quality loss |
222
+ | [TeenyTinyLlama-160m-Q4_0.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
223
+ | [TeenyTinyLlama-160m-Q4_K_S.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q4_K_S.gguf) | Q4_K_S | 0.099 GB | small, greater quality loss |
224
+ | [TeenyTinyLlama-160m-Q4_K_M.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q4_K_M.gguf) | Q4_K_M | 0.103 GB | medium, balanced quality - recommended |
225
+ | [TeenyTinyLlama-160m-Q5_0.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q5_0.gguf) | Q5_0 | 0.116 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
226
+ | [TeenyTinyLlama-160m-Q5_K_S.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q5_K_S.gguf) | Q5_K_S | 0.116 GB | large, low quality loss - recommended |
227
+ | [TeenyTinyLlama-160m-Q5_K_M.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
228
+ | [TeenyTinyLlama-160m-Q6_K.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q6_K.gguf) | Q6_K | 0.134 GB | very large, extremely low quality loss |
229
+ | [TeenyTinyLlama-160m-Q8_0.gguf](https://huggingface.co/tensorblock/TeenyTinyLlama-160m-GGUF/blob/main/TeenyTinyLlama-160m-Q8_0.gguf) | Q8_0 | 0.173 GB | very large, extremely low quality loss - not recommended |
230
+
231
+
232
+ ## Downloading instruction
233
+
234
+ ### Command line
235
+
236
+ Firstly, install Huggingface Client
237
+
238
+ ```shell
239
+ pip install -U "huggingface_hub[cli]"
240
+ ```
241
+
242
+ Then, downoad the individual model file the a local directory
243
+
244
+ ```shell
245
+ huggingface-cli download tensorblock/TeenyTinyLlama-160m-GGUF --include "TeenyTinyLlama-160m-Q2_K.gguf" --local-dir MY_LOCAL_DIR
246
+ ```
247
+
248
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
249
+
250
+ ```shell
251
+ huggingface-cli download tensorblock/TeenyTinyLlama-160m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
252
+ ```
TeenyTinyLlama-160m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5338ac6fb79717c6de75a17711053c94e528e97a13baba439bc1a671a2307d
3
+ size 70536416
TeenyTinyLlama-160m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b094fa245d7869751964b3ca8deeffa7318f7689209698af7355115f07db14db
3
+ size 91169504
TeenyTinyLlama-160m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2890e6cb413d9b83b630ea71ad75da02638a7e7d4f7a2d74abbe4f667be4c6de
3
+ size 86008544
TeenyTinyLlama-160m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6c750d34d0dd25ebcd1b0de3709b7d917e6ad6eaf9b5f5ed8b5ab1454beda5b
3
+ size 80220896
TeenyTinyLlama-160m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0a421e78e95bc9317a58c9b1c98efe3d5588b81a2d5506312a6b4ae7ebb5bd
3
+ size 98525408
TeenyTinyLlama-160m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:554907aa5dce0bd32f8400fccc8770d35334dcc681bcd82af33bfb2a30486561
3
+ size 103087328
TeenyTinyLlama-160m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e62f8f5be9d81cafed17ad6fe087c907b2a1c6e16c1cf3d4d9f048eb0cf670d5
3
+ size 99115232
TeenyTinyLlama-160m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38a7ae057c47ee33f4a22c064593a19231b7e7926be83f48ff920917b3d20b1
3
+ size 115753184
TeenyTinyLlama-160m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de8b1753ddc63c3fdeff2ebeb7f2ef860de00a5904175ab1253affdc8f5a8cf9
3
+ size 118103264
TeenyTinyLlama-160m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e576a681d097878ed01ce507f9d6351c82cb60df5f7f2fe88e7108b271b34605
3
+ size 115753184
TeenyTinyLlama-160m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8914fab301547af231976a17cd4839808fc1aa9b6c6aa8c22d5f2c6c9a966260
3
+ size 134057696
TeenyTinyLlama-160m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e538ea246cf7cf62430b6208a258f5ae180ce3e5597b3eceb3bf8878e0af24b
3
+ size 173388512