franklynnarvaez commited on
Commit
4e003c2
1 Parent(s): 03ec4d7

End of training

Browse files
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.8614471581830633
29
  - name: Recall
30
  type: recall
31
- value: 0.8671875
32
  - name: F1
33
  type: f1
34
- value: 0.8643077980075576
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9790072369291234
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [NazaGara/NER-fine-tuned-BETO](https://huggingface.co/NazaGara/NER-fine-tuned-BETO) on the conll2002 dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.1659
48
- - Precision: 0.8614
49
- - Recall: 0.8672
50
- - F1: 0.8643
51
- - Accuracy: 0.9790
52
 
53
  ## Model description
54
 
@@ -67,34 +67,29 @@ More information needed
67
  ### Training hyperparameters
68
 
69
  The following hyperparameters were used during training:
70
- - learning_rate: 4e-06
71
- - train_batch_size: 8
72
- - eval_batch_size: 8
73
  - seed: 42
74
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
  - lr_scheduler_type: linear
76
- - num_epochs: 16
77
 
78
  ### Training results
79
 
80
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
- |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | 0.0272 | 1.0 | 1041 | 0.1062 | 0.8549 | 0.8637 | 0.8593 | 0.9786 |
83
- | 0.0208 | 2.0 | 2082 | 0.1127 | 0.8443 | 0.8596 | 0.8519 | 0.9782 |
84
- | 0.0158 | 3.0 | 3123 | 0.1195 | 0.8545 | 0.8598 | 0.8572 | 0.9787 |
85
- | 0.0129 | 4.0 | 4164 | 0.1332 | 0.8629 | 0.8589 | 0.8609 | 0.9782 |
86
- | 0.0107 | 5.0 | 5205 | 0.1299 | 0.8555 | 0.8635 | 0.8595 | 0.9786 |
87
- | 0.0087 | 6.0 | 6246 | 0.1486 | 0.8564 | 0.8564 | 0.8564 | 0.9782 |
88
- | 0.0085 | 7.0 | 7287 | 0.1583 | 0.8618 | 0.8596 | 0.8607 | 0.9783 |
89
- | 0.0066 | 8.0 | 8328 | 0.1582 | 0.8604 | 0.8580 | 0.8592 | 0.9783 |
90
- | 0.0052 | 9.0 | 9369 | 0.1571 | 0.8554 | 0.8566 | 0.8560 | 0.9781 |
91
- | 0.0054 | 10.0 | 10410 | 0.1604 | 0.8628 | 0.8640 | 0.8634 | 0.9787 |
92
- | 0.004 | 11.0 | 11451 | 0.1584 | 0.8624 | 0.8670 | 0.8647 | 0.9791 |
93
- | 0.0036 | 12.0 | 12492 | 0.1633 | 0.8603 | 0.8658 | 0.8630 | 0.9786 |
94
- | 0.0036 | 13.0 | 13533 | 0.1620 | 0.8628 | 0.8658 | 0.8643 | 0.9790 |
95
- | 0.0032 | 14.0 | 14574 | 0.1645 | 0.8617 | 0.8676 | 0.8647 | 0.9793 |
96
- | 0.0028 | 15.0 | 15615 | 0.1645 | 0.8604 | 0.8670 | 0.8637 | 0.9792 |
97
- | 0.003 | 16.0 | 16656 | 0.1659 | 0.8614 | 0.8672 | 0.8643 | 0.9790 |
98
 
99
 
100
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.865948670944088
29
  - name: Recall
30
  type: recall
31
+ value: 0.8683363970588235
32
  - name: F1
33
  type: f1
34
+ value: 0.867140890316659
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9792528768210419
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [NazaGara/NER-fine-tuned-BETO](https://huggingface.co/NazaGara/NER-fine-tuned-BETO) on the conll2002 dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.1667
48
+ - Precision: 0.8659
49
+ - Recall: 0.8683
50
+ - F1: 0.8671
51
+ - Accuracy: 0.9793
52
 
53
  ## Model description
54
 
 
67
  ### Training hyperparameters
68
 
69
  The following hyperparameters were used during training:
70
+ - learning_rate: 4e-05
71
+ - train_batch_size: 16
72
+ - eval_batch_size: 16
73
  - seed: 42
74
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
  - lr_scheduler_type: linear
76
+ - num_epochs: 11
77
 
78
  ### Training results
79
 
80
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.0373 | 1.0 | 521 | 0.1002 | 0.8642 | 0.8568 | 0.8605 | 0.9779 |
83
+ | 0.0255 | 2.0 | 1042 | 0.1018 | 0.8410 | 0.8555 | 0.8482 | 0.9779 |
84
+ | 0.0147 | 3.0 | 1563 | 0.1093 | 0.8654 | 0.8626 | 0.8640 | 0.9789 |
85
+ | 0.0107 | 4.0 | 2084 | 0.1277 | 0.8772 | 0.8614 | 0.8692 | 0.9787 |
86
+ | 0.0069 | 5.0 | 2605 | 0.1422 | 0.8496 | 0.8529 | 0.8513 | 0.9782 |
87
+ | 0.0052 | 6.0 | 3126 | 0.1436 | 0.8511 | 0.8511 | 0.8511 | 0.9775 |
88
+ | 0.0039 | 7.0 | 3647 | 0.1515 | 0.8663 | 0.8621 | 0.8642 | 0.9784 |
89
+ | 0.0029 | 8.0 | 4168 | 0.1525 | 0.8585 | 0.8617 | 0.8601 | 0.9785 |
90
+ | 0.0024 | 9.0 | 4689 | 0.1549 | 0.8635 | 0.8633 | 0.8634 | 0.9784 |
91
+ | 0.0021 | 10.0 | 5210 | 0.1643 | 0.8660 | 0.8672 | 0.8666 | 0.9792 |
92
+ | 0.0017 | 11.0 | 5731 | 0.1667 | 0.8659 | 0.8683 | 0.8671 | 0.9793 |
 
 
 
 
 
93
 
94
 
95
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e45a586d0038e105e9034da8418b526bd1bfb6d4a4077d93ebdaae572bae265
3
  size 437092180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab1b41afc19f498efa59259d625676f384f7e10918e8cea66792d6ce4be7b23
3
  size 437092180
runs/Jun06_04-06-43_7db57397ed39/events.out.tfevents.1717646804.7db57397ed39.435.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8888e018e209c777f16ca6fcb99b5d6055cad8c13decd144b74a05ee1f985dae
3
+ size 5232
runs/Jun06_04-07-39_7db57397ed39/events.out.tfevents.1717646862.7db57397ed39.435.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22405ab6b89ab9c1175a48704ce8269da7fde9287dd61d3e5b9921b81848a9e4
3
+ size 13100
runs/Jun06_04-07-39_7db57397ed39/events.out.tfevents.1717648853.7db57397ed39.435.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fbbb4507185d53e05172aa078a2fd8c985e4ee48361f731fce27a3caf9916ff
3
+ size 560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03f4a584f60c9423318871338ceca985209fde4893d92d3d8511037f0d537c6f
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90143f8dc8225caf8ae2eb8be89a46bc71485c4be20bd368977d44b704ec9ae9
3
  size 5112