flavio-nakasato commited on
Commit
aa3c41c
1 Parent(s): 3a18773

Update from turing

Browse files
Files changed (32) hide show
  1. README.md +2 -0
  2. checkpoint-10000/config.json +27 -0
  3. checkpoint-10000/optimizer.pt +3 -0
  4. checkpoint-10000/pytorch_model.bin +3 -0
  5. checkpoint-10000/rng_state.pth +3 -0
  6. checkpoint-10000/scheduler.pt +3 -0
  7. checkpoint-10000/trainer_state.json +136 -0
  8. checkpoint-10000/training_args.bin +3 -0
  9. checkpoint-20000/config.json +27 -0
  10. checkpoint-20000/optimizer.pt +3 -0
  11. checkpoint-20000/pytorch_model.bin +3 -0
  12. checkpoint-20000/rng_state.pth +3 -0
  13. checkpoint-20000/scheduler.pt +3 -0
  14. checkpoint-20000/trainer_state.json +256 -0
  15. checkpoint-20000/training_args.bin +3 -0
  16. config.json +27 -0
  17. merges.txt +0 -0
  18. pytorch_model.bin +3 -0
  19. runs/Aug14_13-50-16_ciaamS03/1628959821.6142473/events.out.tfevents.1628959821.ciaamS03.5488.1 +3 -0
  20. runs/Aug14_13-50-16_ciaamS03/events.out.tfevents.1628959821.ciaamS03.5488.0 +3 -0
  21. runs/Aug14_13-50-48_ciaamS03/1628959851.1931012/events.out.tfevents.1628959851.ciaamS03.5488.3 +3 -0
  22. runs/Aug14_13-50-48_ciaamS03/events.out.tfevents.1628959851.ciaamS03.5488.2 +3 -0
  23. runs/Aug14_13-51-01_ciaamS03/1628959864.7754092/events.out.tfevents.1628959864.ciaamS03.5488.5 +3 -0
  24. runs/Aug14_13-51-01_ciaamS03/events.out.tfevents.1628959864.ciaamS03.5488.4 +3 -0
  25. runs/Aug14_13-51-32_ciaamS03/1628959893.7171822/events.out.tfevents.1628959893.ciaamS03.5488.7 +3 -0
  26. runs/Aug14_13-51-32_ciaamS03/events.out.tfevents.1628959893.ciaamS03.5488.6 +3 -0
  27. runs/Aug14_13-56-29_ciaamS03/1628960193.5213788/events.out.tfevents.1628960193.ciaamS03.6725.1 +3 -0
  28. runs/Aug14_13-56-29_ciaamS03/events.out.tfevents.1628960193.ciaamS03.6725.0 +3 -0
  29. runs/Aug14_13-57-48_ciaamS03/1628960270.3133855/events.out.tfevents.1628960270.ciaamS03.6725.3 +3 -0
  30. runs/Aug14_13-57-48_ciaamS03/events.out.tfevents.1628960270.ciaamS03.6725.2 +3 -0
  31. training_args.bin +3 -0
  32. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ RoBERTa model pretrained on the Brazilian Federal Official Gazette (500k instances).
2
+
checkpoint-10000/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
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-12,
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.10.0.dev0",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50000
27
+ }
checkpoint-10000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799112d8a8b910ade43411ff5023331b90d6760ab4e5457ea15acf3fbba36675
3
+ size 655792473
checkpoint-10000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe5a93cd97e54699c3586bdfebc052e38bd6b7bec51bd344ad646e4c3045cf2
3
+ size 327904939
checkpoint-10000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:316bb8abf64592bf5a429be18dfc73161fb116063583ce14e59f6c7698b7897a
3
+ size 15523
checkpoint-10000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4183045e70fb4f063293cb005182ebc045370018f89f0bf07153f0bd292b7de5
3
+ size 623
checkpoint-10000/trainer_state.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.559508574353724,
5
+ "global_step": 10000,
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.13,
12
+ "learning_rate": 4.893353809401928e-05,
13
+ "loss": 5.7923,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.26,
18
+ "learning_rate": 4.7867076188038565e-05,
19
+ "loss": 5.0624,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.38,
24
+ "learning_rate": 4.680061428205785e-05,
25
+ "loss": 4.1352,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.51,
30
+ "learning_rate": 4.573415237607713e-05,
31
+ "loss": 3.453,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.64,
36
+ "learning_rate": 4.466769047009641e-05,
37
+ "loss": 3.0505,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.77,
42
+ "learning_rate": 4.360122856411569e-05,
43
+ "loss": 2.7572,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.9,
48
+ "learning_rate": 4.253476665813497e-05,
49
+ "loss": 2.5325,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.02,
54
+ "learning_rate": 4.146830475215426e-05,
55
+ "loss": 2.3672,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 1.15,
60
+ "learning_rate": 4.040184284617354e-05,
61
+ "loss": 2.2281,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 1.28,
66
+ "learning_rate": 3.933538094019282e-05,
67
+ "loss": 2.1289,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 1.41,
72
+ "learning_rate": 3.8268919034212095e-05,
73
+ "loss": 2.0405,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 1.54,
78
+ "learning_rate": 3.720245712823138e-05,
79
+ "loss": 1.9581,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 1.66,
84
+ "learning_rate": 3.6135995222250665e-05,
85
+ "loss": 1.8997,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 1.79,
90
+ "learning_rate": 3.506953331626994e-05,
91
+ "loss": 1.8383,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 1.92,
96
+ "learning_rate": 3.400307141028923e-05,
97
+ "loss": 1.7812,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 2.05,
102
+ "learning_rate": 3.2936609504308506e-05,
103
+ "loss": 1.7441,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 2.18,
108
+ "learning_rate": 3.187014759832779e-05,
109
+ "loss": 1.6926,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 2.3,
114
+ "learning_rate": 3.0803685692347076e-05,
115
+ "loss": 1.657,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 2.43,
120
+ "learning_rate": 2.9737223786366354e-05,
121
+ "loss": 1.6246,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 2.56,
126
+ "learning_rate": 2.8670761880385632e-05,
127
+ "loss": 1.5971,
128
+ "step": 10000
129
+ }
130
+ ],
131
+ "max_steps": 23442,
132
+ "num_train_epochs": 6,
133
+ "total_flos": 4.243235179619942e+16,
134
+ "trial_name": null,
135
+ "trial_params": null
136
+ }
checkpoint-10000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f295c7d686a8937addeec8cef20e06ce1439a1ccc90f608096e11c0c7820b59f
3
+ size 2671
checkpoint-20000/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
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-12,
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.10.0.dev0",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50000
27
+ }
checkpoint-20000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002e53651c31652fd76603d97f2c352c08028a25921b37e961b3d899b9b77d26
3
+ size 655792473
checkpoint-20000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd6d5dec5b9cae14a284c6bc4ddd3cf0fde8f419f3ceaa89b664d608f458e60
3
+ size 327904939
checkpoint-20000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49b1cc39035d6222ab75a9ab69ecd4dfd533daa975c65a4ea3a2f58823d783fc
3
+ size 15523
checkpoint-20000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df9b08fbdbc3a3615d2fd9a27882d2e8f9db28ea5162038d51aebab87ce7092
3
+ size 623
checkpoint-20000/trainer_state.json ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.1190171487074485,
5
+ "global_step": 20000,
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.13,
12
+ "learning_rate": 4.893353809401928e-05,
13
+ "loss": 5.7923,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.26,
18
+ "learning_rate": 4.7867076188038565e-05,
19
+ "loss": 5.0624,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.38,
24
+ "learning_rate": 4.680061428205785e-05,
25
+ "loss": 4.1352,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.51,
30
+ "learning_rate": 4.573415237607713e-05,
31
+ "loss": 3.453,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.64,
36
+ "learning_rate": 4.466769047009641e-05,
37
+ "loss": 3.0505,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.77,
42
+ "learning_rate": 4.360122856411569e-05,
43
+ "loss": 2.7572,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.9,
48
+ "learning_rate": 4.253476665813497e-05,
49
+ "loss": 2.5325,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.02,
54
+ "learning_rate": 4.146830475215426e-05,
55
+ "loss": 2.3672,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 1.15,
60
+ "learning_rate": 4.040184284617354e-05,
61
+ "loss": 2.2281,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 1.28,
66
+ "learning_rate": 3.933538094019282e-05,
67
+ "loss": 2.1289,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 1.41,
72
+ "learning_rate": 3.8268919034212095e-05,
73
+ "loss": 2.0405,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 1.54,
78
+ "learning_rate": 3.720245712823138e-05,
79
+ "loss": 1.9581,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 1.66,
84
+ "learning_rate": 3.6135995222250665e-05,
85
+ "loss": 1.8997,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 1.79,
90
+ "learning_rate": 3.506953331626994e-05,
91
+ "loss": 1.8383,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 1.92,
96
+ "learning_rate": 3.400307141028923e-05,
97
+ "loss": 1.7812,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 2.05,
102
+ "learning_rate": 3.2936609504308506e-05,
103
+ "loss": 1.7441,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 2.18,
108
+ "learning_rate": 3.187014759832779e-05,
109
+ "loss": 1.6926,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 2.3,
114
+ "learning_rate": 3.0803685692347076e-05,
115
+ "loss": 1.657,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 2.43,
120
+ "learning_rate": 2.9737223786366354e-05,
121
+ "loss": 1.6246,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 2.56,
126
+ "learning_rate": 2.8670761880385632e-05,
127
+ "loss": 1.5971,
128
+ "step": 10000
129
+ },
130
+ {
131
+ "epoch": 2.69,
132
+ "learning_rate": 2.7604299974404917e-05,
133
+ "loss": 1.5715,
134
+ "step": 10500
135
+ },
136
+ {
137
+ "epoch": 2.82,
138
+ "learning_rate": 2.6537838068424198e-05,
139
+ "loss": 1.5444,
140
+ "step": 11000
141
+ },
142
+ {
143
+ "epoch": 2.94,
144
+ "learning_rate": 2.5471376162443476e-05,
145
+ "loss": 1.5255,
146
+ "step": 11500
147
+ },
148
+ {
149
+ "epoch": 3.07,
150
+ "learning_rate": 2.440491425646276e-05,
151
+ "loss": 1.5065,
152
+ "step": 12000
153
+ },
154
+ {
155
+ "epoch": 3.2,
156
+ "learning_rate": 2.3338452350482043e-05,
157
+ "loss": 1.4829,
158
+ "step": 12500
159
+ },
160
+ {
161
+ "epoch": 3.33,
162
+ "learning_rate": 2.2271990444501324e-05,
163
+ "loss": 1.46,
164
+ "step": 13000
165
+ },
166
+ {
167
+ "epoch": 3.46,
168
+ "learning_rate": 2.1205528538520606e-05,
169
+ "loss": 1.4434,
170
+ "step": 13500
171
+ },
172
+ {
173
+ "epoch": 3.58,
174
+ "learning_rate": 2.0139066632539887e-05,
175
+ "loss": 1.4356,
176
+ "step": 14000
177
+ },
178
+ {
179
+ "epoch": 3.71,
180
+ "learning_rate": 1.907260472655917e-05,
181
+ "loss": 1.4199,
182
+ "step": 14500
183
+ },
184
+ {
185
+ "epoch": 3.84,
186
+ "learning_rate": 1.800614282057845e-05,
187
+ "loss": 1.3948,
188
+ "step": 15000
189
+ },
190
+ {
191
+ "epoch": 3.97,
192
+ "learning_rate": 1.693968091459773e-05,
193
+ "loss": 1.3924,
194
+ "step": 15500
195
+ },
196
+ {
197
+ "epoch": 4.1,
198
+ "learning_rate": 1.5873219008617013e-05,
199
+ "loss": 1.3707,
200
+ "step": 16000
201
+ },
202
+ {
203
+ "epoch": 4.22,
204
+ "learning_rate": 1.4806757102636296e-05,
205
+ "loss": 1.3681,
206
+ "step": 16500
207
+ },
208
+ {
209
+ "epoch": 4.35,
210
+ "learning_rate": 1.3740295196655576e-05,
211
+ "loss": 1.3581,
212
+ "step": 17000
213
+ },
214
+ {
215
+ "epoch": 4.48,
216
+ "learning_rate": 1.2673833290674857e-05,
217
+ "loss": 1.3525,
218
+ "step": 17500
219
+ },
220
+ {
221
+ "epoch": 4.61,
222
+ "learning_rate": 1.1607371384694139e-05,
223
+ "loss": 1.3468,
224
+ "step": 18000
225
+ },
226
+ {
227
+ "epoch": 4.74,
228
+ "learning_rate": 1.054090947871342e-05,
229
+ "loss": 1.3392,
230
+ "step": 18500
231
+ },
232
+ {
233
+ "epoch": 4.86,
234
+ "learning_rate": 9.474447572732703e-06,
235
+ "loss": 1.3218,
236
+ "step": 19000
237
+ },
238
+ {
239
+ "epoch": 4.99,
240
+ "learning_rate": 8.407985666751985e-06,
241
+ "loss": 1.3237,
242
+ "step": 19500
243
+ },
244
+ {
245
+ "epoch": 5.12,
246
+ "learning_rate": 7.3415237607712656e-06,
247
+ "loss": 1.3108,
248
+ "step": 20000
249
+ }
250
+ ],
251
+ "max_steps": 23442,
252
+ "num_train_epochs": 6,
253
+ "total_flos": 8.486152068857856e+16,
254
+ "trial_name": null,
255
+ "trial_params": null
256
+ }
checkpoint-20000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f295c7d686a8937addeec8cef20e06ce1439a1ccc90f608096e11c0c7820b59f
3
+ size 2671
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
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-12,
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.10.0.dev0",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50000
27
+ }
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:a918475dc0a0a8ce54e4f9374ce686884ebe3975aeddeeef0c32cfd12713028c
3
+ size 327904939
runs/Aug14_13-50-16_ciaamS03/1628959821.6142473/events.out.tfevents.1628959821.ciaamS03.5488.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff391b02ef20455740e581cab2f55c302a6c4fc240571e78a6ea3eac92d9384
3
+ size 4182
runs/Aug14_13-50-16_ciaamS03/events.out.tfevents.1628959821.ciaamS03.5488.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb3493f7688f05c557778f14d7e755ba3d361a0c396f0f9c3e8faf5b3f0ac0f
3
+ size 2903
runs/Aug14_13-50-48_ciaamS03/1628959851.1931012/events.out.tfevents.1628959851.ciaamS03.5488.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a0c135b46a3e286e1b796b1f2a3284a14ee43ea5a0e32e782e3fdc37aafdcf
3
+ size 4182
runs/Aug14_13-50-48_ciaamS03/events.out.tfevents.1628959851.ciaamS03.5488.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f9084654b3e1a96ea7a3a8b5d3aed372dce8d749b2741e560878bbd1be4c47
3
+ size 2902
runs/Aug14_13-51-01_ciaamS03/1628959864.7754092/events.out.tfevents.1628959864.ciaamS03.5488.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ca41a05c358cba585b235065fd7616048bde6854c4aab1e7f2003dec97621c6
3
+ size 4182
runs/Aug14_13-51-01_ciaamS03/events.out.tfevents.1628959864.ciaamS03.5488.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c685beddfeb8e73b212b9ccb03d9725c75d586dd30bce9386df18d1c8c6090
3
+ size 2902
runs/Aug14_13-51-32_ciaamS03/1628959893.7171822/events.out.tfevents.1628959893.ciaamS03.5488.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e852a456741e65a82859c0c1b781e8bc0bfd304926cdaf35b47e5f5a1f8e2f
3
+ size 4182
runs/Aug14_13-51-32_ciaamS03/events.out.tfevents.1628959893.ciaamS03.5488.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6446dfeef508c757960c993224945370b33b6b11fbbdaababa82f0c14a783ad5
3
+ size 2902
runs/Aug14_13-56-29_ciaamS03/1628960193.5213788/events.out.tfevents.1628960193.ciaamS03.6725.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78dea3e72925d4a6475fc3d86aa545040d7f31a4a4b2e1bd0e6ddaed12f8777
3
+ size 4182
runs/Aug14_13-56-29_ciaamS03/events.out.tfevents.1628960193.ciaamS03.6725.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d42639a154ef1887d13526366bfcbad7aab61d4f89482840b341c2115967ce1
3
+ size 2902
runs/Aug14_13-57-48_ciaamS03/1628960270.3133855/events.out.tfevents.1628960270.ciaamS03.6725.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8efd573272783c57f7527121526f1325b19a859d97c6a299d095172d355921d
3
+ size 4182
runs/Aug14_13-57-48_ciaamS03/events.out.tfevents.1628960270.ciaamS03.6725.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0165bf410506207c24725513a39e82aef94c5f44269ca6ec6d0ae00d84e878c
3
+ size 10526
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f295c7d686a8937addeec8cef20e06ce1439a1ccc90f608096e11c0c7820b59f
3
+ size 2671
vocab.json ADDED
The diff for this file is too large to render. See raw diff