abhinavp commited on
Commit
a779d27
1 Parent(s): 4a22796

Training in progress, step 10, checkpoint

Browse files
checkpoint-10/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RNNForLanguageModeling"
4
+ ],
5
+ "bidirectional": false,
6
+ "dropout_p": 0.1,
7
+ "emb_init_range": 0.1,
8
+ "embedding_dim": 1024,
9
+ "embedding_kwargs": {},
10
+ "hidden_dim": 1024,
11
+ "lin_init_range": 0.03125,
12
+ "lm_in_features": 1024,
13
+ "model_type": "rnn",
14
+ "num_layers": 2,
15
+ "output_last_state": false,
16
+ "output_recurrent_outputs": false,
17
+ "recur_init_range": 0.03125,
18
+ "rnn_kwargs": {},
19
+ "rnn_type": "LSTM",
20
+ "tie_weights": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.33.3",
23
+ "vocab_size": 50002
24
+ }
checkpoint-10/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91114ea9ec624c8bc4a9cf1f125c80a6e01a3f507b34cfdbe8fad2776f96657a
3
+ size 544373707
checkpoint-10/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e1b90c733c428c2409655cd03312a426b741be5cf268a152fc94ff676c1e5fd
3
+ size 272184705
checkpoint-10/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb63247221e950b6c9d240f9bb8d48eb902e34bcc6d90ea597a91f9652c5b78
3
+ size 14575
checkpoint-10/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe018414d45f47ca28e9d9bd66e5a07d13d7a8846d0467e1ca48538b6033818c
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": 10.804353713989258,
3
+ "best_model_checkpoint": "/mmfs1/gscratch/stf/abhinavp/corpus-filtering/outputs/2023-11-20/14-54-26/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.600000000000001e-05,
14
+ "loss": 10.8138,
15
+ "step": 10
16
+ },
17
+ {
18
+ "epoch": 0.08,
19
+ "eval_loss": 10.804353713989258,
20
+ "eval_runtime": 2.6966,
21
+ "eval_samples_per_second": 370.843,
22
+ "eval_steps_per_second": 46.355,
23
+ "step": 10
24
+ }
25
+ ],
26
+ "logging_steps": 10,
27
+ "max_steps": 125,
28
+ "num_train_epochs": 1,
29
+ "save_steps": 10,
30
+ "total_flos": 703388819520.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:63ae9edac8e41c0240cbb09648ef4171e2ce67c1c9132186453148fa757a3f68
3
+ size 4155