cagrigungor commited on
Commit
42ecdda
·
verified ·
1 Parent(s): 473e2b3

Delete checkpoint-488

Browse files
checkpoint-488/config.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "architectures": [
3
- "T5ForConditionalGeneration"
4
- ],
5
- "classifier_dropout": 0.0,
6
- "d_ff": 2816,
7
- "d_kv": 64,
8
- "d_model": 1024,
9
- "decoder_start_token_id": 0,
10
- "dense_act_fn": "gelu_new",
11
- "dropout_rate": 0.1,
12
- "dtype": "float32",
13
- "eos_token_id": 1,
14
- "feed_forward_proj": "gated-gelu",
15
- "initializer_factor": 1.0,
16
- "is_encoder_decoder": true,
17
- "is_gated_act": true,
18
- "layer_norm_epsilon": 1e-06,
19
- "model_type": "t5",
20
- "num_decoder_layers": 24,
21
- "num_heads": 16,
22
- "num_layers": 24,
23
- "output_past": true,
24
- "pad_token_id": 0,
25
- "relative_attention_max_distance": 128,
26
- "relative_attention_num_buckets": 32,
27
- "tie_word_embeddings": false,
28
- "tokenizer_class": "T5Tokenizer",
29
- "transformers_version": "4.57.3",
30
- "use_cache": true,
31
- "vocab_size": 250112
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-488/generation_config.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "decoder_start_token_id": 0,
4
- "eos_token_id": [
5
- 1
6
- ],
7
- "pad_token_id": 0,
8
- "transformers_version": "4.57.3"
9
- }
 
 
 
 
 
 
 
 
 
 
checkpoint-488/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3c3cb82efd0a48e8b6eade1b01a29c47a41a8d06589501a7a5d11466ea16df9
3
- size 4918393736
 
 
 
 
checkpoint-488/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb4df4fc7ed44c6a74ddeae554490586d61683b5742f29ccaba03654590e415b
3
- size 9837144773
 
 
 
 
checkpoint-488/rng_state.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8b8c15f920d9c62c0c04649564c403ad0810336c8a50c12fc596eafb3a62b80
3
- size 14645
 
 
 
 
checkpoint-488/scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91df1dd2dbd60145e7136cace4a1c835b853e066b101a2f07a83164b66abda9a
3
- size 1465
 
 
 
 
checkpoint-488/special_tokens_map.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "eos_token": {
3
- "content": "</s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "pad_token": {
10
- "content": "<pad>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "unk_token": {
17
- "content": "<unk>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- }
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-488/spiece.model DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
3
- size 4309802
 
 
 
 
checkpoint-488/tokenizer.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2172c2b5ca792ef398c3357421498eca5b0ae7e5deb50f00f8515316e1fd8f3
3
- size 15998308
 
 
 
 
checkpoint-488/tokenizer_config.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "add_prefix_space": null,
3
- "added_tokens_decoder": {
4
- "0": {
5
- "content": "<pad>",
6
- "lstrip": false,
7
- "normalized": false,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "1": {
13
- "content": "</s>",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- },
20
- "2": {
21
- "content": "<unk>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false,
26
- "special": true
27
- }
28
- },
29
- "additional_special_tokens": [],
30
- "clean_up_tokenization_spaces": false,
31
- "eos_token": "</s>",
32
- "extra_ids": 0,
33
- "extra_special_tokens": {},
34
- "model_max_length": 1000000000000000019884624838656,
35
- "pad_token": "<pad>",
36
- "sp_model_kwargs": {},
37
- "tokenizer_class": "T5Tokenizer",
38
- "unk_token": "<unk>"
39
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-488/trainer_state.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "best_global_step": null,
3
- "best_metric": null,
4
- "best_model_checkpoint": null,
5
- "epoch": 1.0,
6
- "eval_steps": 500,
7
- "global_step": 488,
8
- "is_hyper_param_search": false,
9
- "is_local_process_zero": true,
10
- "is_world_process_zero": true,
11
- "log_history": [
12
- {
13
- "epoch": 1.0,
14
- "eval_loss": 0.06042954698204994,
15
- "eval_runtime": 10.063,
16
- "eval_samples_per_second": 688.86,
17
- "eval_steps_per_second": 5.466,
18
- "step": 488
19
- }
20
- ],
21
- "logging_steps": 500,
22
- "max_steps": 2440,
23
- "num_input_tokens_seen": 0,
24
- "num_train_epochs": 5,
25
- "save_steps": 500,
26
- "stateful_callbacks": {
27
- "TrainerControl": {
28
- "args": {
29
- "should_epoch_stop": false,
30
- "should_evaluate": false,
31
- "should_log": false,
32
- "should_save": true,
33
- "should_training_stop": false
34
- },
35
- "attributes": {}
36
- }
37
- },
38
- "total_flos": 1.61884136312832e+16,
39
- "train_batch_size": 128,
40
- "trial_name": null,
41
- "trial_params": null
42
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-488/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3a5d2402b146148a8cfae628d87d12f831be6c1b6520063a29e602f61aa29fb
3
- size 5969