aimarsg commited on
Commit
820a20a
1 Parent(s): b1fd665

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -30
README.md CHANGED
@@ -1,9 +1,8 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - xglue
7
  metrics:
8
  - precision
9
  - recall
@@ -16,48 +15,38 @@ model-index:
16
  name: Token Classification
17
  type: token-classification
18
  dataset:
19
- name: xglue
20
- type: xglue
21
- config: ner
22
- split: validation.en
23
- args: ner
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.9374277695228661
28
  - name: Recall
29
  type: recall
30
- value: 0.9555705149781218
31
  - name: F1
32
  type: f1
33
- value: 0.9464122010167514
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9875198681344558
37
  ---
38
 
39
- train-eval-index:
40
- - config: ner
41
- task: token-classification
42
- task_id: entity_extraction
43
- splits:
44
- eval_split: test.es
45
- col_mapping:
46
- words: tokens
47
- ner: tags
48
-
49
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
50
  should probably proofread and complete it, then remove this comment. -->
51
 
52
  # bert-finetuned-ner-es-en
53
 
54
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the xglue dataset.
55
  It achieves the following results on the evaluation set:
56
- - Loss: 0.0753
57
- - Precision: 0.9374
58
- - Recall: 0.9556
59
- - F1: 0.9464
60
- - Accuracy: 0.9875
61
 
62
  ## Model description
63
 
@@ -88,9 +77,9 @@ The following hyperparameters were used during training:
88
 
89
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
90
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
91
- | 0.0184 | 1.0 | 1756 | 0.0718 | 0.9314 | 0.9440 | 0.9376 | 0.9850 |
92
- | 0.0115 | 2.0 | 3512 | 0.0712 | 0.9374 | 0.9544 | 0.9458 | 0.9872 |
93
- | 0.0048 | 3.0 | 5268 | 0.0753 | 0.9374 | 0.9556 | 0.9464 | 0.9875 |
94
 
95
 
96
  ### Framework versions
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
+ - wikiann
6
  metrics:
7
  - precision
8
  - recall
 
15
  name: Token Classification
16
  type: token-classification
17
  dataset:
18
+ name: wikiann
19
+ type: wikiann
20
+ config: es
21
+ split: validation
22
+ args: es
23
  metrics:
24
  - name: Precision
25
  type: precision
26
+ value: 0.8694376140239549
27
  - name: Recall
28
  type: recall
29
+ value: 0.8933170334148329
30
  - name: F1
31
  type: f1
32
+ value: 0.8812155806568316
33
  - name: Accuracy
34
  type: accuracy
35
+ value: 0.9448179020644737
36
  ---
37
 
 
 
 
 
 
 
 
 
 
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
39
  should probably proofread and complete it, then remove this comment. -->
40
 
41
  # bert-finetuned-ner-es-en
42
 
43
+ This model was trained from scratch on the wikiann dataset.
44
  It achieves the following results on the evaluation set:
45
+ - Loss: 0.2564
46
+ - Precision: 0.8694
47
+ - Recall: 0.8933
48
+ - F1: 0.8812
49
+ - Accuracy: 0.9448
50
 
51
  ## Model description
52
 
 
77
 
78
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
79
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
80
+ | 0.2459 | 1.0 | 2500 | 0.2378 | 0.8169 | 0.8606 | 0.8382 | 0.9304 |
81
+ | 0.1441 | 2.0 | 5000 | 0.2468 | 0.8618 | 0.8876 | 0.8745 | 0.9429 |
82
+ | 0.0972 | 3.0 | 7500 | 0.2564 | 0.8694 | 0.8933 | 0.8812 | 0.9448 |
83
 
84
 
85
  ### Framework versions