nutPace commited on
Commit
6209a97
1 Parent(s): 6fed312

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.3706
24
- - Precision: 0.5564
25
- - Recall: 0.6510
26
- - F1: 0.6
27
- - Accuracy: 0.9117
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
- | 0.4407 | 1.0 | 746 | 0.3447 | 0.4835 | 0.5572 | 0.5177 | 0.8881 |
59
- | 0.245 | 2.0 | 1492 | 0.3399 | 0.5439 | 0.5630 | 0.5533 | 0.9014 |
60
- | 0.0865 | 3.0 | 2238 | 0.3706 | 0.5564 | 0.6510 | 0.6 | 0.9117 |
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.3135
24
+ - Precision: 0.5388
25
+ - Recall: 0.7020
26
+ - F1: 0.6096
27
+ - Accuracy: 0.9072
28
 
29
  ## Model description
30
 
 
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