houck2040 commited on
Commit
d167a6d
·
1 Parent(s): 11c0efa

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 +56 -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:84b928db5eedd0e2586f10a9c16df95da9d5839d89e859c199df58a1dc013115
3
+ size 657420741
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ccb75f4cbcd7fd35f1008083800270ef6d984c5bc228a62fc73d724a86feaf
3
+ size 328719737
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc4569d6fc38078f499d7dfcf48f9f7c51ab423f6bfd7d7d2fda17f687c2089
3
+ size 13553
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b0cedc0ad5cc6458fc21930ec184be4ec53e574f0f6c38e02f50cf9bf0cd78
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.962962962962963,
5
+ "global_step": 2000,
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.74,
12
+ "learning_rate": 1.506172839506173e-05,
13
+ "loss": 1.0616,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_loss": 0.5579138398170471,
19
+ "eval_runtime": 1778.2352,
20
+ "eval_samples_per_second": 3.14,
21
+ "eval_steps_per_second": 0.393,
22
+ "step": 675
23
+ },
24
+ {
25
+ "epoch": 1.48,
26
+ "learning_rate": 1.0123456790123458e-05,
27
+ "loss": 0.6432,
28
+ "step": 1000
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "eval_loss": 0.4459874629974365,
33
+ "eval_runtime": 1778.2941,
34
+ "eval_samples_per_second": 3.14,
35
+ "eval_steps_per_second": 0.393,
36
+ "step": 1350
37
+ },
38
+ {
39
+ "epoch": 2.22,
40
+ "learning_rate": 5.185185185185185e-06,
41
+ "loss": 0.5407,
42
+ "step": 1500
43
+ },
44
+ {
45
+ "epoch": 2.96,
46
+ "learning_rate": 2.469135802469136e-07,
47
+ "loss": 0.499,
48
+ "step": 2000
49
+ }
50
+ ],
51
+ "max_steps": 2025,
52
+ "num_train_epochs": 3,
53
+ "total_flos": 2071956701034000.0,
54
+ "trial_name": null,
55
+ "trial_params": null
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24442702435088b95f5c96f2a87ccc21fc24d3bcac11ea3406b2ec1e0ac61e56
3
+ size 3579