contemmcm commited on
Commit
cf4377d
·
verified ·
1 Parent(s): 2317b08

End of training

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: albert/albert-xxlarge-v2
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: 27afceb9392c23d1674a5a2901ca7d34
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # 27afceb9392c23d1674a5a2901ca7d34
18
+
19
+ This model is a fine-tuned version of [albert/albert-xxlarge-v2](https://huggingface.co/albert/albert-xxlarge-v2) on the dair-ai/emotion [split] dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3531
22
+ - Data Size: 1.0
23
+ - Epoch Runtime: 41.1003
24
+ - Accuracy: 0.9088
25
+ - F1 Macro: 0.8659
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - distributed_type: multi-GPU
49
+ - num_devices: 4
50
+ - total_train_batch_size: 32
51
+ - total_eval_batch_size: 32
52
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: constant
54
+ - num_epochs: 50
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Data Size | Epoch Runtime | Accuracy | F1 Macro |
59
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------------:|:--------:|:--------:|
60
+ | No log | 0 | 0 | 2.2406 | 0 | 1.9154 | 0.0938 | 0.0641 |
61
+ | No log | 1 | 500 | 1.7164 | 0.0078 | 2.2981 | 0.2359 | 0.1245 |
62
+ | No log | 2 | 1000 | 1.7238 | 0.0156 | 2.6170 | 0.2747 | 0.1135 |
63
+ | No log | 3 | 1500 | 1.5864 | 0.0312 | 3.4158 | 0.3508 | 0.0944 |
64
+ | No log | 4 | 2000 | 1.5906 | 0.0625 | 4.7034 | 0.3054 | 0.1008 |
65
+ | 0.0883 | 5 | 2500 | 1.4474 | 0.125 | 7.0518 | 0.5050 | 0.2052 |
66
+ | 1.3713 | 6 | 3000 | 1.3480 | 0.25 | 12.0165 | 0.5469 | 0.2198 |
67
+ | 0.1954 | 7 | 3500 | 1.0987 | 0.5 | 21.9685 | 0.6144 | 0.2500 |
68
+ | 0.4637 | 8.0 | 4000 | 0.4034 | 1.0 | 41.8969 | 0.8831 | 0.7363 |
69
+ | 0.4674 | 9.0 | 4500 | 0.4547 | 1.0 | 41.4539 | 0.8866 | 0.7876 |
70
+ | 0.3519 | 10.0 | 5000 | 0.3257 | 1.0 | 41.3873 | 0.9057 | 0.8543 |
71
+ | 0.2821 | 11.0 | 5500 | 0.2998 | 1.0 | 41.3973 | 0.9113 | 0.8625 |
72
+ | 0.2597 | 12.0 | 6000 | 0.2644 | 1.0 | 41.4418 | 0.9148 | 0.8722 |
73
+ | 0.2649 | 13.0 | 6500 | 0.3314 | 1.0 | 41.2494 | 0.9158 | 0.8698 |
74
+ | 0.255 | 14.0 | 7000 | 0.2704 | 1.0 | 41.4583 | 0.9113 | 0.8641 |
75
+ | 0.1864 | 15.0 | 7500 | 0.3561 | 1.0 | 41.3138 | 0.9178 | 0.8721 |
76
+ | 0.2955 | 16.0 | 8000 | 0.3531 | 1.0 | 41.1003 | 0.9088 | 0.8659 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.57.0
82
+ - Pytorch 2.8.0+cu128
83
+ - Datasets 4.3.0
84
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AlbertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0,
6
+ "bos_token_id": 2,
7
+ "classifier_dropout_prob": 0.1,
8
+ "down_scale_factor": 1,
9
+ "dtype": "float32",
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 4096,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1",
19
+ "2": "LABEL_2",
20
+ "3": "LABEL_3",
21
+ "4": "LABEL_4",
22
+ "5": "LABEL_5"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "inner_group_num": 1,
26
+ "intermediate_size": 16384,
27
+ "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1,
30
+ "LABEL_2": 2,
31
+ "LABEL_3": 3,
32
+ "LABEL_4": 4,
33
+ "LABEL_5": 5
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "layers_to_keep": [],
37
+ "max_position_embeddings": 512,
38
+ "model_type": "albert",
39
+ "net_structure_type": 0,
40
+ "num_attention_heads": 64,
41
+ "num_hidden_groups": 1,
42
+ "num_hidden_layers": 12,
43
+ "num_memory_blocks": 0,
44
+ "pad_token_id": 0,
45
+ "position_embedding_type": "absolute",
46
+ "problem_type": "single_label_classification",
47
+ "transformers_version": "4.57.0",
48
+ "type_vocab_size": 2,
49
+ "vocab_size": 30000
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc2edd49f2f415acbc3a5c524e54de92c4fdf43d5a3537158cc0018353e7b7a
3
+ size 890484144
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": {
6
+ "content": "[MASK]",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "[SEP]",
14
+ "unk_token": "<unk>"
15
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
3
+ size 760289
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": true,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "keep_accents": false,
51
+ "mask_token": "[MASK]",
52
+ "model_max_length": 512,
53
+ "pad_token": "<pad>",
54
+ "remove_space": true,
55
+ "sep_token": "[SEP]",
56
+ "tokenizer_class": "AlbertTokenizer",
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb498aedf3ffc844d676601da305d1884718d7e9888e7a53f454101fb75fcc57
3
+ size 5969