haryoaw commited on
Commit
f25728a
1 Parent(s): 2c319b2

Initial Commit

Browse files
Files changed (3) hide show
  1. README.md +35 -14
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.3333333333333333
27
  - name: F1
28
  type: f1
29
- value: 0.16666666666666666
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the tweet_sentiment_multilingual dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 1.1003
40
- - Accuracy: 0.3333
41
- - F1: 0.1667
42
 
43
  ## Model description
44
 
@@ -57,7 +57,7 @@ More information needed
57
  ### Training hyperparameters
58
 
59
  The following hyperparameters were used during training:
60
- - learning_rate: 5e-05
61
  - train_batch_size: 32
62
  - eval_batch_size: 32
63
  - seed: 53
@@ -67,14 +67,35 @@ The following hyperparameters were used during training:
67
 
68
  ### Training results
69
 
70
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 1.1049 | 1.09 | 500 | 1.0987 | 0.3333 | 0.1667 |
73
- | 1.1026 | 2.17 | 1000 | 1.0989 | 0.3333 | 0.1667 |
74
- | 1.1037 | 3.26 | 1500 | 1.1017 | 0.3333 | 0.1667 |
75
- | 1.1029 | 4.35 | 2000 | 1.0994 | 0.3333 | 0.1667 |
76
- | 1.1026 | 5.43 | 2500 | 1.0988 | 0.3333 | 0.1667 |
77
- | 1.102 | 6.52 | 3000 | 1.1003 | 0.3333 | 0.1667 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
 
80
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.6396604938271605
27
  - name: F1
28
  type: f1
29
+ value: 0.6384456793550767
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the tweet_sentiment_multilingual dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 2.8506
40
+ - Accuracy: 0.6397
41
+ - F1: 0.6384
42
 
43
  ## Model description
44
 
 
57
  ### Training hyperparameters
58
 
59
  The following hyperparameters were used during training:
60
+ - learning_rate: 1e-05
61
  - train_batch_size: 32
62
  - eval_batch_size: 32
63
  - seed: 53
 
67
 
68
  ### Training results
69
 
70
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
72
+ | 0.9598 | 1.09 | 500 | 0.8321 | 0.6335 | 0.6229 |
73
+ | 0.7983 | 2.17 | 1000 | 0.7922 | 0.6381 | 0.6278 |
74
+ | 0.7031 | 3.26 | 1500 | 0.8300 | 0.6520 | 0.6468 |
75
+ | 0.6192 | 4.35 | 2000 | 0.8659 | 0.6497 | 0.6443 |
76
+ | 0.5472 | 5.43 | 2500 | 0.9646 | 0.6331 | 0.6343 |
77
+ | 0.4664 | 6.52 | 3000 | 0.9555 | 0.6485 | 0.6455 |
78
+ | 0.4025 | 7.61 | 3500 | 1.0121 | 0.6427 | 0.6405 |
79
+ | 0.3568 | 8.7 | 4000 | 1.1016 | 0.6327 | 0.6324 |
80
+ | 0.3069 | 9.78 | 4500 | 1.2521 | 0.6408 | 0.6400 |
81
+ | 0.2701 | 10.87 | 5000 | 1.3727 | 0.6397 | 0.6372 |
82
+ | 0.2398 | 11.96 | 5500 | 1.4539 | 0.6319 | 0.6334 |
83
+ | 0.2004 | 13.04 | 6000 | 1.6097 | 0.6420 | 0.6376 |
84
+ | 0.1864 | 14.13 | 6500 | 1.6302 | 0.6343 | 0.6349 |
85
+ | 0.157 | 15.22 | 7000 | 1.7491 | 0.6381 | 0.6339 |
86
+ | 0.1411 | 16.3 | 7500 | 1.8634 | 0.6400 | 0.6392 |
87
+ | 0.1318 | 17.39 | 8000 | 2.0229 | 0.6277 | 0.6275 |
88
+ | 0.1159 | 18.48 | 8500 | 2.0196 | 0.6385 | 0.6359 |
89
+ | 0.1135 | 19.57 | 9000 | 2.1959 | 0.6377 | 0.6368 |
90
+ | 0.1018 | 20.65 | 9500 | 2.3238 | 0.6323 | 0.6320 |
91
+ | 0.0888 | 21.74 | 10000 | 2.3449 | 0.6339 | 0.6341 |
92
+ | 0.0797 | 22.83 | 10500 | 2.4967 | 0.6354 | 0.6338 |
93
+ | 0.0828 | 23.91 | 11000 | 2.5070 | 0.6358 | 0.6362 |
94
+ | 0.0675 | 25.0 | 11500 | 2.5895 | 0.6381 | 0.6393 |
95
+ | 0.067 | 26.09 | 12000 | 2.6730 | 0.6370 | 0.6372 |
96
+ | 0.0566 | 27.17 | 12500 | 2.7454 | 0.6377 | 0.6386 |
97
+ | 0.0571 | 28.26 | 13000 | 2.7673 | 0.6420 | 0.6413 |
98
+ | 0.048 | 29.35 | 13500 | 2.8506 | 0.6397 | 0.6384 |
99
 
100
 
101
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e87426f4f7959169e58c99d6b3ca7fe6dc458174e89a9b76db2a66ef8cc00e62
3
  size 1112253230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2bfb34d92c8ad962e5adf0b9029fa29098a448173d36a77a2333b4e52f0163
3
  size 1112253230
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c149cd0206ffeba1b0ab22d9d5605aea378f6770a75eeea8993e090d032a8c57
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1603ac43a0e0fafb6068c52695d9327f514a48f6cee6a6268cd87c7a8caffb
3
  size 4600