luigisaetta
commited on
Commit
•
0685ab2
1
Parent(s):
c3cd037
sentiment_ita
Browse files- README.md +13 -13
- model.safetensors +1 -1
- runs/Nov23_14-34-45_598cf3cc6de2/events.out.tfevents.1700750088.598cf3cc6de2.52230.0 +3 -0
- tokenizer.json +16 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ 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
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [neuraly/bert-base-italian-cased-sentiment](https://huggingface.co/neuraly/bert-base-italian-cased-sentiment) on the tweet_sentiment_multilingual dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 2.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,16 +65,16 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| No log | 1.0 |
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.6944444444444444
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [neuraly/bert-base-italian-cased-sentiment](https://huggingface.co/neuraly/bert-base-italian-cased-sentiment) on the tweet_sentiment_multilingual dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.3610
|
36 |
+
- Accuracy: 0.6944
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 171 | 0.7979 | 0.6574 |
|
69 |
+
| 0.8861 | 2.0 | 342 | 0.7423 | 0.6944 |
|
70 |
+
| 0.8861 | 3.0 | 513 | 0.8450 | 0.6914 |
|
71 |
+
| 0.3208 | 4.0 | 684 | 1.2621 | 0.6698 |
|
72 |
+
| 0.3208 | 5.0 | 855 | 1.3658 | 0.6790 |
|
73 |
+
| 0.1361 | 6.0 | 1026 | 1.9379 | 0.6883 |
|
74 |
+
| 0.1361 | 7.0 | 1197 | 2.2134 | 0.6667 |
|
75 |
+
| 0.0567 | 8.0 | 1368 | 2.4013 | 0.6728 |
|
76 |
+
| 0.0567 | 9.0 | 1539 | 2.3630 | 0.6914 |
|
77 |
+
| 0.0113 | 10.0 | 1710 | 2.3610 | 0.6944 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442815492
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80b12c0e5c2f2472af2e9cf34f2279d8109a29874e8ddfcd9df1de1b5ea01fee
|
3 |
size 442815492
|
runs/Nov23_14-34-45_598cf3cc6de2/events.out.tfevents.1700750088.598cf3cc6de2.52230.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90aea14f5640e8bbbfde5f201d00d84d122b755c95cded9116e86247982e6cb5
|
3 |
+
size 8784
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "[PAD]"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1be4300bb362cf34df0feab686fd08a43e9dd07cdf1b033d27da9f95af98821f
|
3 |
size 4155
|