End of training
Browse files- README.md +28 -28
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# clasificador-ser-estar-window-3-bert-base
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- F1 Score: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Roc Auc: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -56,26 +56,26 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Recall | Precision | Roc Auc |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:-------:|
|
59 |
-
| No log | 1.0 | 25 | 0.
|
60 |
-
| No log | 2.0 | 50 | 0.
|
61 |
-
| No log | 3.0 | 75 | 0.
|
62 |
-
| No log | 4.0 | 100 | 0.
|
63 |
-
| No log | 5.0 | 125 | 0.
|
64 |
-
| No log | 6.0 | 150 | 0.
|
65 |
-
| No log | 7.0 | 175 | 0.
|
66 |
-
| No log | 8.0 | 200 | 0.
|
67 |
-
| No log | 9.0 | 225 | 0.
|
68 |
-
| No log | 10.0 | 250 | 0.
|
69 |
-
| No log | 11.0 | 275 | 0.
|
70 |
-
| No log | 12.0 | 300 | 0.
|
71 |
-
| No log | 13.0 | 325 | 0.
|
72 |
-
| No log | 14.0 | 350 | 0.
|
73 |
-
| No log | 15.0 | 375 | 0.
|
74 |
-
| No log | 16.0 | 400 | 0.
|
75 |
-
| No log | 17.0 | 425 | 0.
|
76 |
-
| No log | 18.0 | 450 | 0.
|
77 |
-
| No log | 19.0 | 475 | 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-bert/bert-base-multilingual-uncased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
17 |
|
18 |
# clasificador-ser-estar-window-3-bert-base
|
19 |
|
20 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4416
|
23 |
+
- F1 Score: 0.8648
|
24 |
+
- Recall: 0.9578
|
25 |
+
- Precision: 0.7882
|
26 |
+
- Roc Auc: 0.8802
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Recall | Precision | Roc Auc |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:-------:|
|
59 |
+
| No log | 1.0 | 25 | 0.6602 | 0.7465 | 1.0 | 0.5955 | 0.6476 |
|
60 |
+
| No log | 2.0 | 50 | 0.5149 | 0.8342 | 0.9873 | 0.7222 | 0.8281 |
|
61 |
+
| No log | 3.0 | 75 | 0.4397 | 0.8561 | 0.9916 | 0.7532 | 0.8710 |
|
62 |
+
| No log | 4.0 | 100 | 0.4293 | 0.8566 | 0.9325 | 0.7921 | 0.8897 |
|
63 |
+
| No log | 5.0 | 125 | 0.4076 | 0.8566 | 0.9325 | 0.7921 | 0.8882 |
|
64 |
+
| No log | 6.0 | 150 | 0.4416 | 0.8648 | 0.9578 | 0.7882 | 0.8802 |
|
65 |
+
| No log | 7.0 | 175 | 0.4894 | 0.8499 | 0.9198 | 0.7899 | 0.8800 |
|
66 |
+
| No log | 8.0 | 200 | 0.5129 | 0.8577 | 0.9283 | 0.7971 | 0.8907 |
|
67 |
+
| No log | 9.0 | 225 | 0.5474 | 0.8532 | 0.9198 | 0.7956 | 0.8817 |
|
68 |
+
| No log | 10.0 | 250 | 0.6858 | 0.8377 | 0.8819 | 0.7977 | 0.8750 |
|
69 |
+
| No log | 11.0 | 275 | 0.6811 | 0.8465 | 0.9072 | 0.7934 | 0.8740 |
|
70 |
+
| No log | 12.0 | 300 | 0.7265 | 0.8538 | 0.9367 | 0.7845 | 0.8761 |
|
71 |
+
| No log | 13.0 | 325 | 0.7422 | 0.8532 | 0.9198 | 0.7956 | 0.8825 |
|
72 |
+
| No log | 14.0 | 350 | 0.8648 | 0.8409 | 0.9030 | 0.7868 | 0.8743 |
|
73 |
+
| No log | 15.0 | 375 | 0.8326 | 0.8498 | 0.9072 | 0.7993 | 0.8816 |
|
74 |
+
| No log | 16.0 | 400 | 0.8516 | 0.8504 | 0.9114 | 0.7970 | 0.8776 |
|
75 |
+
| No log | 17.0 | 425 | 0.8633 | 0.8487 | 0.9114 | 0.7941 | 0.8862 |
|
76 |
+
| No log | 18.0 | 450 | 0.9064 | 0.8475 | 0.9030 | 0.7985 | 0.8856 |
|
77 |
+
| No log | 19.0 | 475 | 0.9145 | 0.8475 | 0.9030 | 0.7985 | 0.8856 |
|
78 |
+
| 0.2549 | 20.0 | 500 | 0.9146 | 0.8475 | 0.9030 | 0.7985 | 0.8860 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669455360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03831bc17d92ea007c70204a93973689c5f304db2c62d4e6497f13eacfe41e24
|
3 |
size 669455360
|