AleMarroquin18
commited on
End of training
Browse files- README.md +15 -14
- model.safetensors +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 [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the biobert_json 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 |
|
@@ -73,16 +73,17 @@ The following hyperparameters were used during training:
|
|
73 |
- seed: 42
|
74 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
75 |
- lr_scheduler_type: linear
|
76 |
-
- num_epochs:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
|
|
86 |
|
87 |
|
88 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.9479897894065092
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9685937839600087
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.9581810363362717
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9781675579322638
|
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 [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the biobert_json dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1032
|
48 |
+
- Precision: 0.9480
|
49 |
+
- Recall: 0.9686
|
50 |
+
- F1: 0.9582
|
51 |
+
- Accuracy: 0.9782
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
73 |
- seed: 42
|
74 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
75 |
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 5
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.3605 | 1.0 | 612 | 0.1104 | 0.9414 | 0.9462 | 0.9438 | 0.9707 |
|
83 |
+
| 0.1106 | 2.0 | 1224 | 0.1074 | 0.9306 | 0.9707 | 0.9502 | 0.9742 |
|
84 |
+
| 0.0786 | 3.0 | 1836 | 0.0983 | 0.9460 | 0.9688 | 0.9573 | 0.9776 |
|
85 |
+
| 0.0596 | 4.0 | 2448 | 0.1017 | 0.9465 | 0.9703 | 0.9583 | 0.9780 |
|
86 |
+
| 0.0387 | 5.0 | 3060 | 0.1032 | 0.9480 | 0.9686 | 0.9582 | 0.9782 |
|
87 |
|
88 |
|
89 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437156776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4b1abb1351ab3a2972f727d28cf53293837f9785280e00b1ccd9e9112c9b45a
|
3 |
size 437156776
|