nutPace commited on
Commit
a1f604e
1 Parent(s): 75d716e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [dslim/bert-large-NER](https://huggingface.co/dslim/bert-large-NER) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3135
24
- - Precision: 0.5388
25
- - Recall: 0.7020
26
- - F1: 0.6096
27
- - Accuracy: 0.9072
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 429 | 0.3677 | 0.4476 | 0.6465 | 0.5289 | 0.8761 |
59
- | 0.5014 | 2.0 | 858 | 0.2789 | 0.5375 | 0.6515 | 0.5890 | 0.9084 |
60
- | 0.204 | 3.0 | 1287 | 0.3135 | 0.5388 | 0.7020 | 0.6096 | 0.9072 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [dslim/bert-large-NER](https://huggingface.co/dslim/bert-large-NER) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1966
24
+ - Precision: 0.6438
25
+ - Recall: 0.6483
26
+ - F1: 0.6460
27
+ - Accuracy: 0.9478
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.4628 | 1.0 | 551 | 0.2481 | 0.5940 | 0.5448 | 0.5683 | 0.9326 |
59
+ | 0.2106 | 2.0 | 1102 | 0.1833 | 0.6486 | 0.6621 | 0.6553 | 0.9433 |
60
+ | 0.1434 | 3.0 | 1653 | 0.1966 | 0.6438 | 0.6483 | 0.6460 | 0.9478 |
61
 
62
 
63
  ### Framework versions