xaviergillard commited on
Commit
65dd7e5
1 Parent(s): 060a6c4

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xaviergillard/brabant-xvii-from-scratch",
3
+ "architectures": [
4
+ "BertForPreTraining"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.38.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 24263
25
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7034cffc604ac0bb2306480dbd29c66375ed1064aa84284e7f9ddc5c3bcbe7
3
+ size 421197092
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d48becb56e44a7fc75d4c3a8ac3dc0cb43d2dab2dc8ffd27ff953361cc8f0f
3
+ size 842518266
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ecca4db0136c3537e24ce4cda906d3f7fa36bb872dba4dcf69667680d9abcd4
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f18e355220f7be0d28cf9768c1a2a0defa7052b6bf58d9c12772f32b11318f9
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 128,
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 3.539703845977783,
3
+ "best_model_checkpoint": "/content/drive/MyDrive/brabant-from-scratch/bi-objective/checkpoint-5687",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5687,
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.09,
13
+ "grad_norm": 7.530444622039795,
14
+ "learning_rate": 4.978020045718305e-05,
15
+ "loss": 0.3375,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.18,
20
+ "grad_norm": 8.392064094543457,
21
+ "learning_rate": 4.9560400914366104e-05,
22
+ "loss": 0.3686,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.26,
27
+ "grad_norm": 8.53122615814209,
28
+ "learning_rate": 4.934060137154915e-05,
29
+ "loss": 0.361,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.35,
34
+ "grad_norm": 7.576234340667725,
35
+ "learning_rate": 4.91208018287322e-05,
36
+ "loss": 0.3669,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.44,
41
+ "grad_norm": 7.397663593292236,
42
+ "learning_rate": 4.890100228591525e-05,
43
+ "loss": 0.3608,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.53,
48
+ "grad_norm": 8.71353530883789,
49
+ "learning_rate": 4.86812027430983e-05,
50
+ "loss": 0.3463,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.62,
55
+ "grad_norm": 8.535433769226074,
56
+ "learning_rate": 4.8461403200281345e-05,
57
+ "loss": 0.3457,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.7,
62
+ "grad_norm": 12.396780014038086,
63
+ "learning_rate": 4.8241603657464396e-05,
64
+ "loss": 0.3392,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.79,
69
+ "grad_norm": 9.127644538879395,
70
+ "learning_rate": 4.802180411464745e-05,
71
+ "loss": 0.3473,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.88,
76
+ "grad_norm": 8.218430519104004,
77
+ "learning_rate": 4.78020045718305e-05,
78
+ "loss": 0.323,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.97,
83
+ "grad_norm": 12.705328941345215,
84
+ "learning_rate": 4.758220502901354e-05,
85
+ "loss": 0.3242,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 1.0,
90
+ "eval_loss": 3.539703845977783,
91
+ "eval_runtime": 41.371,
92
+ "eval_samples_per_second": 1648.256,
93
+ "eval_steps_per_second": 54.942,
94
+ "step": 5687
95
+ }
96
+ ],
97
+ "logging_steps": 500,
98
+ "max_steps": 113740,
99
+ "num_input_tokens_seen": 0,
100
+ "num_train_epochs": 20,
101
+ "save_steps": 500,
102
+ "total_flos": 2750382937430730.0,
103
+ "train_batch_size": 30,
104
+ "trial_name": null,
105
+ "trial_params": null
106
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd08e41a68165f6cf24ae1556c58069966a65178ea677129a240716e3fc7fd3d
3
+ size 5048
last-checkpoint/vocab.txt ADDED
The diff for this file is too large to render. See raw diff