strikers04 commited on
Commit
ec15ae8
·
1 Parent(s): 6fc4cf7

First Commit

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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.28.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.28.1"
5
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c44af8f7f690db95d8291d3cd5cd635667bc00a6ffab318285c90c87ca7444be
3
+ size 866844869
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797b3005a940bef68b8bf958668d447bac9d57a7bb74b8ce176fadc889170d06
3
+ size 433436665
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b1d479e61fc6d0e3522d64dc7f3f0305d72c90070ea2ca5f98cd45be4dd815
3
+ size 14575
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:228f1d3daa77d685940d358a41b7552dcd943c5d58a62ccad020079b3cc2bf3c
3
+ size 557
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5729550453572d5f0bb228ca9a47ae211eb447b2153da756caaeef7c5950d9
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9998440667394355,
5
+ "global_step": 3206,
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.16,
12
+ "learning_rate": 8.440424204616345e-05,
13
+ "loss": 2.503,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.31,
18
+ "learning_rate": 6.880848409232689e-05,
19
+ "loss": 2.5143,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.47,
24
+ "learning_rate": 5.321272613849033e-05,
25
+ "loss": 2.4359,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.62,
30
+ "learning_rate": 3.761696818465378e-05,
31
+ "loss": 2.379,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.78,
36
+ "learning_rate": 2.202121023081722e-05,
37
+ "loss": 2.3396,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.94,
42
+ "learning_rate": 6.456643792888335e-06,
43
+ "loss": 2.3217,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 2.1647815704345703,
49
+ "eval_runtime": 58.8555,
50
+ "eval_samples_per_second": 484.27,
51
+ "eval_steps_per_second": 7.578,
52
+ "step": 3206
53
+ }
54
+ ],
55
+ "max_steps": 3206,
56
+ "num_train_epochs": 1,
57
+ "total_flos": 6.750556804153344e+16,
58
+ "trial_name": null,
59
+ "trial_params": null
60
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af63f9e17d2dbe3dbf260a42c084c8fdcb1f12080885c8b430f49dd4a812e1a
3
+ size 3579