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