Sujithanumala commited on
Commit
e8155d5
1 Parent(s): 408ba4a

Training in progress, step 500

Browse files
Files changed (26) hide show
  1. .gitignore +1 -0
  2. config.json +61 -0
  3. pytorch_model.bin +3 -0
  4. runs/Jan18_16-28-03_7cc5e68fb5b7/1705595319.1367254/events.out.tfevents.1705595319.7cc5e68fb5b7.597.1 +3 -0
  5. runs/Jan18_16-28-03_7cc5e68fb5b7/events.out.tfevents.1705595319.7cc5e68fb5b7.597.0 +3 -0
  6. runs/Jan18_17-02-19_7cc5e68fb5b7/1705597351.9334571/events.out.tfevents.1705597351.7cc5e68fb5b7.597.3 +3 -0
  7. runs/Jan18_17-02-19_7cc5e68fb5b7/events.out.tfevents.1705597351.7cc5e68fb5b7.597.2 +3 -0
  8. runs/Jan18_17-03-33_7cc5e68fb5b7/1705597419.115798/events.out.tfevents.1705597419.7cc5e68fb5b7.597.5 +3 -0
  9. runs/Jan18_17-03-33_7cc5e68fb5b7/1705597611.6271074/events.out.tfevents.1705597611.7cc5e68fb5b7.597.7 +3 -0
  10. runs/Jan18_17-03-33_7cc5e68fb5b7/events.out.tfevents.1705597419.7cc5e68fb5b7.597.4 +3 -0
  11. runs/Jan18_17-03-33_7cc5e68fb5b7/events.out.tfevents.1705597611.7cc5e68fb5b7.597.6 +3 -0
  12. runs/Jan18_17-07-47_7cc5e68fb5b7/1705597670.3440537/events.out.tfevents.1705597670.7cc5e68fb5b7.597.9 +3 -0
  13. runs/Jan18_17-07-47_7cc5e68fb5b7/1705597807.278884/events.out.tfevents.1705597807.7cc5e68fb5b7.597.10 +3 -0
  14. runs/Jan18_17-07-47_7cc5e68fb5b7/events.out.tfevents.1705597670.7cc5e68fb5b7.597.8 +3 -0
  15. runs/Jan18_17-16-28_7cc5e68fb5b7/1705598235.3135345/events.out.tfevents.1705598235.7cc5e68fb5b7.17341.1 +3 -0
  16. runs/Jan18_17-16-28_7cc5e68fb5b7/1705598320.1581957/events.out.tfevents.1705598320.7cc5e68fb5b7.17341.3 +3 -0
  17. runs/Jan18_17-16-28_7cc5e68fb5b7/events.out.tfevents.1705598235.7cc5e68fb5b7.17341.0 +3 -0
  18. runs/Jan18_17-16-28_7cc5e68fb5b7/events.out.tfevents.1705598320.7cc5e68fb5b7.17341.2 +3 -0
  19. runs/Jan18_17-21-31_7cc5e68fb5b7/1705598503.178674/events.out.tfevents.1705598503.7cc5e68fb5b7.17341.5 +3 -0
  20. runs/Jan18_17-21-31_7cc5e68fb5b7/events.out.tfevents.1705598503.7cc5e68fb5b7.17341.4 +3 -0
  21. runs/Jan18_17-35-33_7cc5e68fb5b7/1705599356.2693243/events.out.tfevents.1705599356.7cc5e68fb5b7.21185.1 +3 -0
  22. runs/Jan18_17-35-33_7cc5e68fb5b7/events.out.tfevents.1705599356.7cc5e68fb5b7.21185.0 +3 -0
  23. special_tokens_map.json +107 -0
  24. tokenizer.json +0 -0
  25. tokenizer_config.json +111 -0
  26. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "t5-base",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 3072,
7
+ "d_kv": 64,
8
+ "d_model": 768,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "relu",
11
+ "dropout": 0.2,
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
+ "initializer_factor": 1.0,
16
+ "is_encoder_decoder": true,
17
+ "is_gated_act": false,
18
+ "layer_norm_epsilon": 1e-06,
19
+ "model_type": "t5",
20
+ "n_positions": 512,
21
+ "num_decoder_layers": 12,
22
+ "num_heads": 12,
23
+ "num_layers": 12,
24
+ "output_past": true,
25
+ "pad_token_id": 0,
26
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "task_specific_params": {
29
+ "summarization": {
30
+ "early_stopping": true,
31
+ "length_penalty": 2.0,
32
+ "max_length": 200,
33
+ "min_length": 30,
34
+ "no_repeat_ngram_size": 3,
35
+ "num_beams": 4,
36
+ "prefix": "summarize: "
37
+ },
38
+ "translation_en_to_de": {
39
+ "early_stopping": true,
40
+ "max_length": 300,
41
+ "num_beams": 4,
42
+ "prefix": "translate English to German: "
43
+ },
44
+ "translation_en_to_fr": {
45
+ "early_stopping": true,
46
+ "max_length": 300,
47
+ "num_beams": 4,
48
+ "prefix": "translate English to French: "
49
+ },
50
+ "translation_en_to_ro": {
51
+ "early_stopping": true,
52
+ "max_length": 300,
53
+ "num_beams": 4,
54
+ "prefix": "translate English to Romanian: "
55
+ }
56
+ },
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.27.2",
59
+ "use_cache": true,
60
+ "vocab_size": 32128
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c4b7e2650e7546606e587b3188f07f90ed48ca7185ab45ae0412d898d70b6a
3
+ size 891702929
runs/Jan18_16-28-03_7cc5e68fb5b7/1705595319.1367254/events.out.tfevents.1705595319.7cc5e68fb5b7.597.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a614a88845a2a647719f8453e087e6db4f391677894ee690a732a8c7b011afed
3
+ size 6046
runs/Jan18_16-28-03_7cc5e68fb5b7/events.out.tfevents.1705595319.7cc5e68fb5b7.597.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9354a5f8056204d892ae1e9aa6662f0f724621bacf9753df86db5d04929d37a0
3
+ size 5090
runs/Jan18_17-02-19_7cc5e68fb5b7/1705597351.9334571/events.out.tfevents.1705597351.7cc5e68fb5b7.597.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b12e8da5be939b177aa1451ed85652075d32c8ae6d6a65c1046cd26ca2d4ac
3
+ size 6046
runs/Jan18_17-02-19_7cc5e68fb5b7/events.out.tfevents.1705597351.7cc5e68fb5b7.597.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c67bfa8113f628f360a851ed63552ebf128feb7b5ac45681c39c1364d5fffb8
3
+ size 12631
runs/Jan18_17-03-33_7cc5e68fb5b7/1705597419.115798/events.out.tfevents.1705597419.7cc5e68fb5b7.597.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30dec535b2981c78030ea49a558abd4161579862ae6dce1e09c9d72599aefe2e
3
+ size 6046
runs/Jan18_17-03-33_7cc5e68fb5b7/1705597611.6271074/events.out.tfevents.1705597611.7cc5e68fb5b7.597.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb30f04d091229dae44af06b0e4c2b6e04028b837f2aa08899e06fbad54df0b5
3
+ size 6046
runs/Jan18_17-03-33_7cc5e68fb5b7/events.out.tfevents.1705597419.7cc5e68fb5b7.597.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecea41ab561251e7b4c8f3271dec5a4388d320f95f029eeafc658b8991d21cc1
3
+ size 4935
runs/Jan18_17-03-33_7cc5e68fb5b7/events.out.tfevents.1705597611.7cc5e68fb5b7.597.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5c31211677b6dfcf15aec8b07fb4400e2871747d8712083fdcf7b208e10a3d
3
+ size 4935
runs/Jan18_17-07-47_7cc5e68fb5b7/1705597670.3440537/events.out.tfevents.1705597670.7cc5e68fb5b7.597.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854b3ac11b3436bcc8c67ba3351d904a2bfb6fbee6934dd90bdbf557dfc6dee7
3
+ size 6046
runs/Jan18_17-07-47_7cc5e68fb5b7/1705597807.278884/events.out.tfevents.1705597807.7cc5e68fb5b7.597.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28cb0c52d379a0e6e8a7d62e1611f2a4937fad6a2ce8fff877344e9b3eb50282
3
+ size 6046
runs/Jan18_17-07-47_7cc5e68fb5b7/events.out.tfevents.1705597670.7cc5e68fb5b7.597.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88416f75c0c2d6f25c90c57d4403d265a7c775794b8ed24c1cd82052f381e04
3
+ size 9937
runs/Jan18_17-16-28_7cc5e68fb5b7/1705598235.3135345/events.out.tfevents.1705598235.7cc5e68fb5b7.17341.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54517af8ae82e57065d957f750f640ab45dc16e03299933adb81a4d79e80192d
3
+ size 6046
runs/Jan18_17-16-28_7cc5e68fb5b7/1705598320.1581957/events.out.tfevents.1705598320.7cc5e68fb5b7.17341.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9403e4649d3f63ecb9be4d2bcf7d8c536da832bcc6389b006e0a10f5d6fee3f
3
+ size 6046
runs/Jan18_17-16-28_7cc5e68fb5b7/events.out.tfevents.1705598235.7cc5e68fb5b7.17341.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a10d373986dbc2a8bc43da3dc96e1afc15b85f819c095e53564785ec945cf1
3
+ size 4934
runs/Jan18_17-16-28_7cc5e68fb5b7/events.out.tfevents.1705598320.7cc5e68fb5b7.17341.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c6be982ff3c35e74f6d14ddb790154e15dfe707d7e86c04080c58446b82327
3
+ size 6212
runs/Jan18_17-21-31_7cc5e68fb5b7/1705598503.178674/events.out.tfevents.1705598503.7cc5e68fb5b7.17341.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4b7cb9a8b026e31329e491ddbd1f0bfc4072f179ab3bdf093c830e3d42b2a5
3
+ size 6046
runs/Jan18_17-21-31_7cc5e68fb5b7/events.out.tfevents.1705598503.7cc5e68fb5b7.17341.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c11f06ae0282b23c5e7480fda8bc6b039d4f9e3187deac7a70d8fa2a39b1054
3
+ size 6827
runs/Jan18_17-35-33_7cc5e68fb5b7/1705599356.2693243/events.out.tfevents.1705599356.7cc5e68fb5b7.21185.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eab9da474de69761bd7258e6f4879db9c8dc6c70aa4bcba783a78efdbecb467
3
+ size 6046
runs/Jan18_17-35-33_7cc5e68fb5b7/events.out.tfevents.1705599356.7cc5e68fb5b7.21185.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d1f43ff4ae48b76199598a282fc1c88fe36fc2554ad29ca660dfa921ac67e1
3
+ size 6795
special_tokens_map.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
107
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "extra_ids": 100,
106
+ "model_max_length": 512,
107
+ "pad_token": "<pad>",
108
+ "special_tokens_map_file": null,
109
+ "tokenizer_class": "T5Tokenizer",
110
+ "unk_token": "<unk>"
111
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154685cd1fb246e6961ba14130ea1451f1880faa446cb7a0b39983ee938d8aed
3
+ size 3707