contemmcm commited on
Commit
5f1fa75
·
verified ·
1 Parent(s): c192f26

End of training

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-large-uncased-whole-word-masking
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - rouge
10
+ model-index:
11
+ - name: 09cbd937b2a4ef22746fd7293d765391
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # 09cbd937b2a4ef22746fd7293d765391
19
+
20
+ This model is a fine-tuned version of [google-bert/bert-large-uncased-whole-word-masking](https://huggingface.co/google-bert/bert-large-uncased-whole-word-masking) on the nyu-mll/glue [mnli] dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.1043
23
+ - Data Size: 1.0
24
+ - Epoch Runtime: 1137.3446
25
+ - Accuracy: 0.3182
26
+ - F1 Macro: 0.1609
27
+ - Rouge1: 0.3184
28
+ - Rouge2: 0.0
29
+ - Rougel: 0.3182
30
+ - Rougelsum: 0.3183
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 5e-05
50
+ - train_batch_size: 8
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - num_devices: 4
55
+ - total_train_batch_size: 32
56
+ - total_eval_batch_size: 32
57
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
58
+ - lr_scheduler_type: constant
59
+ - num_epochs: 50
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Data Size | Epoch Runtime | Accuracy | F1 Macro | Rouge1 | Rouge2 | Rougel | Rougelsum |
64
+ |:-------------:|:-----:|:------:|:---------------:|:---------:|:-------------:|:--------:|:--------:|:------:|:------:|:------:|:---------:|
65
+ | No log | 0 | 0 | 1.2907 | 0 | 7.9126 | 0.3540 | 0.1751 | 0.3539 | 0.0 | 0.3540 | 0.3538 |
66
+ | 1.1102 | 1 | 12271 | 0.9334 | 0.0078 | 19.0122 | 0.5456 | 0.5088 | 0.5456 | 0.0 | 0.5459 | 0.5455 |
67
+ | 0.7655 | 2 | 24542 | 0.6558 | 0.0156 | 26.9505 | 0.7339 | 0.7338 | 0.7339 | 0.0 | 0.7339 | 0.7338 |
68
+ | 0.6731 | 3 | 36813 | 0.6467 | 0.0312 | 44.3297 | 0.75 | 0.7465 | 0.7497 | 0.0 | 0.7502 | 0.75 |
69
+ | 0.6613 | 4 | 49084 | 0.5680 | 0.0625 | 80.0463 | 0.7793 | 0.7773 | 0.7793 | 0.0 | 0.7794 | 0.7795 |
70
+ | 0.5785 | 5 | 61355 | 0.5429 | 0.125 | 149.8707 | 0.7830 | 0.7792 | 0.7829 | 0.0 | 0.7830 | 0.7830 |
71
+ | 0.7309 | 6 | 73626 | 0.7173 | 0.25 | 289.3004 | 0.6990 | 0.6976 | 0.6989 | 0.0 | 0.6989 | 0.6989 |
72
+ | 0.6779 | 7 | 85897 | 0.7155 | 0.5 | 581.7114 | 0.7050 | 0.7058 | 0.7048 | 0.0 | 0.7048 | 0.7050 |
73
+ | 1.1055 | 8.0 | 98168 | 1.0986 | 1.0 | 1133.6875 | 0.3545 | 0.1745 | 0.3544 | 0.0 | 0.3545 | 0.3543 |
74
+ | 1.1071 | 9.0 | 110439 | 1.1043 | 1.0 | 1137.3446 | 0.3182 | 0.1609 | 0.3184 | 0.0 | 0.3182 | 0.3183 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.57.0
80
+ - Pytorch 2.8.0+cu128
81
+ - Datasets 4.3.0
82
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 4096,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 16,
27
+ "num_hidden_layers": 24,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
31
+ "transformers_version": "4.57.0",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 30522
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0cb94b32034f2c23e43386fb999ec11be0a10c8d9134a6f00d18e871b2cd074
3
+ size 1340626860
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c81a7efbe2c646060eb48b73abb073fbcbdbdae7d567989d1ceb0563a3a7d9
3
+ size 5969
vocab.txt ADDED
The diff for this file is too large to render. See raw diff