raulgdp commited on
Commit
8c3361e
1 Parent(s): e22273f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.8614552827213336
28
  - name: Recall
29
  type: recall
30
- value: 0.8786764705882353
31
  - name: F1
32
  type: f1
33
- value: 0.8699806620407236
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9785031604018444
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [BSC-LT/roberta-base-bne-capitel-ner](https://huggingface.co/BSC-LT/roberta-base-bne-capitel-ner) on the conll2002 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0944
47
- - Precision: 0.8615
48
- - Recall: 0.8787
49
- - F1: 0.8700
50
- - Accuracy: 0.9785
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.104 | 1.0 | 521 | 0.0823 | 0.8616 | 0.8814 | 0.8714 | 0.9789 |
82
- | 0.034 | 2.0 | 1042 | 0.0855 | 0.8601 | 0.8773 | 0.8686 | 0.9777 |
83
- | 0.0197 | 3.0 | 1563 | 0.0944 | 0.8615 | 0.8787 | 0.8700 | 0.9785 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.8734693877551021
28
  - name: Recall
29
  type: recall
30
+ value: 0.8851102941176471
31
  - name: F1
32
  type: f1
33
+ value: 0.8792513124857338
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.979541360041528
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [BSC-LT/roberta-base-bne-capitel-ner](https://huggingface.co/BSC-LT/roberta-base-bne-capitel-ner) on the conll2002 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0911
47
+ - Precision: 0.8735
48
+ - Recall: 0.8851
49
+ - F1: 0.8793
50
+ - Accuracy: 0.9795
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0981 | 1.0 | 521 | 0.0849 | 0.8612 | 0.8814 | 0.8712 | 0.9789 |
82
+ | 0.0327 | 2.0 | 1042 | 0.0833 | 0.8634 | 0.8814 | 0.8723 | 0.9796 |
83
+ | 0.0193 | 3.0 | 1563 | 0.0911 | 0.8735 | 0.8851 | 0.8793 | 0.9795 |
84
 
85
 
86
  ### Framework versions