contemmcm commited on
Commit
18f0f76
·
verified ·
1 Parent(s): 760db06

End of training

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-large-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - rouge
10
+ model-index:
11
+ - name: 9a7204d89a25d13ca2666ebd39ccaa26
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
+ # 9a7204d89a25d13ca2666ebd39ccaa26
19
+
20
+ This model is a fine-tuned version of [google-bert/bert-large-uncased](https://huggingface.co/google-bert/bert-large-uncased) on the nyu-mll/glue [qnli] dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6982
23
+ - Data Size: 0.5
24
+ - Epoch Runtime: 155.2430
25
+ - Accuracy: 0.4943
26
+ - F1 Macro: 0.3308
27
+ - Rouge1: 0.4947
28
+ - Rouge2: 0.0
29
+ - Rougel: 0.4943
30
+ - Rougelsum: 0.4944
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 | 0.6991 | 0 | 4.6711 | 0.5011 | 0.3471 | 0.5010 | 0.0 | 0.5011 | 0.5009 |
66
+ | No log | 1 | 3273 | 0.6225 | 0.0078 | 7.2597 | 0.6678 | 0.6362 | 0.6676 | 0.0 | 0.6675 | 0.6676 |
67
+ | 0.01 | 2 | 6546 | 0.5602 | 0.0156 | 10.7662 | 0.7197 | 0.7008 | 0.7196 | 0.0 | 0.7193 | 0.7191 |
68
+ | 0.5558 | 3 | 9819 | 0.4554 | 0.0312 | 14.6729 | 0.8176 | 0.8175 | 0.8175 | 0.0 | 0.8176 | 0.8176 |
69
+ | 0.7018 | 4 | 13092 | 0.6981 | 0.0625 | 24.2939 | 0.4943 | 0.3308 | 0.4947 | 0.0 | 0.4943 | 0.4944 |
70
+ | 0.7081 | 5 | 16365 | 0.6929 | 0.125 | 43.2903 | 0.5057 | 0.3359 | 0.5053 | 0.0 | 0.5057 | 0.5056 |
71
+ | 0.7022 | 6 | 19638 | 0.6912 | 0.25 | 80.3264 | 0.5057 | 0.3359 | 0.5053 | 0.0 | 0.5057 | 0.5056 |
72
+ | 0.7029 | 7 | 22911 | 0.6982 | 0.5 | 155.2430 | 0.4943 | 0.3308 | 0.4947 | 0.0 | 0.4943 | 0.4944 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.57.0
78
+ - Pytorch 2.8.0+cu128
79
+ - Datasets 4.3.0
80
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "transformers_version": "4.57.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:243ada8c90277fe4e0eb6dd5254bea969554190d98000937edd5c52302b0e19e
3
+ size 1340622760
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:030cb18e28f5fb7aa3bee9aac7add103b6c93a57dcafd422743210a9c47c2b60
3
+ size 5969
vocab.txt ADDED
The diff for this file is too large to render. See raw diff