Sungjin228 commited on
Commit
e30f2f2
·
verified ·
1 Parent(s): e1016cd

sungjin228/GoEmotions_FT_2

Browse files
README.md CHANGED
@@ -26,16 +26,16 @@ model-index:
26
  metrics:
27
  - name: F1
28
  type: f1
29
- value: 0.7207163601161665
30
  - name: Accuracy
31
  type: accuracy
32
- value: 0.2799097065462754
33
  - name: Precision
34
  type: precision
35
- value: 0.7554540842212075
36
  - name: Recall
37
  type: recall
38
- value: 0.6890328551596483
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,12 +45,12 @@ should probably proofread and complete it, then remove this comment. -->
45
 
46
  This model is a fine-tuned version of [SamLowe/roberta-base-go_emotions](https://huggingface.co/SamLowe/roberta-base-go_emotions) on the sem_eval_2018_task_1 dataset.
47
  It achieves the following results on the evaluation set:
48
- - Loss: 0.3097
49
- - F1: 0.7207
50
- - Roc Auc: 0.8127
51
- - Accuracy: 0.2799
52
- - Precision: 0.7555
53
- - Recall: 0.6890
54
 
55
  ## Model description
56
 
@@ -75,24 +75,20 @@ The following hyperparameters were used during training:
75
  - seed: 42
76
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
77
  - lr_scheduler_type: linear
78
- - num_epochs: 7
79
 
80
  ### Training results
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
83
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
84
- | 0.3684 | 1.0 | 855 | 0.3003 | 0.7060 | 0.7973 | 0.3070 | 0.7749 | 0.6483 |
85
- | 0.2776 | 2.0 | 1710 | 0.2930 | 0.7082 | 0.7978 | 0.3025 | 0.7823 | 0.6469 |
86
- | 0.2441 | 3.0 | 2565 | 0.3019 | 0.7111 | 0.8025 | 0.2968 | 0.7684 | 0.6617 |
87
- | 0.2205 | 4.0 | 3420 | 0.3008 | 0.7140 | 0.8060 | 0.2698 | 0.7618 | 0.6719 |
88
- | 0.2002 | 5.0 | 4275 | 0.3058 | 0.7184 | 0.8109 | 0.2709 | 0.7555 | 0.6849 |
89
- | 0.1844 | 6.0 | 5130 | 0.3097 | 0.7207 | 0.8127 | 0.2799 | 0.7555 | 0.6890 |
90
- | 0.1692 | 7.0 | 5985 | 0.3110 | 0.7159 | 0.8102 | 0.2709 | 0.7482 | 0.6863 |
91
 
92
 
93
  ### Framework versions
94
 
95
- - Transformers 4.48.2
96
- - Pytorch 2.5.1+cu124
97
- - Datasets 3.2.0
98
  - Tokenizers 0.21.0
 
26
  metrics:
27
  - name: F1
28
  type: f1
29
+ value: 0.7211585665193913
30
  - name: Accuracy
31
  type: accuracy
32
+ value: 0.29232505643340856
33
  - name: Precision
34
  type: precision
35
+ value: 0.7679038159958181
36
  - name: Recall
37
  type: recall
38
+ value: 0.6797778806108283
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
45
 
46
  This model is a fine-tuned version of [SamLowe/roberta-base-go_emotions](https://huggingface.co/SamLowe/roberta-base-go_emotions) on the sem_eval_2018_task_1 dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 0.2916
49
+ - F1: 0.7212
50
+ - Roc Auc: 0.8106
51
+ - Accuracy: 0.2923
52
+ - Precision: 0.7679
53
+ - Recall: 0.6798
54
 
55
  ## Model description
56
 
 
75
  - seed: 42
76
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
77
  - lr_scheduler_type: linear
78
+ - num_epochs: 3
79
 
80
  ### Training results
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
83
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
84
+ | 0.2744 | 1.0 | 855 | 0.2948 | 0.7061 | 0.7988 | 0.2957 | 0.7668 | 0.6543 |
85
+ | 0.2593 | 2.0 | 1710 | 0.2917 | 0.7144 | 0.8033 | 0.2968 | 0.7781 | 0.6603 |
86
+ | 0.2315 | 3.0 | 2565 | 0.2916 | 0.7212 | 0.8106 | 0.2923 | 0.7679 | 0.6798 |
 
 
 
 
87
 
88
 
89
  ### Framework versions
90
 
91
+ - Transformers 4.48.3
92
+ - Pytorch 2.6.0+cu124
93
+ - Datasets 3.4.0
94
  - Tokenizers 0.21.0
config.json CHANGED
@@ -47,7 +47,7 @@
47
  "position_embedding_type": "absolute",
48
  "problem_type": "multi_label_classification",
49
  "torch_dtype": "float32",
50
- "transformers_version": "4.48.2",
51
  "type_vocab_size": 1,
52
  "use_cache": true,
53
  "vocab_size": 50265
 
47
  "position_embedding_type": "absolute",
48
  "problem_type": "multi_label_classification",
49
  "torch_dtype": "float32",
50
+ "transformers_version": "4.48.3",
51
  "type_vocab_size": 1,
52
  "use_cache": true,
53
  "vocab_size": 50265
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70d77cc6f3efe7c28f0ec234a44868b92ef5b92ea9ed0df2efa784dcd6a12695
3
  size 498640508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe9fb7dc110816e8e342680491efa017661a4ca9ad91d552f48d97605d4a71c
3
  size 498640508
runs/Mar17_09-31-06_26ab15637bbc/events.out.tfevents.1742203869.26ab15637bbc.678.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09a9d427e83798f8aeb1092fa2d9521cd3df915d1cac01821dd3c9ae0076f54
3
+ size 5665
runs/Mar17_09-33-05_26ab15637bbc/events.out.tfevents.1742203992.26ab15637bbc.678.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca8c6d2affe743b38a6f87f5c86303569bbc954b77a592c62e7c16c08ba1127
3
+ size 8644
runs/Mar17_09-33-05_26ab15637bbc/events.out.tfevents.1742204616.26ab15637bbc.678.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:983da81c2ff558bd84b5a12ff7087cf01ce178dbddc54ebee30a58edd3cb0821
3
+ size 611
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9359206fc83b24e4eb429234c786235219600cd04a0795c49ea22fe8be1e827d
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9556fe4a8e0e1f3ede68395bf18505d17f3fc680c231e125f2f9cc8b304c82fb
3
  size 5368