ccore commited on
Commit
11243bc
·
verified ·
1 Parent(s): 5882406

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/opt-350m",
3
+ "_remove_final_layer_norm": false,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "OPTForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 2,
11
+ "do_layer_norm_before": false,
12
+ "dropout": 0.1,
13
+ "enable_bias": true,
14
+ "eos_token_id": 2,
15
+ "ffn_dim": 4096,
16
+ "hidden_size": 1024,
17
+ "init_std": 0.02,
18
+ "layer_norm_elementwise_affine": true,
19
+ "layerdrop": 0.0,
20
+ "max_position_embeddings": 2048,
21
+ "model_type": "opt",
22
+ "num_attention_heads": 16,
23
+ "num_hidden_layers": 24,
24
+ "pad_token_id": 1,
25
+ "prefix": "</s>",
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.47.0",
28
+ "use_cache": true,
29
+ "vocab_size": 50272,
30
+ "word_embed_proj_dim": 512
31
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.47.0"
7
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2bb88839db9a955142114b0e76d39e26a142b8977b4728631688d07d165e23a
3
+ size 1324830880
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515f491249e7958cf9a7a470705046756ae81353f7b8f0cd47ce02c6286833ab
3
+ size 2649896094
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4fed6c366e6b4d634f87f865713fdb70cf06e8a7a7c65ee518a6e3d2b2e6bcf
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0aaaa3515571c8a17b1e2c93ba8bd4a56602e00b0c7a9ae99db5b0f312b3d10
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9037830233573914,
3
+ "best_model_checkpoint": "./opt_trained3/checkpoint-2643",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2643,
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.18917896329928113,
13
+ "grad_norm": 14.101566314697266,
14
+ "learning_rate": 9.784324123011948e-05,
15
+ "loss": 0.9633,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.37835792659856227,
20
+ "grad_norm": 6.891010761260986,
21
+ "learning_rate": 9.14928228350961e-05,
22
+ "loss": 0.908,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5675368898978433,
27
+ "grad_norm": 11.300192832946777,
28
+ "learning_rate": 8.150526293753795e-05,
29
+ "loss": 0.9047,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7567158531971245,
34
+ "grad_norm": 5.797523021697998,
35
+ "learning_rate": 6.875604231051344e-05,
36
+ "loss": 0.9013,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.9458948164964056,
41
+ "grad_norm": 9.209771156311035,
42
+ "learning_rate": 5.4362720963179184e-05,
43
+ "loss": 0.9028,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 0.9037830233573914,
49
+ "eval_runtime": 1653.9704,
50
+ "eval_samples_per_second": 19.886,
51
+ "eval_steps_per_second": 4.972,
52
+ "step": 2643
53
+ }
54
+ ],
55
+ "logging_steps": 500,
56
+ "max_steps": 5286,
57
+ "num_input_tokens_seen": 0,
58
+ "num_train_epochs": 2,
59
+ "save_steps": 500,
60
+ "stateful_callbacks": {
61
+ "TrainerControl": {
62
+ "args": {
63
+ "should_epoch_stop": false,
64
+ "should_evaluate": false,
65
+ "should_log": false,
66
+ "should_save": true,
67
+ "should_training_stop": false
68
+ },
69
+ "attributes": {}
70
+ }
71
+ },
72
+ "total_flos": 2.0851212666249216e+17,
73
+ "train_batch_size": 14,
74
+ "trial_name": null,
75
+ "trial_params": null
76
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fe7bd86a461c37c8ba7d0715f243e5104dddcebcba1d9de1048a8cc77c508b7
3
+ size 5368