msgfrom96 commited on
Commit
90b8364
·
verified ·
1 Parent(s): 6a79c2a

msgfrom96/xlm_emo_multi

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: mit
4
- base_model: xlm-roberta-base
5
  tags:
6
  - generated_from_trainer
7
  model-index:
@@ -14,11 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # emotion_model
16
 
17
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3094
20
- - Micro F1: 0.6854
21
- - Macro F1: 0.4971
22
 
23
  ## Model description
24
 
@@ -51,16 +51,16 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Micro F1 | Macro F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
54
- | 0.5206 | 1.0 | 143 | 0.4242 | 0.3130 | 0.1419 |
55
- | 0.3877 | 2.0 | 286 | 0.3661 | 0.6053 | 0.3646 |
56
- | 0.3538 | 3.0 | 429 | 0.3528 | 0.6106 | 0.3874 |
57
- | 0.3306 | 4.0 | 572 | 0.3341 | 0.6563 | 0.4442 |
58
- | 0.3055 | 5.0 | 715 | 0.3254 | 0.6761 | 0.4663 |
59
- | 0.2865 | 6.0 | 858 | 0.3222 | 0.6776 | 0.4853 |
60
- | 0.2811 | 7.0 | 1001 | 0.3169 | 0.6804 | 0.4766 |
61
- | 0.2718 | 8.0 | 1144 | 0.3154 | 0.6808 | 0.4874 |
62
- | 0.2673 | 9.0 | 1287 | 0.3175 | 0.6802 | 0.4922 |
63
- | 0.2646 | 10.0 | 1430 | 0.3166 | 0.6827 | 0.4955 |
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: mit
4
+ base_model: xlm-roberta-large
5
  tags:
6
  - generated_from_trainer
7
  model-index:
 
14
 
15
  # emotion_model
16
 
17
+ This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.2936
20
+ - Micro F1: 0.7177
21
+ - Macro F1: 0.5792
22
 
23
  ## Model description
24
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Micro F1 | Macro F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
54
+ | 0.4725 | 1.0 | 143 | 0.3610 | 0.5857 | 0.3394 |
55
+ | 0.3219 | 2.0 | 286 | 0.3058 | 0.6957 | 0.5022 |
56
+ | 0.2892 | 3.0 | 429 | 0.3067 | 0.6814 | 0.4921 |
57
+ | 0.263 | 4.0 | 572 | 0.2915 | 0.7037 | 0.5397 |
58
+ | 0.2399 | 5.0 | 715 | 0.2911 | 0.7108 | 0.5625 |
59
+ | 0.2255 | 6.0 | 858 | 0.2922 | 0.7115 | 0.5833 |
60
+ | 0.2147 | 7.0 | 1001 | 0.2877 | 0.7115 | 0.5792 |
61
+ | 0.1989 | 8.0 | 1144 | 0.2922 | 0.7176 | 0.5882 |
62
+ | 0.1908 | 9.0 | 1287 | 0.2956 | 0.7162 | 0.5816 |
63
+ | 0.1851 | 10.0 | 1430 | 0.2970 | 0.7193 | 0.5984 |
64
 
65
 
66
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
@@ -9,7 +9,7 @@
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
  "id2label": {
14
  "0": "anger",
15
  "1": "anticipation",
@@ -24,7 +24,7 @@
24
  "10": "pessimism"
25
  },
26
  "initializer_range": 0.02,
27
- "intermediate_size": 3072,
28
  "label2id": {
29
  "anger": 0,
30
  "anticipation": 1,
@@ -41,8 +41,8 @@
41
  "layer_norm_eps": 1e-05,
42
  "max_position_embeddings": 514,
43
  "model_type": "xlm-roberta",
44
- "num_attention_heads": 12,
45
- "num_hidden_layers": 12,
46
  "output_past": true,
47
  "pad_token_id": 1,
48
  "position_embedding_type": "absolute",
 
1
  {
2
+ "_name_or_path": "xlm-roberta-large",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
  "id2label": {
14
  "0": "anger",
15
  "1": "anticipation",
 
24
  "10": "pessimism"
25
  },
26
  "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
  "label2id": {
29
  "anger": 0,
30
  "anticipation": 1,
 
41
  "layer_norm_eps": 1e-05,
42
  "max_position_embeddings": 514,
43
  "model_type": "xlm-roberta",
44
+ "num_attention_heads": 16,
45
+ "num_hidden_layers": 24,
46
  "output_past": true,
47
  "pad_token_id": 1,
48
  "position_embedding_type": "absolute",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23b7b59a069ea154dc7742fed8314f9f7829a49028f5ed20680ab93a93609b41
3
- size 1112232692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a64034f69d6333a6584e016aa189cf01372ef99c0d34c1ea8d05edb0cd8b4a
3
+ size 2239655572
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bdb7b00eeb43cb37cf9061bad72e12e52eb40b67798eb96e4b3f4ca90ccea54
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848316f869eb3b1363d9052b1f9bfe54b5c795f4a47506ae95e4a324cb5266dc
3
  size 5304
xlm_multi_emo/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
@@ -9,7 +9,7 @@
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
  "id2label": {
14
  "0": "anger",
15
  "1": "anticipation",
@@ -24,7 +24,7 @@
24
  "10": "pessimism"
25
  },
26
  "initializer_range": 0.02,
27
- "intermediate_size": 3072,
28
  "label2id": {
29
  "anger": 0,
30
  "anticipation": 1,
@@ -41,8 +41,8 @@
41
  "layer_norm_eps": 1e-05,
42
  "max_position_embeddings": 514,
43
  "model_type": "xlm-roberta",
44
- "num_attention_heads": 12,
45
- "num_hidden_layers": 12,
46
  "output_past": true,
47
  "pad_token_id": 1,
48
  "position_embedding_type": "absolute",
 
1
  {
2
+ "_name_or_path": "xlm-roberta-large",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
  "id2label": {
14
  "0": "anger",
15
  "1": "anticipation",
 
24
  "10": "pessimism"
25
  },
26
  "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
  "label2id": {
29
  "anger": 0,
30
  "anticipation": 1,
 
41
  "layer_norm_eps": 1e-05,
42
  "max_position_embeddings": 514,
43
  "model_type": "xlm-roberta",
44
+ "num_attention_heads": 16,
45
+ "num_hidden_layers": 24,
46
  "output_past": true,
47
  "pad_token_id": 1,
48
  "position_embedding_type": "absolute",
xlm_multi_emo/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23b7b59a069ea154dc7742fed8314f9f7829a49028f5ed20680ab93a93609b41
3
- size 1112232692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a64034f69d6333a6584e016aa189cf01372ef99c0d34c1ea8d05edb0cd8b4a
3
+ size 2239655572
xlm_multi_emo/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bdb7b00eeb43cb37cf9061bad72e12e52eb40b67798eb96e4b3f4ca90ccea54
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848316f869eb3b1363d9052b1f9bfe54b5c795f4a47506ae95e4a324cb5266dc
3
  size 5304