juliowaissman
commited on
Commit
·
5d3c8ad
1
Parent(s):
e0647ee
End of training
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name: roberta-base-bne-finetuned-
|
12 |
results:
|
13 |
- task:
|
14 |
name: Text Classification
|
@@ -22,18 +22,18 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
-
# roberta-base-bne-finetuned-
|
32 |
|
33 |
This model is a fine-tuned version of [BSC-TeMU/roberta-base-bne](https://huggingface.co/BSC-TeMU/roberta-base-bne) on the multilingual-sentiments dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,8 +64,8 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: roberta-base-bne-finetuned-multi-sentiment
|
12 |
results:
|
13 |
- task:
|
14 |
name: Text Classification
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.7222222222222222
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
+
# roberta-base-bne-finetuned-multi-sentiment
|
32 |
|
33 |
This model is a fine-tuned version of [BSC-TeMU/roberta-base-bne](https://huggingface.co/BSC-TeMU/roberta-base-bne) on the multilingual-sentiments dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.7635
|
36 |
+
- Accuracy: 0.7222
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.6192 | 1.0 | 115 | 0.6712 | 0.7099 |
|
68 |
+
| 0.217 | 2.0 | 230 | 0.7635 | 0.7222 |
|
69 |
|
70 |
|
71 |
### Framework versions
|