clincolnoz
commited on
Commit
•
c482872
1
Parent(s):
801d89b
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,14 @@ tags:
|
|
4 |
metrics:
|
5 |
- f1
|
6 |
- accuracy
|
|
|
7 |
model-index:
|
8 |
- name: final-lr2e-5-bs16-fp16-2
|
9 |
results: []
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# final-lr2e-5-bs16-fp16-2
|
16 |
|
17 |
-
This model is a fine-tuned version of [GroNLP/hateBERT](https://huggingface.co/GroNLP/hateBERT) on an
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.4219
|
20 |
- F1 Macro: 0.8457
|
@@ -93,4 +98,4 @@ weighted avg 0.886614 0.887000 0.886800 4000.000 |
|
|
93 |
- Transformers 4.27.0.dev0
|
94 |
- Pytorch 1.13.1+cu117
|
95 |
- Datasets 2.9.0
|
96 |
-
- Tokenizers 0.13.2
|
|
|
4 |
metrics:
|
5 |
- f1
|
6 |
- accuracy
|
7 |
+
base_model: bert-base-uncased
|
8 |
model-index:
|
9 |
- name: final-lr2e-5-bs16-fp16-2
|
10 |
results: []
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
library_name: transformers
|
14 |
+
pipeline_tag: text-classification
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
19 |
|
20 |
# final-lr2e-5-bs16-fp16-2
|
21 |
|
22 |
+
This model is a fine-tuned version of [GroNLP/hateBERT](https://huggingface.co/GroNLP/hateBERT) on an https://github.com/rewire-online/edos dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.4219
|
25 |
- F1 Macro: 0.8457
|
|
|
98 |
- Transformers 4.27.0.dev0
|
99 |
- Pytorch 1.13.1+cu117
|
100 |
- Datasets 2.9.0
|
101 |
+
- Tokenizers 0.13.2
|