EffyLi commited on
Commit
43048fa
1 Parent(s): 2279552

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2862
23
- - Precision: 0.8235
24
- - Recall: 0.6853
25
- - F1: 0.7481
26
- - Accuracy: 0.9517
27
 
28
  ## Model description
29
 
@@ -48,15 +48,22 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 3
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 45 | 0.5671 | 0.6 | 0.5455 | 0.5714 | 0.9167 |
58
- | No log | 2.0 | 90 | 0.3043 | 0.7667 | 0.6434 | 0.6996 | 0.9447 |
59
- | No log | 3.0 | 135 | 0.2862 | 0.8235 | 0.6853 | 0.7481 | 0.9517 |
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1511
23
+ - Precision: 0.8652
24
+ - Recall: 0.8531
25
+ - F1: 0.8592
26
+ - Accuracy: 0.9790
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 45 | 0.4929 | 0.6532 | 0.5664 | 0.6067 | 0.9237 |
58
+ | No log | 2.0 | 90 | 0.3090 | 0.8145 | 0.7063 | 0.7566 | 0.9497 |
59
+ | No log | 3.0 | 135 | 0.2477 | 0.8433 | 0.7902 | 0.8159 | 0.9625 |
60
+ | No log | 4.0 | 180 | 0.2209 | 0.8169 | 0.8112 | 0.8140 | 0.9669 |
61
+ | No log | 5.0 | 225 | 0.1906 | 0.8369 | 0.8252 | 0.8310 | 0.9739 |
62
+ | No log | 6.0 | 270 | 0.1568 | 0.8662 | 0.8601 | 0.8632 | 0.9784 |
63
+ | No log | 7.0 | 315 | 0.1532 | 0.8732 | 0.8671 | 0.8702 | 0.9790 |
64
+ | No log | 8.0 | 360 | 0.1530 | 0.8671 | 0.8671 | 0.8671 | 0.9790 |
65
+ | No log | 9.0 | 405 | 0.1526 | 0.8723 | 0.8601 | 0.8662 | 0.9790 |
66
+ | No log | 10.0 | 450 | 0.1511 | 0.8652 | 0.8531 | 0.8592 | 0.9790 |
67
 
68
 
69
  ### Framework versions