fpadovani commited on
Commit
2b7ae09
·
verified ·
1 Parent(s): c75d978

Training in progress, step 4000, checkpoint

Browse files
checkpoint-4000/config.json CHANGED
@@ -1,32 +1,28 @@
1
  {
2
- "activation_function": "gelu_new",
3
  "architectures": [
4
- "GPT2LMHeadModel"
5
  ],
6
- "attn_pdrop": 0.1,
7
  "bos_token_id": 0,
8
- "embd_pdrop": 0.1,
9
  "eos_token_id": 1,
 
 
 
10
  "initializer_range": 0.02,
11
- "layer_norm_epsilon": 1e-05,
12
- "model_type": "gpt2",
13
- "n_ctx": 512,
14
- "n_embd": 256,
15
- "n_head": 8,
16
- "n_inner": 2048,
17
- "n_layer": 8,
18
- "n_positions": 512,
19
- "reorder_and_upcast_attn": false,
20
- "resid_pdrop": 0.1,
21
- "scale_attn_by_inverse_layer_idx": false,
22
- "scale_attn_weights": true,
23
- "summary_activation": null,
24
- "summary_first_dropout": 0.1,
25
- "summary_proj_to_labels": true,
26
- "summary_type": "cls_index",
27
- "summary_use_proj": true,
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.45.2",
 
30
  "use_cache": true,
31
  "vocab_size": 8192
32
  }
 
1
  {
 
2
  "architectures": [
3
+ "RobertaForMaskedLM"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
  "eos_token_id": 1,
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": 4,
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:915b9094516fe4724e1d656a5c6be21e75899ed1cd7fbf5c73d828ea81c79a9f
3
- size 51007160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4322e58e8c8c11f969f243d0c88b4ca73ebbe8f708a4c75189703c2ba49634c
3
+ size 59702184
checkpoint-4000/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d28d0f378242e29505b7b470d88e095b398800b10749d58c834f4eb96bfe8e2e
3
- size 102078202
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f98683e50186919282ff3e1d6aefbdca086bc4d1e0bd8cc86352271c57dbb5
3
+ size 119488058
checkpoint-4000/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5ab8a8e5484d5e164e1cd9e250999235ce4f2af93325f5f6bf6714b180ae6bf
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c454acd8bdb2c83e244050feac5ad7bbd9e1d724cb18112ec574c4af31302df8
3
  size 14244
checkpoint-4000/special_tokens_map.json CHANGED
@@ -23,7 +23,13 @@
23
  "rstrip": false,
24
  "single_word": false
25
  },
26
- "pad_token": "</s>",
 
 
 
 
 
 
27
  "unk_token": {
28
  "content": "<unk>",
29
  "lstrip": false,
 
23
  "rstrip": false,
24
  "single_word": false
25
  },
26
+ "pad_token": {
27
+ "content": "<pad>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ },
33
  "unk_token": {
34
  "content": "<unk>",
35
  "lstrip": false,
checkpoint-4000/tokenizer_config.json CHANGED
@@ -57,7 +57,7 @@
57
  "eos_token": "</s>",
58
  "mask_token": "<mask>",
59
  "model_max_length": 128,
60
- "pad_token": "</s>",
61
  "tokenizer_class": "PreTrainedTokenizerFast",
62
  "unk_token": "<unk>"
63
  }
 
57
  "eos_token": "</s>",
58
  "mask_token": "<mask>",
59
  "model_max_length": 128,
60
+ "pad_token": "<pad>",
61
  "tokenizer_class": "PreTrainedTokenizerFast",
62
  "unk_token": "<unk>"
63
  }
checkpoint-4000/trainer_state.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "best_metric": 5.811168670654297,
3
- "best_model_checkpoint": "/home/p318482/babyLM_controlled/models_trained_last/de_clm/de_childes_42/checkpoint-4000",
4
  "epoch": 3.0041306796845664,
5
  "eval_steps": 2000,
6
  "global_step": 4000,
@@ -10,25 +10,25 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.5020653398422832,
13
- "eval_loss": 7.03363037109375,
14
- "eval_runtime": 3.6768,
15
- "eval_samples_per_second": 902.97,
16
- "eval_steps_per_second": 56.572,
17
  "step": 2000
18
  },
19
  {
20
  "epoch": 3.0041306796845664,
21
- "grad_norm": 1.6605541706085205,
22
  "learning_rate": 1e-05,
23
- "loss": 6.9417,
24
  "step": 4000
25
  },
26
  {
27
  "epoch": 3.0041306796845664,
28
- "eval_loss": 5.811168670654297,
29
- "eval_runtime": 3.7246,
30
- "eval_samples_per_second": 891.378,
31
- "eval_steps_per_second": 55.845,
32
  "step": 4000
33
  }
34
  ],
@@ -49,7 +49,7 @@
49
  "attributes": {}
50
  }
51
  },
52
- "total_flos": 1034071110057984.0,
53
  "train_batch_size": 16,
54
  "trial_name": null,
55
  "trial_params": null
 
1
  {
2
+ "best_metric": 6.433775901794434,
3
+ "best_model_checkpoint": "/home/p318482/babyLM_controlled/models_trained_last/de_mlm/de_childes_42/checkpoint-4000",
4
  "epoch": 3.0041306796845664,
5
  "eval_steps": 2000,
6
  "global_step": 4000,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.5020653398422832,
13
+ "eval_loss": 7.505205154418945,
14
+ "eval_runtime": 4.9012,
15
+ "eval_samples_per_second": 677.383,
16
+ "eval_steps_per_second": 42.438,
17
  "step": 2000
18
  },
19
  {
20
  "epoch": 3.0041306796845664,
21
+ "grad_norm": 1.3569484949111938,
22
  "learning_rate": 1e-05,
23
+ "loss": 7.4063,
24
  "step": 4000
25
  },
26
  {
27
  "epoch": 3.0041306796845664,
28
+ "eval_loss": 6.433775901794434,
29
+ "eval_runtime": 4.7916,
30
+ "eval_samples_per_second": 692.873,
31
+ "eval_steps_per_second": 43.409,
32
  "step": 4000
33
  }
34
  ],
 
49
  "attributes": {}
50
  }
51
  },
52
+ "total_flos": 1247512767234048.0,
53
  "train_batch_size": 16,
54
  "trial_name": null,
55
  "trial_params": null
checkpoint-4000/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77f63c790664816f6ed91c4986d1e19906c6b86d33dddcf3c8935838a9bb688c
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c16929805669913e701682558f0da2712e7b14e77c8dab493f55b49b82b680
3
  size 5368