mehnaazasad commited on
Commit
be6b753
·
1 Parent(s): 8107b1f

End of training

Browse files
last-checkpoint/generation_config.json → generation_config.json RENAMED
@@ -1,5 +1,4 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "decoder_start_token_id": 2,
5
  "early_stopping": true,
 
1
  {
 
2
  "bos_token_id": 0,
3
  "decoder_start_token_id": 2,
4
  "early_stopping": true,
last-checkpoint/config.json DELETED
@@ -1,74 +0,0 @@
1
- {
2
- "_name_or_path": "facebook/bart-large",
3
- "activation_dropout": 0.1,
4
- "activation_function": "gelu",
5
- "add_bias_logits": false,
6
- "add_final_layer_norm": false,
7
- "architectures": [
8
- "BartForConditionalGeneration"
9
- ],
10
- "attention_dropout": 0.1,
11
- "bos_token_id": 0,
12
- "classif_dropout": 0.1,
13
- "classifier_dropout": 0.0,
14
- "d_model": 1024,
15
- "decoder_attention_heads": 16,
16
- "decoder_ffn_dim": 4096,
17
- "decoder_layerdrop": 0.0,
18
- "decoder_layers": 12,
19
- "decoder_start_token_id": 2,
20
- "dropout": 0.1,
21
- "early_stopping": true,
22
- "encoder_attention_heads": 16,
23
- "encoder_ffn_dim": 4096,
24
- "encoder_layerdrop": 0.0,
25
- "encoder_layers": 12,
26
- "eos_token_id": 2,
27
- "forced_bos_token_id": 0,
28
- "forced_eos_token_id": 2,
29
- "gradient_checkpointing": false,
30
- "id2label": {
31
- "0": "LABEL_0",
32
- "1": "LABEL_1",
33
- "2": "LABEL_2"
34
- },
35
- "init_std": 0.02,
36
- "is_encoder_decoder": true,
37
- "label2id": {
38
- "LABEL_0": 0,
39
- "LABEL_1": 1,
40
- "LABEL_2": 2
41
- },
42
- "max_position_embeddings": 1024,
43
- "model_type": "bart",
44
- "no_repeat_ngram_size": 3,
45
- "normalize_before": false,
46
- "num_beams": 4,
47
- "num_hidden_layers": 12,
48
- "pad_token_id": 1,
49
- "scale_embedding": false,
50
- "task_specific_params": {
51
- "summarization": {
52
- "length_penalty": 1.0,
53
- "max_length": 128,
54
- "min_length": 12,
55
- "num_beams": 4
56
- },
57
- "summarization_cnn": {
58
- "length_penalty": 2.0,
59
- "max_length": 142,
60
- "min_length": 56,
61
- "num_beams": 4
62
- },
63
- "summarization_xsum": {
64
- "length_penalty": 1.0,
65
- "max_length": 62,
66
- "min_length": 11,
67
- "num_beams": 6
68
- }
69
- },
70
- "torch_dtype": "float32",
71
- "transformers_version": "4.28.0",
72
- "use_cache": true,
73
- "vocab_size": 50265
74
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:284e50f3e6cb5f0dfa86b6cbd2e2229a106e03165d244c40c4a303b8f8ea353b
3
- size 3250632155
 
 
 
 
last-checkpoint/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:332f8fbb0e21f04357eb075e541bdb175b7224e0693848718eade6a6c01d9c2d
3
- size 1625541389
 
 
 
 
last-checkpoint/rng_state.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a728344983944b82aec8c8dcfcee1f76cf73f5acbd744be73e346252f85bc10d
3
- size 14575
 
 
 
 
last-checkpoint/scaler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ee9e377739ee1a9f2993ab67bcb9acb4c802e19f3d32c2bbdac17f0d75f9bb8
3
- size 557
 
 
 
 
last-checkpoint/scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:180d7ebf4333e0c167d71843e76cdadef45361d6ff27b23d30562b300d89eea6
3
- size 627
 
 
 
 
last-checkpoint/special_tokens_map.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
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": "</s>",
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "bos_token": "<s>",
4
- "clean_up_tokenization_spaces": true,
5
- "cls_token": "<s>",
6
- "eos_token": "</s>",
7
- "errors": "replace",
8
- "mask_token": "<mask>",
9
- "model_max_length": 1024,
10
- "pad_token": "<pad>",
11
- "sep_token": "</s>",
12
- "tokenizer_class": "BartTokenizer",
13
- "trim_offsets": true,
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/trainer_state.json DELETED
@@ -1,124 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 0.9030704394942806,
5
- "global_step": 9000,
6
- "is_hyper_param_search": false,
7
- "is_local_process_zero": true,
8
- "is_world_process_zero": true,
9
- "log_history": [
10
- {
11
- "epoch": 0.03,
12
- "learning_rate": 1.950531808147702e-05,
13
- "loss": 2.5927,
14
- "step": 500
15
- },
16
- {
17
- "epoch": 0.05,
18
- "learning_rate": 1.900361228175798e-05,
19
- "loss": 2.281,
20
- "step": 1000
21
- },
22
- {
23
- "epoch": 0.08,
24
- "learning_rate": 1.8501906482038935e-05,
25
- "loss": 2.2198,
26
- "step": 1500
27
- },
28
- {
29
- "epoch": 0.1,
30
- "learning_rate": 1.8000200682319887e-05,
31
- "loss": 2.1229,
32
- "step": 2000
33
- },
34
- {
35
- "epoch": 0.13,
36
- "learning_rate": 1.7498494882600845e-05,
37
- "loss": 2.1261,
38
- "step": 2500
39
- },
40
- {
41
- "epoch": 0.15,
42
- "learning_rate": 1.69967890828818e-05,
43
- "loss": 2.0443,
44
- "step": 3000
45
- },
46
- {
47
- "epoch": 0.18,
48
- "learning_rate": 1.6495083283162753e-05,
49
- "loss": 2.0655,
50
- "step": 3500
51
- },
52
- {
53
- "epoch": 0.2,
54
- "learning_rate": 1.599337748344371e-05,
55
- "loss": 1.9924,
56
- "step": 4000
57
- },
58
- {
59
- "epoch": 0.23,
60
- "learning_rate": 1.5492675095324102e-05,
61
- "loss": 2.0045,
62
- "step": 4500
63
- },
64
- {
65
- "epoch": 0.25,
66
- "learning_rate": 1.4990969295605057e-05,
67
- "loss": 2.0064,
68
- "step": 5000
69
- },
70
- {
71
- "epoch": 0.28,
72
- "learning_rate": 1.4489263495886014e-05,
73
- "loss": 1.9605,
74
- "step": 5500
75
- },
76
- {
77
- "epoch": 0.3,
78
- "learning_rate": 1.3988561107766408e-05,
79
- "loss": 1.9534,
80
- "step": 6000
81
- },
82
- {
83
- "epoch": 0.33,
84
- "learning_rate": 1.3486855308047362e-05,
85
- "loss": 1.9085,
86
- "step": 6500
87
- },
88
- {
89
- "epoch": 0.35,
90
- "learning_rate": 1.2985149508328317e-05,
91
- "loss": 1.9121,
92
- "step": 7000
93
- },
94
- {
95
- "epoch": 0.38,
96
- "learning_rate": 1.2483443708609274e-05,
97
- "loss": 1.9152,
98
- "step": 7500
99
- },
100
- {
101
- "epoch": 0.4,
102
- "learning_rate": 1.1981737908890227e-05,
103
- "loss": 1.8855,
104
- "step": 8000
105
- },
106
- {
107
- "epoch": 0.85,
108
- "learning_rate": 2.9600642183423646e-06,
109
- "loss": 1.8241,
110
- "step": 8500
111
- },
112
- {
113
- "epoch": 0.9,
114
- "learning_rate": 1.9566526189042747e-06,
115
- "loss": 1.7858,
116
- "step": 9000
117
- }
118
- ],
119
- "max_steps": 9966,
120
- "num_train_epochs": 1,
121
- "total_flos": 3.693222835706266e+16,
122
- "trial_name": null,
123
- "trial_params": null
124
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b5367bd30805281cfab483c2aff2256375e074d84e77b32a5b43e6c442cd432
3
- size 3771
 
 
 
 
last-checkpoint/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:332f8fbb0e21f04357eb075e541bdb175b7224e0693848718eade6a6c01d9c2d
3
  size 1625541389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1408421bb86d1e8e4085f7474d5913df780fe2ce1e0d91826dcb14c2bbf42d
3
  size 1625541389
runs/Jun09_00-26-13_117ce26b8051/events.out.tfevents.1686271844.117ce26b8051.1152.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44363b90527e3263a536a772d8c86c08525094fd711412c4fde9020a80df0660
3
- size 5392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417cdd190d527c75df7f122a9acec070e45b44d6a385db7e364d7f37db4dedac
3
+ size 6377