PabloGuinea commited on
Commit
8c9efd0
1 Parent(s): bf08c8e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.9368619618286729
28
  - name: Recall
29
  type: recall
30
- value: 0.9445128090390424
31
  - name: F1
32
  type: f1
33
- value: 0.9406718288674726
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.985892894021955
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0560
47
- - Precision: 0.9369
48
- - Recall: 0.9445
49
- - F1: 0.9407
50
- - Accuracy: 0.9859
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.2175 | 1.0 | 878 | 0.0591 | 0.9263 | 0.9328 | 0.9295 | 0.9841 |
82
- | 0.0493 | 2.0 | 1756 | 0.0543 | 0.9345 | 0.9422 | 0.9383 | 0.9855 |
83
- | 0.0242 | 3.0 | 2634 | 0.0560 | 0.9369 | 0.9445 | 0.9407 | 0.9859 |
84
 
85
 
86
  ### Framework versions
 
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
 
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
 
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