cristianmanosalva commited on
Commit
da2eb7e
·
verified ·
1 Parent(s): f73b015

End of training

Browse files
README.md CHANGED
@@ -26,16 +26,16 @@ model-index:
26
  metrics:
27
  - name: Precision
28
  type: precision
29
- value: 0.9326628771316134
30
  - name: Recall
31
  type: recall
32
- value: 0.9424500165690931
33
  - name: F1
34
  type: f1
35
- value: 0.9375309048953355
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.977440285204991
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,11 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
45
 
46
  This model is a fine-tuned version of [NazaGara/NER-fine-tuned-BETO](https://huggingface.co/NazaGara/NER-fine-tuned-BETO) on the biobert_json dataset.
47
  It achieves the following results on the evaluation set:
48
- - Loss: 0.1452
49
- - Precision: 0.9327
50
- - Recall: 0.9425
51
- - F1: 0.9375
52
- - Accuracy: 0.9774
53
 
54
  ## Model description
55
 
@@ -69,8 +69,8 @@ More information needed
69
 
70
  The following hyperparameters were used during training:
71
  - learning_rate: 2e-05
72
- - train_batch_size: 8
73
- - eval_batch_size: 8
74
  - seed: 42
75
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
76
  - lr_scheduler_type: linear
@@ -78,18 +78,18 @@ The following hyperparameters were used during training:
78
 
79
  ### Training results
80
 
81
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
- |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
- | 0.0459 | 1.0 | 1224 | 0.1312 | 0.9209 | 0.9487 | 0.9346 | 0.9721 |
84
- | 0.0457 | 2.0 | 2448 | 0.1208 | 0.9199 | 0.9584 | 0.9388 | 0.9761 |
85
- | 0.0473 | 3.0 | 3672 | 0.1092 | 0.9341 | 0.9527 | 0.9433 | 0.9797 |
86
- | 0.0335 | 4.0 | 4896 | 0.1123 | 0.9321 | 0.9482 | 0.9401 | 0.9774 |
87
- | 0.0299 | 5.0 | 6120 | 0.1190 | 0.9313 | 0.9475 | 0.9393 | 0.9768 |
88
- | 0.0273 | 6.0 | 7344 | 0.1224 | 0.9335 | 0.9444 | 0.9389 | 0.9774 |
89
- | 0.0208 | 7.0 | 8568 | 0.1354 | 0.9356 | 0.9463 | 0.9409 | 0.9782 |
90
- | 0.02 | 8.0 | 9792 | 0.1371 | 0.9302 | 0.9434 | 0.9368 | 0.9774 |
91
- | 0.0158 | 9.0 | 11016 | 0.1408 | 0.9320 | 0.9448 | 0.9383 | 0.9777 |
92
- | 0.0153 | 10.0 | 12240 | 0.1452 | 0.9327 | 0.9425 | 0.9375 | 0.9774 |
93
 
94
 
95
  ### Framework versions
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9332171260485892
30
  - name: Recall
31
  type: recall
32
+ value: 0.9462056776759086
33
  - name: F1
34
  type: f1
35
+ value: 0.9396665204036859
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9769126559714795
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
45
 
46
  This model is a fine-tuned version of [NazaGara/NER-fine-tuned-BETO](https://huggingface.co/NazaGara/NER-fine-tuned-BETO) on the biobert_json dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 0.1234
49
+ - Precision: 0.9332
50
+ - Recall: 0.9462
51
+ - F1: 0.9397
52
+ - Accuracy: 0.9769
53
 
54
  ## Model description
55
 
 
69
 
70
  The following hyperparameters were used during training:
71
  - learning_rate: 2e-05
72
+ - train_batch_size: 16
73
+ - eval_batch_size: 16
74
  - seed: 42
75
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
76
  - lr_scheduler_type: linear
 
78
 
79
  ### Training results
80
 
81
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.3448 | 1.0 | 612 | 0.1106 | 0.9187 | 0.9255 | 0.9221 | 0.9719 |
84
+ | 0.1036 | 2.0 | 1224 | 0.0990 | 0.9202 | 0.9507 | 0.9352 | 0.9763 |
85
+ | 0.073 | 3.0 | 1836 | 0.0982 | 0.9356 | 0.9493 | 0.9424 | 0.9783 |
86
+ | 0.057 | 4.0 | 2448 | 0.1070 | 0.9304 | 0.9493 | 0.9397 | 0.9771 |
87
+ | 0.0405 | 5.0 | 3060 | 0.1034 | 0.9353 | 0.9486 | 0.9419 | 0.9783 |
88
+ | 0.0361 | 6.0 | 3672 | 0.1081 | 0.9280 | 0.9474 | 0.9376 | 0.9767 |
89
+ | 0.0287 | 7.0 | 4284 | 0.1106 | 0.9309 | 0.9490 | 0.9398 | 0.9777 |
90
+ | 0.0284 | 8.0 | 4896 | 0.1182 | 0.9288 | 0.9463 | 0.9375 | 0.9768 |
91
+ | 0.0212 | 9.0 | 5508 | 0.1195 | 0.9340 | 0.9464 | 0.9402 | 0.9774 |
92
+ | 0.0191 | 10.0 | 6120 | 0.1234 | 0.9332 | 0.9462 | 0.9397 | 0.9769 |
93
 
94
 
95
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:352dafbddd49f7c489d719c8d3a53ea4e31c282e045349fdb8eeb53da4024ec3
3
  size 437156776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a099f4d478a5c56513e66adaf3770aac3f751277bc7c6b776ad8b0fe01db5cd5
3
  size 437156776
runs/Nov20_13-01-38_bfa7ddf21995/events.out.tfevents.1732107720.bfa7ddf21995.744.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af09a74e24700e0f86a8fde57da10e108618129e5e389bf8b11f569292349e0a
3
+ size 14145
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee7c094c4334ebb1b5d025d9d9902ef7516abdeb6d9ba33207dab5f7ab8bd203
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb5ff420f2eaeae6659f16e70d350febf010776d52b6d4f7bf8fa119ac5891b
3
  size 5304