vineetsharma commited on
Commit
ed0cc5a
1 Parent(s): 871696c

Training complete

Browse files
Files changed (2) hide show
  1. README.md +68 -1
  2. pytorch_model.bin +1 -1
README.md CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
3
  base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: BioMedical_NER-maccrobat-bert
8
  results: []
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
14
  # BioMedical_NER-maccrobat-bert
15
 
16
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -38,7 +49,63 @@ The following hyperparameters were used during training:
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ### Framework versions
44
 
 
3
  base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
  model-index:
12
  - name: BioMedical_NER-maccrobat-bert
13
  results: []
 
19
  # BioMedical_NER-maccrobat-bert
20
 
21
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3418
24
+ - Precision: 0.8668
25
+ - Recall: 0.9491
26
+ - F1: 0.9061
27
+ - Accuracy: 0.9501
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 50
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 45 | 1.7363 | 0.4262 | 0.0055 | 0.0108 | 0.6274 |
59
+ | No log | 2.0 | 90 | 1.3805 | 0.3534 | 0.2073 | 0.2613 | 0.6565 |
60
+ | No log | 3.0 | 135 | 1.1713 | 0.4026 | 0.3673 | 0.3841 | 0.6908 |
61
+ | No log | 4.0 | 180 | 1.0551 | 0.4392 | 0.5309 | 0.4807 | 0.7149 |
62
+ | No log | 5.0 | 225 | 0.9591 | 0.4893 | 0.6012 | 0.5395 | 0.7496 |
63
+ | No log | 6.0 | 270 | 0.8656 | 0.5156 | 0.6483 | 0.5744 | 0.7722 |
64
+ | No log | 7.0 | 315 | 0.8613 | 0.5124 | 0.6871 | 0.5870 | 0.7716 |
65
+ | No log | 8.0 | 360 | 0.7524 | 0.5699 | 0.7114 | 0.6329 | 0.8110 |
66
+ | No log | 9.0 | 405 | 0.6966 | 0.5884 | 0.7374 | 0.6545 | 0.8265 |
67
+ | No log | 10.0 | 450 | 0.6564 | 0.6147 | 0.7678 | 0.6827 | 0.8373 |
68
+ | No log | 11.0 | 495 | 0.5950 | 0.6484 | 0.7826 | 0.7092 | 0.8563 |
69
+ | 0.9321 | 12.0 | 540 | 0.6083 | 0.6578 | 0.8001 | 0.7220 | 0.8587 |
70
+ | 0.9321 | 13.0 | 585 | 0.5821 | 0.6682 | 0.8206 | 0.7366 | 0.8688 |
71
+ | 0.9321 | 14.0 | 630 | 0.5578 | 0.6787 | 0.8324 | 0.7477 | 0.8744 |
72
+ | 0.9321 | 15.0 | 675 | 0.4819 | 0.7338 | 0.8484 | 0.7870 | 0.8974 |
73
+ | 0.9321 | 16.0 | 720 | 0.4775 | 0.7461 | 0.8573 | 0.7978 | 0.9020 |
74
+ | 0.9321 | 17.0 | 765 | 0.4786 | 0.7395 | 0.8600 | 0.7952 | 0.9020 |
75
+ | 0.9321 | 18.0 | 810 | 0.4481 | 0.7647 | 0.8740 | 0.8157 | 0.9102 |
76
+ | 0.9321 | 19.0 | 855 | 0.4597 | 0.7638 | 0.8799 | 0.8177 | 0.9108 |
77
+ | 0.9321 | 20.0 | 900 | 0.4551 | 0.7617 | 0.8835 | 0.8181 | 0.9096 |
78
+ | 0.9321 | 21.0 | 945 | 0.4365 | 0.7698 | 0.8873 | 0.8244 | 0.9142 |
79
+ | 0.9321 | 22.0 | 990 | 0.3993 | 0.7986 | 0.8957 | 0.8444 | 0.9247 |
80
+ | 0.2115 | 23.0 | 1035 | 0.4162 | 0.7950 | 0.9014 | 0.8449 | 0.9234 |
81
+ | 0.2115 | 24.0 | 1080 | 0.4188 | 0.8007 | 0.9042 | 0.8493 | 0.9248 |
82
+ | 0.2115 | 25.0 | 1125 | 0.3996 | 0.8105 | 0.9103 | 0.8575 | 0.9291 |
83
+ | 0.2115 | 26.0 | 1170 | 0.3775 | 0.8226 | 0.9134 | 0.8657 | 0.9333 |
84
+ | 0.2115 | 27.0 | 1215 | 0.3656 | 0.8297 | 0.9187 | 0.8720 | 0.9364 |
85
+ | 0.2115 | 28.0 | 1260 | 0.3744 | 0.8323 | 0.9217 | 0.8747 | 0.9371 |
86
+ | 0.2115 | 29.0 | 1305 | 0.3763 | 0.8296 | 0.9229 | 0.8738 | 0.9364 |
87
+ | 0.2115 | 30.0 | 1350 | 0.3506 | 0.8454 | 0.9272 | 0.8844 | 0.9414 |
88
+ | 0.2115 | 31.0 | 1395 | 0.3602 | 0.8441 | 0.9301 | 0.8850 | 0.9413 |
89
+ | 0.2115 | 32.0 | 1440 | 0.3617 | 0.8359 | 0.9303 | 0.8806 | 0.9400 |
90
+ | 0.2115 | 33.0 | 1485 | 0.3737 | 0.8352 | 0.9310 | 0.8805 | 0.9388 |
91
+ | 0.0818 | 34.0 | 1530 | 0.3541 | 0.8477 | 0.9352 | 0.8893 | 0.9438 |
92
+ | 0.0818 | 35.0 | 1575 | 0.3553 | 0.8487 | 0.9377 | 0.8910 | 0.9439 |
93
+ | 0.0818 | 36.0 | 1620 | 0.3583 | 0.8476 | 0.9367 | 0.8899 | 0.9438 |
94
+ | 0.0818 | 37.0 | 1665 | 0.3318 | 0.8642 | 0.9400 | 0.9005 | 0.9484 |
95
+ | 0.0818 | 38.0 | 1710 | 0.3449 | 0.8598 | 0.9409 | 0.8985 | 0.9471 |
96
+ | 0.0818 | 39.0 | 1755 | 0.3466 | 0.8591 | 0.9419 | 0.8986 | 0.9468 |
97
+ | 0.0818 | 40.0 | 1800 | 0.3494 | 0.8591 | 0.9426 | 0.8989 | 0.9473 |
98
+ | 0.0818 | 41.0 | 1845 | 0.3494 | 0.8591 | 0.9451 | 0.9001 | 0.9475 |
99
+ | 0.0818 | 42.0 | 1890 | 0.3545 | 0.8588 | 0.9462 | 0.9004 | 0.9477 |
100
+ | 0.0818 | 43.0 | 1935 | 0.3569 | 0.8599 | 0.9460 | 0.9009 | 0.9470 |
101
+ | 0.0818 | 44.0 | 1980 | 0.3465 | 0.8645 | 0.9468 | 0.9038 | 0.9492 |
102
+ | 0.0469 | 45.0 | 2025 | 0.3424 | 0.8663 | 0.9489 | 0.9057 | 0.9498 |
103
+ | 0.0469 | 46.0 | 2070 | 0.3460 | 0.8643 | 0.9481 | 0.9043 | 0.9490 |
104
+ | 0.0469 | 47.0 | 2115 | 0.3445 | 0.8658 | 0.9483 | 0.9052 | 0.9496 |
105
+ | 0.0469 | 48.0 | 2160 | 0.3387 | 0.8701 | 0.9500 | 0.9083 | 0.9508 |
106
+ | 0.0469 | 49.0 | 2205 | 0.3432 | 0.8671 | 0.9491 | 0.9063 | 0.9501 |
107
+ | 0.0469 | 50.0 | 2250 | 0.3418 | 0.8668 | 0.9491 | 0.9061 | 0.9501 |
108
+
109
 
110
  ### Framework versions
111
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c63f7d3684a323fe5dc95ed2bca957bc16aca12ab48bf1e5f0ac4109bffd776
3
  size 435886569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1f422fb83d6db4284a77d5e1515f27dd6afd3e8d2b6188b4b18bbf90ea7bab
3
  size 435886569