Delete checkpoint-945 with huggingface_hub
Browse files- checkpoint-945/config.json +0 -68
- checkpoint-945/generation_config.json +0 -16
- checkpoint-945/merges.txt +0 -0
- checkpoint-945/rng_state.pth +0 -3
- checkpoint-945/scheduler.pt +0 -3
- checkpoint-945/special_tokens_map.json +0 -51
- checkpoint-945/tokenizer_config.json +0 -57
- checkpoint-945/trainer_state.json +0 -700
- checkpoint-945/training_args.bin +0 -3
- checkpoint-945/vocab.json +0 -0
checkpoint-945/config.json
DELETED
@@ -1,68 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_num_labels": 3,
|
3 |
-
"activation_dropout": 0.0,
|
4 |
-
"activation_function": "gelu",
|
5 |
-
"add_final_layer_norm": false,
|
6 |
-
"architectures": [
|
7 |
-
"BartForConditionalGeneration"
|
8 |
-
],
|
9 |
-
"attention_dropout": 0.0,
|
10 |
-
"bos_token_id": 0,
|
11 |
-
"classif_dropout": 0.0,
|
12 |
-
"classifier_dropout": 0.0,
|
13 |
-
"d_model": 1024,
|
14 |
-
"decoder_attention_heads": 16,
|
15 |
-
"decoder_ffn_dim": 4096,
|
16 |
-
"decoder_layerdrop": 0.0,
|
17 |
-
"decoder_layers": 12,
|
18 |
-
"decoder_start_token_id": 2,
|
19 |
-
"dropout": 0.1,
|
20 |
-
"early_stopping": null,
|
21 |
-
"encoder_attention_heads": 16,
|
22 |
-
"encoder_ffn_dim": 4096,
|
23 |
-
"encoder_layerdrop": 0.0,
|
24 |
-
"encoder_layers": 12,
|
25 |
-
"eos_token_id": 2,
|
26 |
-
"force_bos_token_to_be_generated": true,
|
27 |
-
"forced_eos_token_id": 2,
|
28 |
-
"gradient_checkpointing": false,
|
29 |
-
"id2label": {
|
30 |
-
"0": "LABEL_0",
|
31 |
-
"1": "LABEL_1",
|
32 |
-
"2": "LABEL_2"
|
33 |
-
},
|
34 |
-
"init_std": 0.02,
|
35 |
-
"is_encoder_decoder": true,
|
36 |
-
"label2id": {
|
37 |
-
"LABEL_0": 0,
|
38 |
-
"LABEL_1": 1,
|
39 |
-
"LABEL_2": 2
|
40 |
-
},
|
41 |
-
"length_penalty": null,
|
42 |
-
"max_length": null,
|
43 |
-
"max_position_embeddings": 1024,
|
44 |
-
"min_length": null,
|
45 |
-
"model_type": "bart",
|
46 |
-
"no_repeat_ngram_size": null,
|
47 |
-
"normalize_before": false,
|
48 |
-
"num_beams": null,
|
49 |
-
"num_hidden_layers": 12,
|
50 |
-
"output_past": true,
|
51 |
-
"pad_token_id": 1,
|
52 |
-
"prefix": " ",
|
53 |
-
"scale_embedding": false,
|
54 |
-
"task_specific_params": {
|
55 |
-
"summarization": {
|
56 |
-
"early_stopping": true,
|
57 |
-
"length_penalty": 2.0,
|
58 |
-
"max_length": 142,
|
59 |
-
"min_length": 56,
|
60 |
-
"no_repeat_ngram_size": 3,
|
61 |
-
"num_beams": 4
|
62 |
-
}
|
63 |
-
},
|
64 |
-
"torch_dtype": "float32",
|
65 |
-
"transformers_version": "4.51.3",
|
66 |
-
"use_cache": true,
|
67 |
-
"vocab_size": 50264
|
68 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-945/generation_config.json
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 0,
|
4 |
-
"decoder_start_token_id": 2,
|
5 |
-
"early_stopping": true,
|
6 |
-
"eos_token_id": 2,
|
7 |
-
"forced_bos_token_id": 0,
|
8 |
-
"forced_eos_token_id": 2,
|
9 |
-
"length_penalty": 2.0,
|
10 |
-
"max_length": 142,
|
11 |
-
"min_length": 56,
|
12 |
-
"no_repeat_ngram_size": 3,
|
13 |
-
"num_beams": 4,
|
14 |
-
"pad_token_id": 1,
|
15 |
-
"transformers_version": "4.51.3"
|
16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-945/merges.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-945/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:93341e298ee0ef43c56b565c65eff5f640848e5e05e45e9adeb6e008e78a0022
|
3 |
-
size 13990
|
|
|
|
|
|
|
|
checkpoint-945/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:576a0aa0a7458938fc15625d9ff97a9fcb9441ea544501ac0d36e349690ebf65
|
3 |
-
size 1064
|
|
|
|
|
|
|
|
checkpoint-945/special_tokens_map.json
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": {
|
3 |
-
"content": "<s>",
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": true,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"cls_token": {
|
10 |
-
"content": "<s>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": true,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"eos_token": {
|
17 |
-
"content": "</s>",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": true,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
-
"mask_token": {
|
24 |
-
"content": "<mask>",
|
25 |
-
"lstrip": true,
|
26 |
-
"normalized": true,
|
27 |
-
"rstrip": false,
|
28 |
-
"single_word": false
|
29 |
-
},
|
30 |
-
"pad_token": {
|
31 |
-
"content": "<pad>",
|
32 |
-
"lstrip": false,
|
33 |
-
"normalized": true,
|
34 |
-
"rstrip": false,
|
35 |
-
"single_word": false
|
36 |
-
},
|
37 |
-
"sep_token": {
|
38 |
-
"content": "</s>",
|
39 |
-
"lstrip": false,
|
40 |
-
"normalized": true,
|
41 |
-
"rstrip": false,
|
42 |
-
"single_word": false
|
43 |
-
},
|
44 |
-
"unk_token": {
|
45 |
-
"content": "<unk>",
|
46 |
-
"lstrip": false,
|
47 |
-
"normalized": true,
|
48 |
-
"rstrip": false,
|
49 |
-
"single_word": false
|
50 |
-
}
|
51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-945/tokenizer_config.json
DELETED
@@ -1,57 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"add_prefix_space": false,
|
3 |
-
"added_tokens_decoder": {
|
4 |
-
"0": {
|
5 |
-
"content": "<s>",
|
6 |
-
"lstrip": false,
|
7 |
-
"normalized": true,
|
8 |
-
"rstrip": false,
|
9 |
-
"single_word": false,
|
10 |
-
"special": true
|
11 |
-
},
|
12 |
-
"1": {
|
13 |
-
"content": "<pad>",
|
14 |
-
"lstrip": false,
|
15 |
-
"normalized": true,
|
16 |
-
"rstrip": false,
|
17 |
-
"single_word": false,
|
18 |
-
"special": true
|
19 |
-
},
|
20 |
-
"2": {
|
21 |
-
"content": "</s>",
|
22 |
-
"lstrip": false,
|
23 |
-
"normalized": true,
|
24 |
-
"rstrip": false,
|
25 |
-
"single_word": false,
|
26 |
-
"special": true
|
27 |
-
},
|
28 |
-
"3": {
|
29 |
-
"content": "<unk>",
|
30 |
-
"lstrip": false,
|
31 |
-
"normalized": true,
|
32 |
-
"rstrip": false,
|
33 |
-
"single_word": false,
|
34 |
-
"special": true
|
35 |
-
},
|
36 |
-
"50264": {
|
37 |
-
"content": "<mask>",
|
38 |
-
"lstrip": true,
|
39 |
-
"normalized": true,
|
40 |
-
"rstrip": false,
|
41 |
-
"single_word": false,
|
42 |
-
"special": true
|
43 |
-
}
|
44 |
-
},
|
45 |
-
"bos_token": "<s>",
|
46 |
-
"clean_up_tokenization_spaces": false,
|
47 |
-
"cls_token": "<s>",
|
48 |
-
"eos_token": "</s>",
|
49 |
-
"errors": "replace",
|
50 |
-
"extra_special_tokens": {},
|
51 |
-
"mask_token": "<mask>",
|
52 |
-
"model_max_length": 1000000000000000019884624838656,
|
53 |
-
"pad_token": "<pad>",
|
54 |
-
"sep_token": "</s>",
|
55 |
-
"tokenizer_class": "BartTokenizer",
|
56 |
-
"unk_token": "<unk>"
|
57 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-945/trainer_state.json
DELETED
@@ -1,700 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_global_step": null,
|
3 |
-
"best_metric": null,
|
4 |
-
"best_model_checkpoint": null,
|
5 |
-
"epoch": 1.0,
|
6 |
-
"eval_steps": 500,
|
7 |
-
"global_step": 945,
|
8 |
-
"is_hyper_param_search": false,
|
9 |
-
"is_local_process_zero": true,
|
10 |
-
"is_world_process_zero": true,
|
11 |
-
"log_history": [
|
12 |
-
{
|
13 |
-
"epoch": 0.010582010582010581,
|
14 |
-
"grad_norm": 39.13801574707031,
|
15 |
-
"learning_rate": 1.9952380952380953e-05,
|
16 |
-
"loss": 5.4194,
|
17 |
-
"step": 10
|
18 |
-
},
|
19 |
-
{
|
20 |
-
"epoch": 0.021164021164021163,
|
21 |
-
"grad_norm": 24.028564453125,
|
22 |
-
"learning_rate": 1.98994708994709e-05,
|
23 |
-
"loss": 1.773,
|
24 |
-
"step": 20
|
25 |
-
},
|
26 |
-
{
|
27 |
-
"epoch": 0.031746031746031744,
|
28 |
-
"grad_norm": 16.863679885864258,
|
29 |
-
"learning_rate": 1.9846560846560846e-05,
|
30 |
-
"loss": 0.7073,
|
31 |
-
"step": 30
|
32 |
-
},
|
33 |
-
{
|
34 |
-
"epoch": 0.042328042328042326,
|
35 |
-
"grad_norm": 10.789055824279785,
|
36 |
-
"learning_rate": 1.9793650793650796e-05,
|
37 |
-
"loss": 0.3436,
|
38 |
-
"step": 40
|
39 |
-
},
|
40 |
-
{
|
41 |
-
"epoch": 0.05291005291005291,
|
42 |
-
"grad_norm": 8.038490295410156,
|
43 |
-
"learning_rate": 1.9740740740740743e-05,
|
44 |
-
"loss": 0.2155,
|
45 |
-
"step": 50
|
46 |
-
},
|
47 |
-
{
|
48 |
-
"epoch": 0.06349206349206349,
|
49 |
-
"grad_norm": 4.677557945251465,
|
50 |
-
"learning_rate": 1.968783068783069e-05,
|
51 |
-
"loss": 0.1287,
|
52 |
-
"step": 60
|
53 |
-
},
|
54 |
-
{
|
55 |
-
"epoch": 0.07407407407407407,
|
56 |
-
"grad_norm": 3.4516615867614746,
|
57 |
-
"learning_rate": 1.9634920634920636e-05,
|
58 |
-
"loss": 0.0824,
|
59 |
-
"step": 70
|
60 |
-
},
|
61 |
-
{
|
62 |
-
"epoch": 0.08465608465608465,
|
63 |
-
"grad_norm": 1.6580854654312134,
|
64 |
-
"learning_rate": 1.9582010582010586e-05,
|
65 |
-
"loss": 0.0501,
|
66 |
-
"step": 80
|
67 |
-
},
|
68 |
-
{
|
69 |
-
"epoch": 0.09523809523809523,
|
70 |
-
"grad_norm": 1.1410599946975708,
|
71 |
-
"learning_rate": 1.9529100529100532e-05,
|
72 |
-
"loss": 0.0316,
|
73 |
-
"step": 90
|
74 |
-
},
|
75 |
-
{
|
76 |
-
"epoch": 0.10582010582010581,
|
77 |
-
"grad_norm": 1.6213871240615845,
|
78 |
-
"learning_rate": 1.947619047619048e-05,
|
79 |
-
"loss": 0.025,
|
80 |
-
"step": 100
|
81 |
-
},
|
82 |
-
{
|
83 |
-
"epoch": 0.1164021164021164,
|
84 |
-
"grad_norm": 0.5977617502212524,
|
85 |
-
"learning_rate": 1.9423280423280425e-05,
|
86 |
-
"loss": 0.0153,
|
87 |
-
"step": 110
|
88 |
-
},
|
89 |
-
{
|
90 |
-
"epoch": 0.12698412698412698,
|
91 |
-
"grad_norm": 2.150684118270874,
|
92 |
-
"learning_rate": 1.9370370370370372e-05,
|
93 |
-
"loss": 0.0162,
|
94 |
-
"step": 120
|
95 |
-
},
|
96 |
-
{
|
97 |
-
"epoch": 0.13756613756613756,
|
98 |
-
"grad_norm": 0.3688974678516388,
|
99 |
-
"learning_rate": 1.931746031746032e-05,
|
100 |
-
"loss": 0.0116,
|
101 |
-
"step": 130
|
102 |
-
},
|
103 |
-
{
|
104 |
-
"epoch": 0.14814814814814814,
|
105 |
-
"grad_norm": 10.174367904663086,
|
106 |
-
"learning_rate": 1.9264550264550265e-05,
|
107 |
-
"loss": 0.0149,
|
108 |
-
"step": 140
|
109 |
-
},
|
110 |
-
{
|
111 |
-
"epoch": 0.15873015873015872,
|
112 |
-
"grad_norm": 0.2287941724061966,
|
113 |
-
"learning_rate": 1.921164021164021e-05,
|
114 |
-
"loss": 0.0068,
|
115 |
-
"step": 150
|
116 |
-
},
|
117 |
-
{
|
118 |
-
"epoch": 0.1693121693121693,
|
119 |
-
"grad_norm": 0.7957000136375427,
|
120 |
-
"learning_rate": 1.915873015873016e-05,
|
121 |
-
"loss": 0.01,
|
122 |
-
"step": 160
|
123 |
-
},
|
124 |
-
{
|
125 |
-
"epoch": 0.17989417989417988,
|
126 |
-
"grad_norm": 0.24841707944869995,
|
127 |
-
"learning_rate": 1.9105820105820108e-05,
|
128 |
-
"loss": 0.0161,
|
129 |
-
"step": 170
|
130 |
-
},
|
131 |
-
{
|
132 |
-
"epoch": 0.19047619047619047,
|
133 |
-
"grad_norm": 1.3141834735870361,
|
134 |
-
"learning_rate": 1.9052910052910055e-05,
|
135 |
-
"loss": 0.0057,
|
136 |
-
"step": 180
|
137 |
-
},
|
138 |
-
{
|
139 |
-
"epoch": 0.20105820105820105,
|
140 |
-
"grad_norm": 0.17035521566867828,
|
141 |
-
"learning_rate": 1.9e-05,
|
142 |
-
"loss": 0.012,
|
143 |
-
"step": 190
|
144 |
-
},
|
145 |
-
{
|
146 |
-
"epoch": 0.21164021164021163,
|
147 |
-
"grad_norm": 3.853283405303955,
|
148 |
-
"learning_rate": 1.894708994708995e-05,
|
149 |
-
"loss": 0.0148,
|
150 |
-
"step": 200
|
151 |
-
},
|
152 |
-
{
|
153 |
-
"epoch": 0.2222222222222222,
|
154 |
-
"grad_norm": 0.13835227489471436,
|
155 |
-
"learning_rate": 1.8894179894179898e-05,
|
156 |
-
"loss": 0.0139,
|
157 |
-
"step": 210
|
158 |
-
},
|
159 |
-
{
|
160 |
-
"epoch": 0.2328042328042328,
|
161 |
-
"grad_norm": 0.3647116422653198,
|
162 |
-
"learning_rate": 1.8841269841269844e-05,
|
163 |
-
"loss": 0.0117,
|
164 |
-
"step": 220
|
165 |
-
},
|
166 |
-
{
|
167 |
-
"epoch": 0.24338624338624337,
|
168 |
-
"grad_norm": 4.365599632263184,
|
169 |
-
"learning_rate": 1.878835978835979e-05,
|
170 |
-
"loss": 0.0102,
|
171 |
-
"step": 230
|
172 |
-
},
|
173 |
-
{
|
174 |
-
"epoch": 0.25396825396825395,
|
175 |
-
"grad_norm": 0.1187911406159401,
|
176 |
-
"learning_rate": 1.8735449735449737e-05,
|
177 |
-
"loss": 0.0053,
|
178 |
-
"step": 240
|
179 |
-
},
|
180 |
-
{
|
181 |
-
"epoch": 0.26455026455026454,
|
182 |
-
"grad_norm": 5.611083507537842,
|
183 |
-
"learning_rate": 1.8682539682539684e-05,
|
184 |
-
"loss": 0.0052,
|
185 |
-
"step": 250
|
186 |
-
},
|
187 |
-
{
|
188 |
-
"epoch": 0.2751322751322751,
|
189 |
-
"grad_norm": 1.2097302675247192,
|
190 |
-
"learning_rate": 1.862962962962963e-05,
|
191 |
-
"loss": 0.0066,
|
192 |
-
"step": 260
|
193 |
-
},
|
194 |
-
{
|
195 |
-
"epoch": 0.2857142857142857,
|
196 |
-
"grad_norm": 0.08928469568490982,
|
197 |
-
"learning_rate": 1.8576719576719577e-05,
|
198 |
-
"loss": 0.0183,
|
199 |
-
"step": 270
|
200 |
-
},
|
201 |
-
{
|
202 |
-
"epoch": 0.2962962962962963,
|
203 |
-
"grad_norm": 1.7315622568130493,
|
204 |
-
"learning_rate": 1.8523809523809527e-05,
|
205 |
-
"loss": 0.0049,
|
206 |
-
"step": 280
|
207 |
-
},
|
208 |
-
{
|
209 |
-
"epoch": 0.30687830687830686,
|
210 |
-
"grad_norm": 0.10508707910776138,
|
211 |
-
"learning_rate": 1.8470899470899473e-05,
|
212 |
-
"loss": 0.0174,
|
213 |
-
"step": 290
|
214 |
-
},
|
215 |
-
{
|
216 |
-
"epoch": 0.31746031746031744,
|
217 |
-
"grad_norm": 0.08319881558418274,
|
218 |
-
"learning_rate": 1.841798941798942e-05,
|
219 |
-
"loss": 0.0068,
|
220 |
-
"step": 300
|
221 |
-
},
|
222 |
-
{
|
223 |
-
"epoch": 0.328042328042328,
|
224 |
-
"grad_norm": 3.9523701667785645,
|
225 |
-
"learning_rate": 1.8365079365079366e-05,
|
226 |
-
"loss": 0.0545,
|
227 |
-
"step": 310
|
228 |
-
},
|
229 |
-
{
|
230 |
-
"epoch": 0.3386243386243386,
|
231 |
-
"grad_norm": 0.11226499825716019,
|
232 |
-
"learning_rate": 1.8312169312169313e-05,
|
233 |
-
"loss": 0.0066,
|
234 |
-
"step": 320
|
235 |
-
},
|
236 |
-
{
|
237 |
-
"epoch": 0.3492063492063492,
|
238 |
-
"grad_norm": 1.6739437580108643,
|
239 |
-
"learning_rate": 1.825925925925926e-05,
|
240 |
-
"loss": 0.0075,
|
241 |
-
"step": 330
|
242 |
-
},
|
243 |
-
{
|
244 |
-
"epoch": 0.35978835978835977,
|
245 |
-
"grad_norm": 4.503218173980713,
|
246 |
-
"learning_rate": 1.8206349206349206e-05,
|
247 |
-
"loss": 0.0051,
|
248 |
-
"step": 340
|
249 |
-
},
|
250 |
-
{
|
251 |
-
"epoch": 0.37037037037037035,
|
252 |
-
"grad_norm": 0.07483673095703125,
|
253 |
-
"learning_rate": 1.8153439153439152e-05,
|
254 |
-
"loss": 0.0035,
|
255 |
-
"step": 350
|
256 |
-
},
|
257 |
-
{
|
258 |
-
"epoch": 0.38095238095238093,
|
259 |
-
"grad_norm": 0.06276049464941025,
|
260 |
-
"learning_rate": 1.8100529100529102e-05,
|
261 |
-
"loss": 0.0368,
|
262 |
-
"step": 360
|
263 |
-
},
|
264 |
-
{
|
265 |
-
"epoch": 0.3915343915343915,
|
266 |
-
"grad_norm": 3.8753137588500977,
|
267 |
-
"learning_rate": 1.804761904761905e-05,
|
268 |
-
"loss": 0.0103,
|
269 |
-
"step": 370
|
270 |
-
},
|
271 |
-
{
|
272 |
-
"epoch": 0.4021164021164021,
|
273 |
-
"grad_norm": 0.8073577880859375,
|
274 |
-
"learning_rate": 1.7994708994708995e-05,
|
275 |
-
"loss": 0.0112,
|
276 |
-
"step": 380
|
277 |
-
},
|
278 |
-
{
|
279 |
-
"epoch": 0.4126984126984127,
|
280 |
-
"grad_norm": 5.514145374298096,
|
281 |
-
"learning_rate": 1.7941798941798942e-05,
|
282 |
-
"loss": 0.0038,
|
283 |
-
"step": 390
|
284 |
-
},
|
285 |
-
{
|
286 |
-
"epoch": 0.42328042328042326,
|
287 |
-
"grad_norm": 0.3400741517543793,
|
288 |
-
"learning_rate": 1.7888888888888892e-05,
|
289 |
-
"loss": 0.0027,
|
290 |
-
"step": 400
|
291 |
-
},
|
292 |
-
{
|
293 |
-
"epoch": 0.43386243386243384,
|
294 |
-
"grad_norm": 6.407121181488037,
|
295 |
-
"learning_rate": 1.783597883597884e-05,
|
296 |
-
"loss": 0.0061,
|
297 |
-
"step": 410
|
298 |
-
},
|
299 |
-
{
|
300 |
-
"epoch": 0.4444444444444444,
|
301 |
-
"grad_norm": 0.0525721050798893,
|
302 |
-
"learning_rate": 1.7783068783068785e-05,
|
303 |
-
"loss": 0.0031,
|
304 |
-
"step": 420
|
305 |
-
},
|
306 |
-
{
|
307 |
-
"epoch": 0.455026455026455,
|
308 |
-
"grad_norm": 9.535446166992188,
|
309 |
-
"learning_rate": 1.773015873015873e-05,
|
310 |
-
"loss": 0.006,
|
311 |
-
"step": 430
|
312 |
-
},
|
313 |
-
{
|
314 |
-
"epoch": 0.4656084656084656,
|
315 |
-
"grad_norm": 0.08640318363904953,
|
316 |
-
"learning_rate": 1.7677248677248678e-05,
|
317 |
-
"loss": 0.0062,
|
318 |
-
"step": 440
|
319 |
-
},
|
320 |
-
{
|
321 |
-
"epoch": 0.47619047619047616,
|
322 |
-
"grad_norm": 0.06083179637789726,
|
323 |
-
"learning_rate": 1.7624338624338625e-05,
|
324 |
-
"loss": 0.0036,
|
325 |
-
"step": 450
|
326 |
-
},
|
327 |
-
{
|
328 |
-
"epoch": 0.48677248677248675,
|
329 |
-
"grad_norm": 0.0371096171438694,
|
330 |
-
"learning_rate": 1.757142857142857e-05,
|
331 |
-
"loss": 0.0009,
|
332 |
-
"step": 460
|
333 |
-
},
|
334 |
-
{
|
335 |
-
"epoch": 0.4973544973544973,
|
336 |
-
"grad_norm": 0.7781650424003601,
|
337 |
-
"learning_rate": 1.7518518518518518e-05,
|
338 |
-
"loss": 0.0113,
|
339 |
-
"step": 470
|
340 |
-
},
|
341 |
-
{
|
342 |
-
"epoch": 0.5079365079365079,
|
343 |
-
"grad_norm": 0.3946099877357483,
|
344 |
-
"learning_rate": 1.7465608465608468e-05,
|
345 |
-
"loss": 0.004,
|
346 |
-
"step": 480
|
347 |
-
},
|
348 |
-
{
|
349 |
-
"epoch": 0.5185185185185185,
|
350 |
-
"grad_norm": 0.039193294942379,
|
351 |
-
"learning_rate": 1.7412698412698414e-05,
|
352 |
-
"loss": 0.0013,
|
353 |
-
"step": 490
|
354 |
-
},
|
355 |
-
{
|
356 |
-
"epoch": 0.5291005291005291,
|
357 |
-
"grad_norm": 0.037502456456422806,
|
358 |
-
"learning_rate": 1.735978835978836e-05,
|
359 |
-
"loss": 0.003,
|
360 |
-
"step": 500
|
361 |
-
},
|
362 |
-
{
|
363 |
-
"epoch": 0.5396825396825397,
|
364 |
-
"grad_norm": 0.03162345662713051,
|
365 |
-
"learning_rate": 1.7306878306878307e-05,
|
366 |
-
"loss": 0.0011,
|
367 |
-
"step": 510
|
368 |
-
},
|
369 |
-
{
|
370 |
-
"epoch": 0.5502645502645502,
|
371 |
-
"grad_norm": 0.026782995089888573,
|
372 |
-
"learning_rate": 1.7253968253968257e-05,
|
373 |
-
"loss": 0.0006,
|
374 |
-
"step": 520
|
375 |
-
},
|
376 |
-
{
|
377 |
-
"epoch": 0.5608465608465608,
|
378 |
-
"grad_norm": 0.027304725721478462,
|
379 |
-
"learning_rate": 1.7201058201058204e-05,
|
380 |
-
"loss": 0.0024,
|
381 |
-
"step": 530
|
382 |
-
},
|
383 |
-
{
|
384 |
-
"epoch": 0.5714285714285714,
|
385 |
-
"grad_norm": 0.045405562967061996,
|
386 |
-
"learning_rate": 1.714814814814815e-05,
|
387 |
-
"loss": 0.0079,
|
388 |
-
"step": 540
|
389 |
-
},
|
390 |
-
{
|
391 |
-
"epoch": 0.582010582010582,
|
392 |
-
"grad_norm": 0.026607122272253036,
|
393 |
-
"learning_rate": 1.7095238095238097e-05,
|
394 |
-
"loss": 0.0024,
|
395 |
-
"step": 550
|
396 |
-
},
|
397 |
-
{
|
398 |
-
"epoch": 0.5925925925925926,
|
399 |
-
"grad_norm": 0.1648360937833786,
|
400 |
-
"learning_rate": 1.7042328042328043e-05,
|
401 |
-
"loss": 0.0038,
|
402 |
-
"step": 560
|
403 |
-
},
|
404 |
-
{
|
405 |
-
"epoch": 0.6031746031746031,
|
406 |
-
"grad_norm": 0.2880645990371704,
|
407 |
-
"learning_rate": 1.698941798941799e-05,
|
408 |
-
"loss": 0.0069,
|
409 |
-
"step": 570
|
410 |
-
},
|
411 |
-
{
|
412 |
-
"epoch": 0.6137566137566137,
|
413 |
-
"grad_norm": 0.08049669116735458,
|
414 |
-
"learning_rate": 1.6936507936507936e-05,
|
415 |
-
"loss": 0.0091,
|
416 |
-
"step": 580
|
417 |
-
},
|
418 |
-
{
|
419 |
-
"epoch": 0.6243386243386243,
|
420 |
-
"grad_norm": 0.16391621530056,
|
421 |
-
"learning_rate": 1.6883597883597883e-05,
|
422 |
-
"loss": 0.003,
|
423 |
-
"step": 590
|
424 |
-
},
|
425 |
-
{
|
426 |
-
"epoch": 0.6349206349206349,
|
427 |
-
"grad_norm": 0.31218671798706055,
|
428 |
-
"learning_rate": 1.6830687830687833e-05,
|
429 |
-
"loss": 0.0009,
|
430 |
-
"step": 600
|
431 |
-
},
|
432 |
-
{
|
433 |
-
"epoch": 0.6455026455026455,
|
434 |
-
"grad_norm": 0.02184475213289261,
|
435 |
-
"learning_rate": 1.677777777777778e-05,
|
436 |
-
"loss": 0.0133,
|
437 |
-
"step": 610
|
438 |
-
},
|
439 |
-
{
|
440 |
-
"epoch": 0.656084656084656,
|
441 |
-
"grad_norm": 0.025240115821361542,
|
442 |
-
"learning_rate": 1.6724867724867726e-05,
|
443 |
-
"loss": 0.0013,
|
444 |
-
"step": 620
|
445 |
-
},
|
446 |
-
{
|
447 |
-
"epoch": 0.6666666666666666,
|
448 |
-
"grad_norm": 0.021431762725114822,
|
449 |
-
"learning_rate": 1.6671957671957672e-05,
|
450 |
-
"loss": 0.0164,
|
451 |
-
"step": 630
|
452 |
-
},
|
453 |
-
{
|
454 |
-
"epoch": 0.6772486772486772,
|
455 |
-
"grad_norm": 0.3141108751296997,
|
456 |
-
"learning_rate": 1.6619047619047622e-05,
|
457 |
-
"loss": 0.0026,
|
458 |
-
"step": 640
|
459 |
-
},
|
460 |
-
{
|
461 |
-
"epoch": 0.6878306878306878,
|
462 |
-
"grad_norm": 0.021496519446372986,
|
463 |
-
"learning_rate": 1.656613756613757e-05,
|
464 |
-
"loss": 0.0023,
|
465 |
-
"step": 650
|
466 |
-
},
|
467 |
-
{
|
468 |
-
"epoch": 0.6984126984126984,
|
469 |
-
"grad_norm": 0.06723565608263016,
|
470 |
-
"learning_rate": 1.6513227513227515e-05,
|
471 |
-
"loss": 0.0019,
|
472 |
-
"step": 660
|
473 |
-
},
|
474 |
-
{
|
475 |
-
"epoch": 0.708994708994709,
|
476 |
-
"grad_norm": 0.02188393473625183,
|
477 |
-
"learning_rate": 1.6460317460317462e-05,
|
478 |
-
"loss": 0.0036,
|
479 |
-
"step": 670
|
480 |
-
},
|
481 |
-
{
|
482 |
-
"epoch": 0.7195767195767195,
|
483 |
-
"grad_norm": 0.07254693657159805,
|
484 |
-
"learning_rate": 1.640740740740741e-05,
|
485 |
-
"loss": 0.0061,
|
486 |
-
"step": 680
|
487 |
-
},
|
488 |
-
{
|
489 |
-
"epoch": 0.7301587301587301,
|
490 |
-
"grad_norm": 3.8045756816864014,
|
491 |
-
"learning_rate": 1.6354497354497355e-05,
|
492 |
-
"loss": 0.0041,
|
493 |
-
"step": 690
|
494 |
-
},
|
495 |
-
{
|
496 |
-
"epoch": 0.7407407407407407,
|
497 |
-
"grad_norm": 0.019957900047302246,
|
498 |
-
"learning_rate": 1.63015873015873e-05,
|
499 |
-
"loss": 0.0005,
|
500 |
-
"step": 700
|
501 |
-
},
|
502 |
-
{
|
503 |
-
"epoch": 0.7513227513227513,
|
504 |
-
"grad_norm": 0.017905883491039276,
|
505 |
-
"learning_rate": 1.6248677248677248e-05,
|
506 |
-
"loss": 0.0099,
|
507 |
-
"step": 710
|
508 |
-
},
|
509 |
-
{
|
510 |
-
"epoch": 0.7619047619047619,
|
511 |
-
"grad_norm": 0.580219030380249,
|
512 |
-
"learning_rate": 1.6195767195767198e-05,
|
513 |
-
"loss": 0.0033,
|
514 |
-
"step": 720
|
515 |
-
},
|
516 |
-
{
|
517 |
-
"epoch": 0.7724867724867724,
|
518 |
-
"grad_norm": 0.0343511626124382,
|
519 |
-
"learning_rate": 1.6142857142857145e-05,
|
520 |
-
"loss": 0.0057,
|
521 |
-
"step": 730
|
522 |
-
},
|
523 |
-
{
|
524 |
-
"epoch": 0.783068783068783,
|
525 |
-
"grad_norm": 0.6010801196098328,
|
526 |
-
"learning_rate": 1.608994708994709e-05,
|
527 |
-
"loss": 0.0009,
|
528 |
-
"step": 740
|
529 |
-
},
|
530 |
-
{
|
531 |
-
"epoch": 0.7936507936507936,
|
532 |
-
"grad_norm": 0.020727235823869705,
|
533 |
-
"learning_rate": 1.6037037037037038e-05,
|
534 |
-
"loss": 0.0024,
|
535 |
-
"step": 750
|
536 |
-
},
|
537 |
-
{
|
538 |
-
"epoch": 0.8042328042328042,
|
539 |
-
"grad_norm": 5.676093101501465,
|
540 |
-
"learning_rate": 1.5984126984126988e-05,
|
541 |
-
"loss": 0.0052,
|
542 |
-
"step": 760
|
543 |
-
},
|
544 |
-
{
|
545 |
-
"epoch": 0.8148148148148148,
|
546 |
-
"grad_norm": 0.22317780554294586,
|
547 |
-
"learning_rate": 1.5931216931216934e-05,
|
548 |
-
"loss": 0.0063,
|
549 |
-
"step": 770
|
550 |
-
},
|
551 |
-
{
|
552 |
-
"epoch": 0.8253968253968254,
|
553 |
-
"grad_norm": 0.983028769493103,
|
554 |
-
"learning_rate": 1.587830687830688e-05,
|
555 |
-
"loss": 0.0046,
|
556 |
-
"step": 780
|
557 |
-
},
|
558 |
-
{
|
559 |
-
"epoch": 0.8359788359788359,
|
560 |
-
"grad_norm": 0.018990248441696167,
|
561 |
-
"learning_rate": 1.5825396825396827e-05,
|
562 |
-
"loss": 0.0044,
|
563 |
-
"step": 790
|
564 |
-
},
|
565 |
-
{
|
566 |
-
"epoch": 0.8465608465608465,
|
567 |
-
"grad_norm": 6.899256706237793,
|
568 |
-
"learning_rate": 1.5772486772486774e-05,
|
569 |
-
"loss": 0.004,
|
570 |
-
"step": 800
|
571 |
-
},
|
572 |
-
{
|
573 |
-
"epoch": 0.8571428571428571,
|
574 |
-
"grad_norm": 4.200356483459473,
|
575 |
-
"learning_rate": 1.571957671957672e-05,
|
576 |
-
"loss": 0.0046,
|
577 |
-
"step": 810
|
578 |
-
},
|
579 |
-
{
|
580 |
-
"epoch": 0.8677248677248677,
|
581 |
-
"grad_norm": 2.085758686065674,
|
582 |
-
"learning_rate": 1.5666666666666667e-05,
|
583 |
-
"loss": 0.0029,
|
584 |
-
"step": 820
|
585 |
-
},
|
586 |
-
{
|
587 |
-
"epoch": 0.8783068783068783,
|
588 |
-
"grad_norm": 0.07632625102996826,
|
589 |
-
"learning_rate": 1.5613756613756613e-05,
|
590 |
-
"loss": 0.0054,
|
591 |
-
"step": 830
|
592 |
-
},
|
593 |
-
{
|
594 |
-
"epoch": 0.8888888888888888,
|
595 |
-
"grad_norm": 5.698914051055908,
|
596 |
-
"learning_rate": 1.5560846560846563e-05,
|
597 |
-
"loss": 0.0037,
|
598 |
-
"step": 840
|
599 |
-
},
|
600 |
-
{
|
601 |
-
"epoch": 0.8994708994708994,
|
602 |
-
"grad_norm": 0.16661055386066437,
|
603 |
-
"learning_rate": 1.550793650793651e-05,
|
604 |
-
"loss": 0.0033,
|
605 |
-
"step": 850
|
606 |
-
},
|
607 |
-
{
|
608 |
-
"epoch": 0.91005291005291,
|
609 |
-
"grad_norm": 0.061884596943855286,
|
610 |
-
"learning_rate": 1.5455026455026456e-05,
|
611 |
-
"loss": 0.0021,
|
612 |
-
"step": 860
|
613 |
-
},
|
614 |
-
{
|
615 |
-
"epoch": 0.9206349206349206,
|
616 |
-
"grad_norm": 1.1297595500946045,
|
617 |
-
"learning_rate": 1.5402116402116403e-05,
|
618 |
-
"loss": 0.0022,
|
619 |
-
"step": 870
|
620 |
-
},
|
621 |
-
{
|
622 |
-
"epoch": 0.9312169312169312,
|
623 |
-
"grad_norm": 0.3115411698818207,
|
624 |
-
"learning_rate": 1.5349206349206353e-05,
|
625 |
-
"loss": 0.0052,
|
626 |
-
"step": 880
|
627 |
-
},
|
628 |
-
{
|
629 |
-
"epoch": 0.9417989417989417,
|
630 |
-
"grad_norm": 2.6712639331817627,
|
631 |
-
"learning_rate": 1.52962962962963e-05,
|
632 |
-
"loss": 0.0029,
|
633 |
-
"step": 890
|
634 |
-
},
|
635 |
-
{
|
636 |
-
"epoch": 0.9523809523809523,
|
637 |
-
"grad_norm": 0.01280083879828453,
|
638 |
-
"learning_rate": 1.5243386243386244e-05,
|
639 |
-
"loss": 0.0005,
|
640 |
-
"step": 900
|
641 |
-
},
|
642 |
-
{
|
643 |
-
"epoch": 0.9629629629629629,
|
644 |
-
"grad_norm": 5.4594645500183105,
|
645 |
-
"learning_rate": 1.519047619047619e-05,
|
646 |
-
"loss": 0.007,
|
647 |
-
"step": 910
|
648 |
-
},
|
649 |
-
{
|
650 |
-
"epoch": 0.9735449735449735,
|
651 |
-
"grad_norm": 0.01234627328813076,
|
652 |
-
"learning_rate": 1.5137566137566139e-05,
|
653 |
-
"loss": 0.007,
|
654 |
-
"step": 920
|
655 |
-
},
|
656 |
-
{
|
657 |
-
"epoch": 0.9841269841269841,
|
658 |
-
"grad_norm": 0.12818680703639984,
|
659 |
-
"learning_rate": 1.5084656084656086e-05,
|
660 |
-
"loss": 0.0005,
|
661 |
-
"step": 930
|
662 |
-
},
|
663 |
-
{
|
664 |
-
"epoch": 0.9947089947089947,
|
665 |
-
"grad_norm": 0.010110250674188137,
|
666 |
-
"learning_rate": 1.5031746031746032e-05,
|
667 |
-
"loss": 0.0011,
|
668 |
-
"step": 940
|
669 |
-
},
|
670 |
-
{
|
671 |
-
"epoch": 1.0,
|
672 |
-
"eval_loss": 0.03604938089847565,
|
673 |
-
"eval_runtime": 462.3812,
|
674 |
-
"eval_samples_per_second": 0.227,
|
675 |
-
"eval_steps_per_second": 0.115,
|
676 |
-
"step": 945
|
677 |
-
}
|
678 |
-
],
|
679 |
-
"logging_steps": 10,
|
680 |
-
"max_steps": 3780,
|
681 |
-
"num_input_tokens_seen": 0,
|
682 |
-
"num_train_epochs": 4,
|
683 |
-
"save_steps": 500,
|
684 |
-
"stateful_callbacks": {
|
685 |
-
"TrainerControl": {
|
686 |
-
"args": {
|
687 |
-
"should_epoch_stop": false,
|
688 |
-
"should_evaluate": false,
|
689 |
-
"should_log": false,
|
690 |
-
"should_save": true,
|
691 |
-
"should_training_stop": false
|
692 |
-
},
|
693 |
-
"attributes": {}
|
694 |
-
}
|
695 |
-
},
|
696 |
-
"total_flos": 511978462248960.0,
|
697 |
-
"train_batch_size": 1,
|
698 |
-
"trial_name": null,
|
699 |
-
"trial_params": null
|
700 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-945/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cdd04e51ff441e7af31bc2895e6016ad948717ad41900c7e073927935ca11ace
|
3 |
-
size 5368
|
|
|
|
|
|
|
|
checkpoint-945/vocab.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|