cagrigungor commited on
Commit
3ac9554
·
verified ·
1 Parent(s): 42ecdda

Delete checkpoint-976

Browse files
checkpoint-976/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-976/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-976/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ce478609617d09fcf8b84396767d504fe09ff4c77c849c17306163b92950e4e
3
- size 4918393736
 
 
 
 
checkpoint-976/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:122edb3895a5b95c33b19d14df0267d1c36aeb1260eb32e102c89e843ea5a4a1
3
- size 9837144773
 
 
 
 
checkpoint-976/rng_state.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:84bd62e48b6b78081441d361df8acc816ec5765e88847bde263b4029c0c4b50a
3
- size 14645
 
 
 
 
checkpoint-976/scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fa661220aae563476e27f85ab7392988bcdad76b60a7535357acc4b7df67785
3
- size 1465
 
 
 
 
checkpoint-976/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-976/spiece.model DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
3
- size 4309802
 
 
 
 
checkpoint-976/tokenizer.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2172c2b5ca792ef398c3357421498eca5b0ae7e5deb50f00f8515316e1fd8f3
3
- size 15998308
 
 
 
 
checkpoint-976/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-976/trainer_state.json DELETED
@@ -1,57 +0,0 @@
1
- {
2
- "best_global_step": null,
3
- "best_metric": null,
4
- "best_model_checkpoint": null,
5
- "epoch": 2.0,
6
- "eval_steps": 500,
7
- "global_step": 976,
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
- "epoch": 1.0245901639344261,
22
- "grad_norm": 0.09357130527496338,
23
- "learning_rate": 0.001590983606557377,
24
- "loss": 0.225,
25
- "step": 500
26
- },
27
- {
28
- "epoch": 2.0,
29
- "eval_loss": 0.025667887181043625,
30
- "eval_runtime": 10.0911,
31
- "eval_samples_per_second": 686.939,
32
- "eval_steps_per_second": 5.45,
33
- "step": 976
34
- }
35
- ],
36
- "logging_steps": 500,
37
- "max_steps": 2440,
38
- "num_input_tokens_seen": 0,
39
- "num_train_epochs": 5,
40
- "save_steps": 500,
41
- "stateful_callbacks": {
42
- "TrainerControl": {
43
- "args": {
44
- "should_epoch_stop": false,
45
- "should_evaluate": false,
46
- "should_log": false,
47
- "should_save": true,
48
- "should_training_stop": false
49
- },
50
- "attributes": {}
51
- }
52
- },
53
- "total_flos": 3.24188926580736e+16,
54
- "train_batch_size": 128,
55
- "trial_name": null,
56
- "trial_params": null
57
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-976/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3a5d2402b146148a8cfae628d87d12f831be6c1b6520063a29e602f61aa29fb
3
- size 5969