houck2040 commited on
Commit
3ecbf6b
·
1 Parent(s): 1dfce7b

Upload 7 files

Browse files
Files changed (7) hide show
  1. config.json +27 -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 +86 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilroberta-base",
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 6,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.27.4",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64890673e3fcf39918322f227f16808352dbfd5d537754a0aff4ff537a8131e5
3
+ size 657420741
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31438c07e0c80e9beebed1c2ffa4df0084150a6f5c6658ef791f90305d9c9973
3
+ size 328719737
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7375cda285e50265fa3b943abc1cf4315f11ca102bfd014d6f3d1642787094b8
3
+ size 13553
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8c2bbbb5492513915aa388df581d1e5e9531f0da22ffd1f67a25e209482c78
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.8125,
5
+ "global_step": 4500,
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.31,
12
+ "learning_rate": 1.7916666666666667e-05,
13
+ "loss": 1.247,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.62,
18
+ "learning_rate": 1.5833333333333333e-05,
19
+ "loss": 0.9325,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.94,
24
+ "learning_rate": 1.375e-05,
25
+ "loss": 0.815,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.0,
30
+ "eval_loss": 0.6791346073150635,
31
+ "eval_runtime": 4932.0243,
32
+ "eval_samples_per_second": 3.287,
33
+ "eval_steps_per_second": 0.411,
34
+ "step": 1600
35
+ },
36
+ {
37
+ "epoch": 1.25,
38
+ "learning_rate": 1.1666666666666668e-05,
39
+ "loss": 0.7479,
40
+ "step": 2000
41
+ },
42
+ {
43
+ "epoch": 1.56,
44
+ "learning_rate": 9.583333333333335e-06,
45
+ "loss": 0.7055,
46
+ "step": 2500
47
+ },
48
+ {
49
+ "epoch": 1.88,
50
+ "learning_rate": 7.500000000000001e-06,
51
+ "loss": 0.6726,
52
+ "step": 3000
53
+ },
54
+ {
55
+ "epoch": 2.0,
56
+ "eval_loss": 0.5686362981796265,
57
+ "eval_runtime": 5197.6249,
58
+ "eval_samples_per_second": 3.12,
59
+ "eval_steps_per_second": 0.39,
60
+ "step": 3200
61
+ },
62
+ {
63
+ "epoch": 2.19,
64
+ "learning_rate": 5.416666666666667e-06,
65
+ "loss": 0.6568,
66
+ "step": 3500
67
+ },
68
+ {
69
+ "epoch": 2.5,
70
+ "learning_rate": 3.3333333333333333e-06,
71
+ "loss": 0.6281,
72
+ "step": 4000
73
+ },
74
+ {
75
+ "epoch": 2.81,
76
+ "learning_rate": 1.25e-06,
77
+ "loss": 0.6213,
78
+ "step": 4500
79
+ }
80
+ ],
81
+ "max_steps": 4800,
82
+ "num_train_epochs": 3,
83
+ "total_flos": 4660672199238000.0,
84
+ "trial_name": null,
85
+ "trial_params": null
86
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba387c02987067bb241b05cb572165f111f50e6908a0dcc62b0cbb0260cb5ecd
3
+ size 3579