Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,23 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: roberta-base-finetuned-WikiNeural
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
-
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
# roberta-base-finetuned-WikiNeural
|
14 |
|
15 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base)
|
|
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.0871
|
18 |
- Loc: {'precision': 0.9276567437219359, 'recall': 0.9366918555835433, 'f1': 0.9321524064171123, 'number': 5955}
|
@@ -62,4 +71,4 @@ The following hyperparameters were used during training:
|
|
62 |
- Transformers 4.28.1
|
63 |
- Pytorch 2.0.1
|
64 |
- Datasets 2.13.0
|
65 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: roberta-base-finetuned-WikiNeural
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- Babelscape/wikineural
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
+
- f1
|
15 |
+
- precision
|
16 |
+
- recall
|
17 |
+
pipeline_tag: token-classification
|
18 |
---
|
19 |
|
|
|
|
|
20 |
|
21 |
# roberta-base-finetuned-WikiNeural
|
22 |
|
23 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base).
|
24 |
+
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.0871
|
27 |
- Loc: {'precision': 0.9276567437219359, 'recall': 0.9366918555835433, 'f1': 0.9321524064171123, 'number': 5955}
|
|
|
71 |
- Transformers 4.28.1
|
72 |
- Pytorch 2.0.1
|
73 |
- Datasets 2.13.0
|
74 |
+
- Tokenizers 0.13.3
|