CCRs commited on
Commit
e166482
1 Parent(s): 57d0492
checkpoint-6000/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "humarin/chatgpt_paraphraser_on_T5_base",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 3072,
8
+ "d_kv": 64,
9
+ "d_model": 768,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
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
+ "paraphrase": {
30
+ "early_stopping": true,
31
+ "max_length": 128,
32
+ "num_beams": 5,
33
+ "prefix": "paraphrase: "
34
+ },
35
+ "summarization": {
36
+ "early_stopping": true,
37
+ "length_penalty": 2.0,
38
+ "max_length": 200,
39
+ "min_length": 30,
40
+ "no_repeat_ngram_size": 3,
41
+ "num_beams": 4,
42
+ "prefix": "summarize: "
43
+ },
44
+ "translation_en_to_de": {
45
+ "early_stopping": true,
46
+ "max_length": 300,
47
+ "num_beams": 4,
48
+ "prefix": "translate English to German: "
49
+ },
50
+ "translation_en_to_fr": {
51
+ "early_stopping": true,
52
+ "max_length": 300,
53
+ "num_beams": 4,
54
+ "prefix": "translate English to French: "
55
+ },
56
+ "translation_en_to_ro": {
57
+ "early_stopping": true,
58
+ "max_length": 300,
59
+ "num_beams": 4,
60
+ "prefix": "translate English to Romanian: "
61
+ }
62
+ },
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.33.3",
65
+ "use_cache": true,
66
+ "vocab_size": 32128
67
+ }
checkpoint-6000/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.33.3"
7
+ }
checkpoint-6000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effae120ad7a1a1e9310981d081d7aaa7934f13679b679d46e8a4f19f10854e7
3
+ size 1783444357
checkpoint-6000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f561d1fd9b6bd42f3c854c28b2b92d5feadfaf20718a64d7a40a6839947f9de4
3
+ size 891702929
checkpoint-6000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1c3184a7f82c61da74caaf741a4af60a240c3cda5b9ba2cd16c235313ce28f
3
+ size 14575
checkpoint-6000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:495b356d251f35bfdd9031c851adb2bb9ac7a1380504ac33af6d3ca3560c6453
3
+ size 627
checkpoint-6000/trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.903694144216809,
5
+ "eval_steps": 2000,
6
+ "global_step": 6000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.97,
13
+ "learning_rate": 3.3865763149403035e-05,
14
+ "loss": 0.0452,
15
+ "step": 2000
16
+ },
17
+ {
18
+ "epoch": 0.97,
19
+ "eval_loss": 0.0001345932250842452,
20
+ "eval_runtime": 53.5976,
21
+ "eval_samples_per_second": 157.899,
22
+ "eval_steps_per_second": 19.74,
23
+ "step": 2000
24
+ },
25
+ {
26
+ "epoch": 1.94,
27
+ "learning_rate": 1.7731526298806067e-05,
28
+ "loss": 0.0006,
29
+ "step": 4000
30
+ },
31
+ {
32
+ "epoch": 1.94,
33
+ "eval_loss": 0.00010070026473840699,
34
+ "eval_runtime": 54.3295,
35
+ "eval_samples_per_second": 155.772,
36
+ "eval_steps_per_second": 19.474,
37
+ "step": 4000
38
+ },
39
+ {
40
+ "epoch": 2.9,
41
+ "learning_rate": 1.5972894482090998e-06,
42
+ "loss": 0.0004,
43
+ "step": 6000
44
+ },
45
+ {
46
+ "epoch": 2.9,
47
+ "eval_loss": 8.544776937924325e-05,
48
+ "eval_runtime": 54.82,
49
+ "eval_samples_per_second": 154.378,
50
+ "eval_steps_per_second": 19.3,
51
+ "step": 6000
52
+ }
53
+ ],
54
+ "logging_steps": 2000,
55
+ "max_steps": 6198,
56
+ "num_train_epochs": 3,
57
+ "save_steps": 2000,
58
+ "total_flos": 5.754652065792e+16,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
checkpoint-6000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e65c8d07daa4e6a39589bd7f9bf6d699192e95231984fbfdfcf683dc3d5834a0
3
+ size 4091
logs/events.out.tfevents.1695922789.36e5a0a3949d.1594.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d44a9bfdb6fc6e8385c5a5781f9db7918f3f243d1f45f3b7a81668cd0a27b4
3
+ size 6861
logs/events.out.tfevents.1695930026.36e5a0a3949d.1594.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2532a4681cd8c59f69b00057943fd764d3017274ad833de397e42a30d0f7391
3
+ size 359