lBober/my-model-SaBERT-Sentimento
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
base_model: VerificadoProfesional/SaBERT-Spanish-Sentiment-Analysis
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [VerificadoProfesional/SaBERT-Spanish-Sentiment-Analysis](https://huggingface.co/VerificadoProfesional/SaBERT-Spanish-Sentiment-Analysis) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: VerificadoProfesional/SaBERT-Spanish-Sentiment-Analysis
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [VerificadoProfesional/SaBERT-Spanish-Sentiment-Analysis](https://huggingface.co/VerificadoProfesional/SaBERT-Spanish-Sentiment-Analysis) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0937
|
24 |
+
- Accuracy: 0.9742
|
25 |
+
- F1: 0.9091
|
26 |
+
- Precision: 0.9524
|
27 |
+
- Recall: 0.8696
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.2992 | 1.0 | 91 | 0.1026 | 0.9484 | 0.7895 | 1.0 | 0.6522 |
|
59 |
+
| 0.1379 | 2.0 | 182 | 0.1494 | 0.9548 | 0.8293 | 0.9444 | 0.7391 |
|
60 |
+
| 0.0415 | 3.0 | 273 | 0.0744 | 0.9742 | 0.9091 | 0.9524 | 0.8696 |
|
61 |
+
| 0.0249 | 4.0 | 364 | 0.0761 | 0.9742 | 0.9091 | 0.9524 | 0.8696 |
|
62 |
+
| 0.0173 | 5.0 | 455 | 0.0937 | 0.9742 | 0.9091 | 0.9524 | 0.8696 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
config.json
CHANGED
@@ -10,17 +10,12 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "LABEL_2"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
-
"label2id":
|
20 |
-
"LABEL_0": 0,
|
21 |
-
"LABEL_1": 1,
|
22 |
-
"LABEL_2": 2
|
23 |
-
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
26 |
"model_type": "bert",
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Negative",
|
14 |
+
"1": "Positive"
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
+
"label2id": null,
|
|
|
|
|
|
|
|
|
19 |
"layer_norm_eps": 1e-12,
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "bert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88d63cfe2b6d5741d7cefffc639984257bd18559554203ee1fc86c53d88f2655
|
3 |
+
size 439433208
|
runs/May27_06-45-24_e622931cc5ea/events.out.tfevents.1716792325.e622931cc5ea.4476.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90316ba50af057515fdc0f15147f16b64095db4aa0611a1f6e9277360d91ac62
|
3 |
+
size 8773
|
runs/May27_06-45-24_e622931cc5ea/events.out.tfevents.1716792420.e622931cc5ea.4476.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d45a2b52d2b998084c2c3f7b9195202d3dd0412104ba5e77bd1dd4ed90be074c
|
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:102858fd94d6e6404aa814c442cd6cbbf8b4b97cafb9da45f7e9dc6a47dce411
|
3 |
size 5112
|