o2poi commited on
Commit
6ba62de
1 Parent(s): c5d6567
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.9461008906364441,
4
+ "eval_loss": 0.26832032203674316,
5
+ "eval_runtime": 5.589,
6
+ "eval_samples": 872,
7
+ "eval_samples_per_second": 156.021,
8
+ "train_runtime": 3511.458,
9
+ "train_samples": 134698,
10
+ "train_samples_per_second": 2.997
11
+ }
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
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": 12,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "transformers_version": "4.6.1",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.9461008906364441,
4
+ "eval_loss": 0.26832032203674316,
5
+ "eval_runtime": 5.589,
6
+ "eval_samples": 872,
7
+ "eval_samples_per_second": 156.021
8
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79720840836e18a258879e10e42eb41ebbb9af7a88ff4aae2ef71be0de74f6fa
3
+ size 498679241
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base"}
train_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_runtime": 3511.458,
4
+ "train_samples": 134698,
5
+ "train_samples_per_second": 2.997
6
+ }
trainer_state.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "global_step": 10525,
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.24,
12
+ "learning_rate": 1.9049881235154395e-05,
13
+ "loss": 0.3357,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.48,
18
+ "learning_rate": 1.809976247030879e-05,
19
+ "loss": 0.2407,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.71,
24
+ "learning_rate": 1.7149643705463184e-05,
25
+ "loss": 0.2179,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.95,
30
+ "learning_rate": 1.6199524940617578e-05,
31
+ "loss": 0.2034,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.19,
36
+ "learning_rate": 1.5249406175771972e-05,
37
+ "loss": 0.1621,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 1.43,
42
+ "learning_rate": 1.4299287410926367e-05,
43
+ "loss": 0.149,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.66,
48
+ "learning_rate": 1.3349168646080762e-05,
49
+ "loss": 0.1463,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.9,
54
+ "learning_rate": 1.2399049881235155e-05,
55
+ "loss": 0.1416,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 2.14,
60
+ "learning_rate": 1.144893111638955e-05,
61
+ "loss": 0.1199,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 2.38,
66
+ "learning_rate": 1.0498812351543943e-05,
67
+ "loss": 0.1033,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 2.61,
72
+ "learning_rate": 9.548693586698338e-06,
73
+ "loss": 0.1082,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 2.85,
78
+ "learning_rate": 8.598574821852733e-06,
79
+ "loss": 0.1073,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 3.09,
84
+ "learning_rate": 7.648456057007126e-06,
85
+ "loss": 0.0918,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 3.33,
90
+ "learning_rate": 6.698337292161521e-06,
91
+ "loss": 0.0817,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 3.56,
96
+ "learning_rate": 5.748218527315916e-06,
97
+ "loss": 0.0772,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 3.8,
102
+ "learning_rate": 4.798099762470309e-06,
103
+ "loss": 0.0798,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 4.04,
108
+ "learning_rate": 3.8479809976247036e-06,
109
+ "loss": 0.0743,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 4.28,
114
+ "learning_rate": 2.897862232779098e-06,
115
+ "loss": 0.0647,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 4.51,
120
+ "learning_rate": 1.947743467933492e-06,
121
+ "loss": 0.0601,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 4.75,
126
+ "learning_rate": 9.976247030878861e-07,
127
+ "loss": 0.0603,
128
+ "step": 10000
129
+ },
130
+ {
131
+ "epoch": 4.99,
132
+ "learning_rate": 4.750593824228029e-08,
133
+ "loss": 0.0586,
134
+ "step": 10500
135
+ },
136
+ {
137
+ "epoch": 5.0,
138
+ "step": 10525,
139
+ "total_flos": 151060403911680.0,
140
+ "train_runtime": 3511.458,
141
+ "train_samples_per_second": 2.997
142
+ }
143
+ ],
144
+ "max_steps": 10525,
145
+ "num_train_epochs": 5,
146
+ "total_flos": 151060403911680.0,
147
+ "trial_name": null,
148
+ "trial_params": null
149
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28562d96adb55e5fde8df88b2c10968d831e5a72272e63b72010b78a67488577
3
+ size 2415
vocab.json ADDED
The diff for this file is too large to render. See raw diff