aplycaebous commited on
Commit
285859a
1 Parent(s): ed9d9d4

Upload 7 files

Browse files
Files changed (7) hide show
  1. config.json +29 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +76 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ElectraForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "embedding_size": 128,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1024,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "electra",
16
+ "num_attention_heads": 4,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "summary_activation": "gelu",
21
+ "summary_last_dropout": 0.1,
22
+ "summary_type": "first",
23
+ "summary_use_proj": true,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.19.4",
26
+ "type_vocab_size": 2,
27
+ "use_cache": true,
28
+ "vocab_size": 50000
29
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62bf43cdf7db4ac1643625bfefe2ee212a2ec808d5458c1e7aa81e5ca19a3bbc
3
+ size 128593361
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75c937c758bf6e1c3b4e44e459e8dfbe545fe6aec529748adf10465c17e20bd
3
+ size 64310119
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b13b0d85e27839584bc7b35d43479c3fc3d5824b2826c55d18a163f943f6c31
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bfa72ab3c84e760eb47ef61b9da92ab03517879feb5fbc69affb7cbd0d8096
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "global_step": 1840640,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 4.5e-05,
13
+ "loss": 6.4348,
14
+ "step": 184064
15
+ },
16
+ {
17
+ "epoch": 2.0,
18
+ "learning_rate": 4e-05,
19
+ "loss": 5.3925,
20
+ "step": 368128
21
+ },
22
+ {
23
+ "epoch": 3.0,
24
+ "learning_rate": 3.5e-05,
25
+ "loss": 5.0967,
26
+ "step": 552192
27
+ },
28
+ {
29
+ "epoch": 4.0,
30
+ "learning_rate": 3e-05,
31
+ "loss": 4.9327,
32
+ "step": 736256
33
+ },
34
+ {
35
+ "epoch": 5.0,
36
+ "learning_rate": 2.5e-05,
37
+ "loss": 4.8269,
38
+ "step": 920320
39
+ },
40
+ {
41
+ "epoch": 6.0,
42
+ "learning_rate": 2e-05,
43
+ "loss": 4.7486,
44
+ "step": 1104384
45
+ },
46
+ {
47
+ "epoch": 7.0,
48
+ "learning_rate": 1.5e-05,
49
+ "loss": 4.6854,
50
+ "step": 1288448
51
+ },
52
+ {
53
+ "epoch": 8.0,
54
+ "learning_rate": 1e-05,
55
+ "loss": 4.6333,
56
+ "step": 1472512
57
+ },
58
+ {
59
+ "epoch": 9.0,
60
+ "learning_rate": 5e-06,
61
+ "loss": 4.5918,
62
+ "step": 1656576
63
+ },
64
+ {
65
+ "epoch": 10.0,
66
+ "learning_rate": 0.0,
67
+ "loss": 4.5572,
68
+ "step": 1840640
69
+ }
70
+ ],
71
+ "max_steps": 1840640,
72
+ "num_train_epochs": 10,
73
+ "total_flos": 3.184855687291592e+17,
74
+ "trial_name": null,
75
+ "trial_params": null
76
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b223e6fdf9c31644fd42d1521811a97c7c7062ee89a9ab685f0253e2b662ca
3
+ size 3183