quim-motger commited on
Commit
79a6af4
·
verified ·
1 Parent(s): 0c1c16b

Upload model files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-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": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
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:f8373ce2b4e59502bb2035593c4b8f7107141b4f8e9cc043321955bd4d96916d
3
+ size 876232773
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd8f5ca83503d8c886882ac4ef9aa7e8251d43f97b03c312203cf750e9cbaa1
3
+ size 438130617
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14591e6d6a2795be4ec49696a553722b60d96775371af75c82f5f7666a9909a0
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.00037940836045891047,
3
+ "best_model_checkpoint": "data/further_pretraining/bert-base-uncased/checkpoint-2155",
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.0545,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.46,
18
+ "learning_rate": 1.9071925754060325e-05,
19
+ "loss": 0.0012,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.7,
24
+ "learning_rate": 1.860788863109049e-05,
25
+ "loss": 0.0017,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.93,
30
+ "learning_rate": 1.8143851508120652e-05,
31
+ "loss": 0.0003,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.0,
36
+ "eval_loss": 0.00037940836045891047,
37
+ "eval_runtime": 164.4067,
38
+ "eval_samples_per_second": 419.32,
39
+ "eval_steps_per_second": 13.108,
40
+ "step": 2155
41
+ },
42
+ {
43
+ "epoch": 1.16,
44
+ "learning_rate": 1.7679814385150812e-05,
45
+ "loss": 0.0006,
46
+ "step": 2500
47
+ },
48
+ {
49
+ "epoch": 1.39,
50
+ "learning_rate": 1.7215777262180976e-05,
51
+ "loss": 0.0005,
52
+ "step": 3000
53
+ },
54
+ {
55
+ "epoch": 1.62,
56
+ "learning_rate": 1.675174013921114e-05,
57
+ "loss": 0.001,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 1.86,
62
+ "learning_rate": 1.62877030162413e-05,
63
+ "loss": 0.0007,
64
+ "step": 4000
65
+ },
66
+ {
67
+ "epoch": 2.0,
68
+ "eval_loss": 0.00047821112093515694,
69
+ "eval_runtime": 161.3062,
70
+ "eval_samples_per_second": 427.38,
71
+ "eval_steps_per_second": 13.36,
72
+ "step": 4310
73
+ }
74
+ ],
75
+ "max_steps": 21550,
76
+ "num_train_epochs": 10,
77
+ "total_flos": 9072538294809600.0,
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:7e26b2525596738a1da8706431b0c14f92faeb6662ddf47c040ca7f1399cf12b
3
+ size 3963