fpadovani commited on
Commit
30c2744
·
verified ·
1 Parent(s): 4ff0c63

Training in progress, step 4000, checkpoint

Browse files
checkpoint-4000/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 3,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 4,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 2048,
14
+ "layer_norm_eps": 1e-05,
15
+ "mask_token_id": 6,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 8,
19
+ "num_hidden_layers": 8,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.45.2",
25
+ "type_vocab_size": 2,
26
+ "use_cache": true,
27
+ "vocab_size": 8192
28
+ }
checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c5517409393142c391e6c12858ddee0171ac4ddbf90141094929b26c338c83
3
+ size 59702184
checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d9ed573abe764c53d1fc9780b5dccb32e13420a85256fa81d36213a5e5bbf4
3
+ size 119488058
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca7b686a4cc62b4c3685e8789313658b08950174ca88afc5c651137237eebda
3
+ size 14308
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfe9de6955f4677c6cde35895cc3e06c0e151e1353b09de5f84987a447e7795
3
+ size 1000
checkpoint-4000/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[PAD]",
3
+ "eos_token": "[EOS]",
4
+ "mask_token": "[MASK]",
5
+ "pad_token": "[CLS]"
6
+ }
checkpoint-4000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4000/tokenizer_config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[EOS]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "[BOS]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "6": {
52
+ "content": "[MASK]",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ }
59
+ },
60
+ "bos_token": "[PAD]",
61
+ "clean_up_tokenization_spaces": false,
62
+ "eos_token": "[EOS]",
63
+ "mask_token": "[MASK]",
64
+ "model_max_length": 128,
65
+ "pad_token": "[CLS]",
66
+ "tokenizer_class": "PreTrainedTokenizerFast"
67
+ }
checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 6.555490493774414,
3
+ "best_model_checkpoint": "/home/p318482/babyLM_controlled/models_trained_recent/mlm_unmasking/de_mlm_big/childes_30/checkpoint-4000",
4
+ "epoch": 3.3003300330033003,
5
+ "eval_steps": 2000,
6
+ "global_step": 4000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.6501650165016502,
13
+ "eval_loss": 7.850089073181152,
14
+ "eval_runtime": 1.8443,
15
+ "eval_samples_per_second": 1326.761,
16
+ "eval_steps_per_second": 82.956,
17
+ "step": 2000
18
+ },
19
+ {
20
+ "epoch": 3.3003300330033003,
21
+ "grad_norm": 1.7952547073364258,
22
+ "learning_rate": 4.000000000000001e-06,
23
+ "loss": 7.8543,
24
+ "step": 4000
25
+ },
26
+ {
27
+ "epoch": 3.3003300330033003,
28
+ "eval_loss": 6.555490493774414,
29
+ "eval_runtime": 1.8231,
30
+ "eval_samples_per_second": 1342.2,
31
+ "eval_steps_per_second": 83.922,
32
+ "step": 4000
33
+ }
34
+ ],
35
+ "logging_steps": 4000,
36
+ "max_steps": 400000,
37
+ "num_input_tokens_seen": 0,
38
+ "num_train_epochs": 331,
39
+ "save_steps": 4000,
40
+ "stateful_callbacks": {
41
+ "EarlyStoppingCallback": {
42
+ "args": {
43
+ "early_stopping_patience": 3,
44
+ "early_stopping_threshold": 0.001
45
+ },
46
+ "attributes": {
47
+ "early_stopping_patience_counter": 0
48
+ }
49
+ },
50
+ "TrainerControl": {
51
+ "args": {
52
+ "should_epoch_stop": false,
53
+ "should_evaluate": false,
54
+ "should_log": false,
55
+ "should_save": true,
56
+ "should_training_stop": false
57
+ },
58
+ "attributes": {}
59
+ }
60
+ },
61
+ "total_flos": 1247308058787840.0,
62
+ "train_batch_size": 16,
63
+ "trial_name": null,
64
+ "trial_params": null
65
+ }
checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b00b33ff5a34cb27834747d142985f370938cb613e5baed1026ce1070e9a42
3
+ size 5368