fpadovani commited on
Commit
1a7d577
·
verified ·
1 Parent(s): 4c8bfbd

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": 1024,
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:586ddf0fc8aae2abbc85dca8bfc20a98fd158dec3a8fc85a65aa3a28b7ced7e8
3
+ size 42892200
checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de66f0f76944b728bd5c7af097b88a4b64405213d418ee3f17113b510beaa03d
3
+ size 85868090
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8c64e34557abaf0ec46039519e733b7753b2a6e4b9d48aec8e9c3d1ae0ac6f
3
+ size 14308
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef2be0e7d64cfb402210e997232b889afcd2b3deb5853020826de505e8ab58e
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": 4.718623161315918,
3
+ "best_model_checkpoint": "/home/p318482/babyLM_controlled/models_trained_recent/mlm_unmasking/en_mlm_new/childes_mlm_unmasking_sent_13/checkpoint-4000",
4
+ "epoch": 0.14813991815269523,
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": 0.07406995907634761,
13
+ "eval_loss": 5.4637370109558105,
14
+ "eval_runtime": 24.2102,
15
+ "eval_samples_per_second": 1237.041,
16
+ "eval_steps_per_second": 77.323,
17
+ "step": 2000
18
+ },
19
+ {
20
+ "epoch": 0.14813991815269523,
21
+ "grad_norm": 4.785717487335205,
22
+ "learning_rate": 4e-05,
23
+ "loss": 6.1476,
24
+ "step": 4000
25
+ },
26
+ {
27
+ "epoch": 0.14813991815269523,
28
+ "eval_loss": 4.718623161315918,
29
+ "eval_runtime": 24.2123,
30
+ "eval_samples_per_second": 1236.934,
31
+ "eval_steps_per_second": 77.316,
32
+ "step": 4000
33
+ }
34
+ ],
35
+ "logging_steps": 4000,
36
+ "max_steps": 400000,
37
+ "num_input_tokens_seen": 0,
38
+ "num_train_epochs": 15,
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": 834624552960000.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:9dd67d3cacfd6861c6144cee0155c16fcc5b69dd58f8d3c81877d5095c915a2b
3
+ size 5432