Training in progress, step 10, checkpoint
Browse files- checkpoint-10/config.json +28 -0
- checkpoint-10/generation_config.json +7 -0
- checkpoint-10/optimizer.pt +3 -0
- checkpoint-10/pytorch_model.bin +3 -0
- checkpoint-10/rng_state.pth +3 -0
- checkpoint-10/scheduler.pt +3 -0
- checkpoint-10/special_tokens_map.json +5 -0
- checkpoint-10/tokenizer.json +0 -0
- checkpoint-10/tokenizer_config.json +12 -0
- checkpoint-10/trainer_state.json +33 -0
- checkpoint-10/training_args.bin +3 -0
checkpoint-10/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_remove_final_layer_norm": false,
|
3 |
+
"activation_function": "relu",
|
4 |
+
"architectures": [
|
5 |
+
"OPTForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 2,
|
9 |
+
"do_layer_norm_before": true,
|
10 |
+
"dropout": 0.1,
|
11 |
+
"enable_bias": true,
|
12 |
+
"eos_token_id": 2,
|
13 |
+
"ffn_dim": 768,
|
14 |
+
"hidden_size": 768,
|
15 |
+
"init_std": 0.02,
|
16 |
+
"layer_norm_elementwise_affine": true,
|
17 |
+
"layerdrop": 0.0,
|
18 |
+
"max_position_embeddings": 512,
|
19 |
+
"model_type": "opt",
|
20 |
+
"num_attention_heads": 8,
|
21 |
+
"num_hidden_layers": 8,
|
22 |
+
"pad_token_id": 1,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.33.3",
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 50002,
|
27 |
+
"word_embed_proj_dim": 768
|
28 |
+
}
|
checkpoint-10/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.33.3"
|
7 |
+
}
|
checkpoint-10/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05374c505a52966871f7a26f04e8bba2dfe3e9920c542502a11d1aeb869aa500
|
3 |
+
size 537476677
|
checkpoint-10/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc1c29be65f7948c10856ce7f1922c19fdf3d27f05231710770e2f4d0cd6bcc5
|
3 |
+
size 268727709
|
checkpoint-10/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a9f4ff45461416a83745df924aeee89cf83081b91eaa2254ed071d7b8616c42
|
3 |
+
size 14575
|
checkpoint-10/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e719179174c65a78deab65e5ee36a0d98cd1e22fa0ceec2b19de7916115b4fb2
|
3 |
+
size 627
|
checkpoint-10/special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "<eos>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
checkpoint-10/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-10/tokenizer_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"eos_token": "<eos>",
|
4 |
+
"max_length": null,
|
5 |
+
"model_max_length": 1000000000000000019884624838656,
|
6 |
+
"pad_to_multiple_of": null,
|
7 |
+
"pad_token": "<pad>",
|
8 |
+
"pad_token_type_id": 0,
|
9 |
+
"padding_side": "right",
|
10 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
11 |
+
"unk_token": "<unk>"
|
12 |
+
}
|
checkpoint-10/trainer_state.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 9.324381828308105,
|
3 |
+
"best_model_checkpoint": "/mmfs1/gscratch/stf/abhinavp/corpus-filtering/lm-training/src/outputs/2023-11-15/09-23-00/checkpoints/checkpoint-10",
|
4 |
+
"epoch": 0.08,
|
5 |
+
"eval_steps": 10,
|
6 |
+
"global_step": 10,
|
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.08,
|
13 |
+
"learning_rate": 4.866666666666667e-05,
|
14 |
+
"loss": 9.9717,
|
15 |
+
"step": 10
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.08,
|
19 |
+
"eval_loss": 9.324381828308105,
|
20 |
+
"eval_runtime": 2.0042,
|
21 |
+
"eval_samples_per_second": 498.949,
|
22 |
+
"eval_steps_per_second": 62.369,
|
23 |
+
"step": 10
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"logging_steps": 10,
|
27 |
+
"max_steps": 375,
|
28 |
+
"num_train_epochs": 3,
|
29 |
+
"save_steps": 10,
|
30 |
+
"total_flos": 1184920289280.0,
|
31 |
+
"trial_name": null,
|
32 |
+
"trial_params": null
|
33 |
+
}
|
checkpoint-10/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:343123aa056dacb81bf4aba5d1ee827cb26f5e4dd6a565a320e1d7e0430ea370
|
3 |
+
size 4155
|