Vacaspati commited on
Commit
d433c63
·
verified ·
1 Parent(s): 8796613

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.18.0",
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:9a8adaec7186df22f9b299c660496e2373f43b318bb3506d62980c417b8b7b66
3
+ size 128593361
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e7a5255e8a381596fb94deeca91fb19f81d7e5dc1eeffe9ee6dc99c55a4162
3
+ size 64310119
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58aabd859ef3cd665de6dd114cee226bcbbba4d9f79b32cffa5d9eab8ddee59d
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be64bbbdcbd881984384811f1883ed7c22bd25f66bf82b503095da78c6aef008
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": 7448370,
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": 5.1426,
14
+ "step": 744837
15
+ },
16
+ {
17
+ "epoch": 2.0,
18
+ "learning_rate": 4e-05,
19
+ "loss": 4.3897,
20
+ "step": 1489674
21
+ },
22
+ {
23
+ "epoch": 3.0,
24
+ "learning_rate": 3.5e-05,
25
+ "loss": 4.271,
26
+ "step": 2234511
27
+ },
28
+ {
29
+ "epoch": 4.0,
30
+ "learning_rate": 3e-05,
31
+ "loss": 4.2161,
32
+ "step": 2979348
33
+ },
34
+ {
35
+ "epoch": 5.0,
36
+ "learning_rate": 2.5e-05,
37
+ "loss": 4.174,
38
+ "step": 3724185
39
+ },
40
+ {
41
+ "epoch": 6.0,
42
+ "learning_rate": 2e-05,
43
+ "loss": 4.1243,
44
+ "step": 4469022
45
+ },
46
+ {
47
+ "epoch": 7.0,
48
+ "learning_rate": 1.5e-05,
49
+ "loss": 4.0682,
50
+ "step": 5213859
51
+ },
52
+ {
53
+ "epoch": 8.0,
54
+ "learning_rate": 1e-05,
55
+ "loss": 4.0117,
56
+ "step": 5958696
57
+ },
58
+ {
59
+ "epoch": 9.0,
60
+ "learning_rate": 5e-06,
61
+ "loss": 3.9571,
62
+ "step": 6703533
63
+ },
64
+ {
65
+ "epoch": 10.0,
66
+ "learning_rate": 0.0,
67
+ "loss": 3.9111,
68
+ "step": 7448370
69
+ }
70
+ ],
71
+ "max_steps": 7448370,
72
+ "num_train_epochs": 10,
73
+ "total_flos": 1.4787097128956529e+18,
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:6651d474e06685343ab7aa3db3fdedd72888651138eb02cae13b4dfdce2a8541
3
+ size 2991