nicholasKluge
commited on
Commit
·
b43a093
1
Parent(s):
ac5b625
Update README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ widget:
|
|
16 |
- text: "Pega a sua opinião e vai a merda com ela!"
|
17 |
example_title: Exemplo
|
18 |
---
|
19 |
-
# TeenyTinyLlama-
|
20 |
|
21 |
TeenyTinyLlama is a series of small foundational models trained in Brazilian Portuguese.
|
22 |
|
23 |
-
This repository contains a version of [TeenyTinyLlama-
|
24 |
|
25 |
## Details
|
26 |
|
@@ -38,7 +38,7 @@ from transformers import pipeline
|
|
38 |
|
39 |
text = "Pega a sua opinião e vai a merda com ela!"
|
40 |
|
41 |
-
classifier = pipeline("text-classification", model="nicholasKluge/TeenyTinyLlama-
|
42 |
classifier(text)
|
43 |
|
44 |
# >>> [{'label': 'TOXIC', 'score': 0.9998729228973389}]
|
@@ -145,7 +145,7 @@ trainer.train()
|
|
145 |
|
146 |
| Models | [HateBr](https://huggingface.co/datasets/ruanchaves/hatebr) |
|
147 |
|--------------------------------------------------------------------------------------------|-------------------------------------------------------------|
|
148 |
-
| [Teeny Tiny Llama
|
149 |
| [Bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) | 91.28 |
|
150 |
| [Bert-large-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased)| 91.57 |
|
151 |
| [Gpt2-small-portuguese](https://huggingface.co/pierreguillou/gpt2-small-portuguese) | 87.42 |
|
@@ -156,7 +156,7 @@ trainer.train()
|
|
156 |
|
157 |
@misc{nicholas22llama,
|
158 |
doi = {10.5281/zenodo.6989727},
|
159 |
-
url = {https://huggingface.co/nicholasKluge/TeenyTinyLlama-
|
160 |
author = {Nicholas Kluge Corrêa},
|
161 |
title = {TeenyTinyLlama},
|
162 |
year = {2023},
|
@@ -172,4 +172,4 @@ This repository was built as part of the RAIES ([Rede de Inteligência Artificia
|
|
172 |
|
173 |
## License
|
174 |
|
175 |
-
TeenyTinyLlama-
|
|
|
16 |
- text: "Pega a sua opinião e vai a merda com ela!"
|
17 |
example_title: Exemplo
|
18 |
---
|
19 |
+
# TeenyTinyLlama-160m-HateBR
|
20 |
|
21 |
TeenyTinyLlama is a series of small foundational models trained in Brazilian Portuguese.
|
22 |
|
23 |
+
This repository contains a version of [TeenyTinyLlama-160m](https://huggingface.co/nicholasKluge/TeenyTinyLlama-160m) (`TeenyTinyLlama-160m-HateBR`) fine-tuned on the [HateBR dataset](https://huggingface.co/datasets/ruanchaves/hatebr).
|
24 |
|
25 |
## Details
|
26 |
|
|
|
38 |
|
39 |
text = "Pega a sua opinião e vai a merda com ela!"
|
40 |
|
41 |
+
classifier = pipeline("text-classification", model="nicholasKluge/TeenyTinyLlama-160m-HateBR")
|
42 |
classifier(text)
|
43 |
|
44 |
# >>> [{'label': 'TOXIC', 'score': 0.9998729228973389}]
|
|
|
145 |
|
146 |
| Models | [HateBr](https://huggingface.co/datasets/ruanchaves/hatebr) |
|
147 |
|--------------------------------------------------------------------------------------------|-------------------------------------------------------------|
|
148 |
+
| [Teeny Tiny Llama 160m](https://huggingface.co/nicholasKluge/TeenyTinyLlama-160m) | 90.71 |
|
149 |
| [Bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) | 91.28 |
|
150 |
| [Bert-large-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased)| 91.57 |
|
151 |
| [Gpt2-small-portuguese](https://huggingface.co/pierreguillou/gpt2-small-portuguese) | 87.42 |
|
|
|
156 |
|
157 |
@misc{nicholas22llama,
|
158 |
doi = {10.5281/zenodo.6989727},
|
159 |
+
url = {https://huggingface.co/nicholasKluge/TeenyTinyLlama-160m},
|
160 |
author = {Nicholas Kluge Corrêa},
|
161 |
title = {TeenyTinyLlama},
|
162 |
year = {2023},
|
|
|
172 |
|
173 |
## License
|
174 |
|
175 |
+
TeenyTinyLlama-160m-HateBR is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.
|