update model card README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
-
-
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
@@ -15,24 +16,24 @@ model-index:
|
|
15 |
name: Token Classification
|
16 |
type: token-classification
|
17 |
dataset:
|
18 |
-
name:
|
19 |
-
type:
|
20 |
-
config:
|
21 |
-
split:
|
22 |
-
args:
|
23 |
metrics:
|
24 |
- name: Precision
|
25 |
type: precision
|
26 |
-
value: 0.
|
27 |
- name: Recall
|
28 |
type: recall
|
29 |
-
value: 0.
|
30 |
- name: F1
|
31 |
type: f1
|
32 |
-
value: 0.
|
33 |
- name: Accuracy
|
34 |
type: accuracy
|
35 |
-
value: 0.
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,13 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
40 |
|
41 |
# bert-finetuned-ner
|
42 |
|
43 |
-
This model
|
44 |
It achieves the following results on the evaluation set:
|
45 |
-
- Loss: 0.
|
46 |
-
- Precision: 0.
|
47 |
-
- Recall: 0.
|
48 |
-
- F1: 0.
|
49 |
-
- Accuracy: 0.
|
50 |
|
51 |
## Model description
|
52 |
|
@@ -77,14 +78,14 @@ The following hyperparameters were used during training:
|
|
77 |
|
78 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
79 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
|
84 |
|
85 |
### Framework versions
|
86 |
|
87 |
-
- Transformers 4.
|
88 |
- Pytorch 1.13.1+cu116
|
89 |
- Datasets 2.8.0
|
90 |
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- xglue
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
|
|
16 |
name: Token Classification
|
17 |
type: token-classification
|
18 |
dataset:
|
19 |
+
name: xglue
|
20 |
+
type: xglue
|
21 |
+
config: ner
|
22 |
+
split: validation.es
|
23 |
+
args: ner
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
+
value: 0.5184780231795321
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
+
value: 0.5445567294441892
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
+
value: 0.5311974907583735
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
+
value: 0.8905679788803479
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
41 |
|
42 |
# bert-finetuned-ner
|
43 |
|
44 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the xglue dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 0.8429
|
47 |
+
- Precision: 0.5185
|
48 |
+
- Recall: 0.5446
|
49 |
+
- F1: 0.5312
|
50 |
+
- Accuracy: 0.8906
|
51 |
|
52 |
## Model description
|
53 |
|
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
+
| 0.0782 | 1.0 | 1756 | 0.6432 | 0.4982 | 0.5420 | 0.5192 | 0.8972 |
|
82 |
+
| 0.039 | 2.0 | 3512 | 0.7474 | 0.4994 | 0.5496 | 0.5233 | 0.8908 |
|
83 |
+
| 0.0189 | 3.0 | 5268 | 0.8429 | 0.5185 | 0.5446 | 0.5312 | 0.8906 |
|
84 |
|
85 |
|
86 |
### Framework versions
|
87 |
|
88 |
+
- Transformers 4.26.0
|
89 |
- Pytorch 1.13.1+cu116
|
90 |
- Datasets 2.8.0
|
91 |
- Tokenizers 0.13.2
|