franklynnarvaez
commited on
Commit
•
4e003c2
1
Parent(s):
03ec4d7
End of training
Browse files- README.md +26 -31
- model.safetensors +1 -1
- runs/Jun06_04-06-43_7db57397ed39/events.out.tfevents.1717646804.7db57397ed39.435.0 +3 -0
- runs/Jun06_04-07-39_7db57397ed39/events.out.tfevents.1717646862.7db57397ed39.435.1 +3 -0
- runs/Jun06_04-07-39_7db57397ed39/events.out.tfevents.1717648853.7db57397ed39.435.2 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
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.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
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-
|
71 |
-
- train_batch_size:
|
72 |
-
- eval_batch_size:
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
-
- num_epochs:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
-
| Training Loss | Epoch | Step
|
81 |
-
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
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:
|
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:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90143f8dc8225caf8ae2eb8be89a46bc71485c4be20bd368977d44b704ec9ae9
|
3 |
size 5112
|