quim-motger commited on
Commit
0919cd6
1 Parent(s): a4c9f1b

Upload model files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.30.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.30.2"
5
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b2b519733d318131e855475ff8def629cf59fff7291c78febd4659db6366c6
3
+ size 2681627077
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4553ec99cf8e643db5dd5413283cd9d1f10640b2e9bc7562970f59d22390abcd
3
+ size 1340837305
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e524dd57c14064cd59d302c0889521610bcd5c91a5fa62451034d5de493417
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533e3c733f8f9c5f7f9118844ef1c0edb15c97d82f8be8ea544e6252da945273
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0008013004553504288,
3
+ "best_model_checkpoint": "data/further_pretraining/bert-large-uncased/checkpoint-4310",
4
+ "epoch": 2.0,
5
+ "global_step": 4310,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.23,
12
+ "learning_rate": 1.9535962877030165e-05,
13
+ "loss": 0.0601,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.46,
18
+ "learning_rate": 1.9071925754060325e-05,
19
+ "loss": 0.0044,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.7,
24
+ "learning_rate": 1.860788863109049e-05,
25
+ "loss": 0.0018,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.93,
30
+ "learning_rate": 1.8143851508120652e-05,
31
+ "loss": 0.0012,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.0,
36
+ "eval_loss": 0.004205523990094662,
37
+ "eval_runtime": 396.7144,
38
+ "eval_samples_per_second": 173.775,
39
+ "eval_steps_per_second": 5.432,
40
+ "step": 2155
41
+ },
42
+ {
43
+ "epoch": 1.16,
44
+ "learning_rate": 1.7679814385150812e-05,
45
+ "loss": 0.0028,
46
+ "step": 2500
47
+ },
48
+ {
49
+ "epoch": 1.39,
50
+ "learning_rate": 1.7215777262180976e-05,
51
+ "loss": 0.0008,
52
+ "step": 3000
53
+ },
54
+ {
55
+ "epoch": 1.62,
56
+ "learning_rate": 1.675174013921114e-05,
57
+ "loss": 0.0018,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 1.86,
62
+ "learning_rate": 1.62877030162413e-05,
63
+ "loss": 0.0028,
64
+ "step": 4000
65
+ },
66
+ {
67
+ "epoch": 2.0,
68
+ "eval_loss": 0.0008013004553504288,
69
+ "eval_runtime": 393.1202,
70
+ "eval_samples_per_second": 175.364,
71
+ "eval_steps_per_second": 5.482,
72
+ "step": 4310
73
+ }
74
+ ],
75
+ "max_steps": 21550,
76
+ "num_train_epochs": 10,
77
+ "total_flos": 3.2126439900312576e+16,
78
+ "trial_name": null,
79
+ "trial_params": null
80
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227af3a23be332c7ad1686921a338a683108e4886125d903da08433774939ee7
3
+ size 3963