PabloGuinea commited on
Commit
1c4734a
1 Parent(s): 07d3452

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.9290076335877863
28
  - name: Recall
29
  type: recall
30
- value: 0.9391467313416382
31
  - name: F1
32
  type: f1
33
- value: 0.9340496683295871
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9849767124843803
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # bert-base-uncased-finetuned-ner
43
 
44
- This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0664
47
- - Precision: 0.9290
48
- - Recall: 0.9391
49
- - F1: 0.9340
50
- - Accuracy: 0.9850
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.1694 | 1.0 | 878 | 0.0677 | 0.9162 | 0.9141 | 0.9152 | 0.9812 |
82
- | 0.0571 | 2.0 | 1756 | 0.0657 | 0.9193 | 0.9286 | 0.9239 | 0.9832 |
83
- | 0.0283 | 3.0 | 2634 | 0.0664 | 0.9290 | 0.9391 | 0.9340 | 0.9850 |
84
 
85
 
86
  ### Framework versions
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9502661343978709
28
  - name: Recall
29
  type: recall
30
+ value: 0.9614607876135981
31
  - name: F1
32
  type: f1
33
+ value: 0.9558306842897775
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9925431252677076
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  # bert-base-uncased-finetuned-ner
43
 
44
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0328
47
+ - Precision: 0.9503
48
+ - Recall: 0.9615
49
+ - F1: 0.9558
50
+ - Accuracy: 0.9925
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.1407 | 1.0 | 878 | 0.0407 | 0.9355 | 0.9468 | 0.9411 | 0.9902 |
82
+ | 0.0329 | 2.0 | 1756 | 0.0338 | 0.9471 | 0.9584 | 0.9527 | 0.9920 |
83
+ | 0.0167 | 3.0 | 2634 | 0.0328 | 0.9503 | 0.9615 | 0.9558 | 0.9925 |
84
 
85
 
86
  ### Framework versions