dougtrajano
commited on
Commit
•
26384ab
1
Parent(s):
3f6d0f8
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
tags:
|
|
|
|
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
@@ -8,16 +14,16 @@ metrics:
|
|
8 |
- precision
|
9 |
- recall
|
10 |
model-index:
|
11 |
-
- name: toxic-comment-classification
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
# toxic-comment-classification
|
19 |
|
20 |
-
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.5590
|
23 |
- Accuracy: 0.8578
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- pt
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
+
- toxicity
|
7 |
+
- portuguese
|
8 |
+
- hate speech
|
9 |
+
- offensive language
|
10 |
- generated_from_trainer
|
11 |
metrics:
|
12 |
- accuracy
|
|
|
14 |
- precision
|
15 |
- recall
|
16 |
model-index:
|
17 |
+
- name: dougtrajano/toxic-comment-classification
|
18 |
results: []
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
22 |
should probably proofread and complete it, then remove this comment. -->
|
23 |
|
24 |
+
# dougtrajano/toxic-comment-classification
|
25 |
|
26 |
+
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the dougtrajano/olid-br dataset.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 0.5590
|
29 |
- Accuracy: 0.8578
|