vikp commited on
Commit
3432264
·
verified ·
1 Parent(s): ecf30e8

Training in progress, step 250

Browse files
Files changed (3) hide show
  1. config.json +256 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "OCREncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_attn_implementation_autoset": true,
7
+ "_name_or_path": "",
8
+ "add_cross_attention": false,
9
+ "architectures": null,
10
+ "attention_bias": false,
11
+ "attention_dropout": 0.0,
12
+ "attention_window_size": 16,
13
+ "aux_heads": 0,
14
+ "bad_words_ids": null,
15
+ "begin_suppress_tokens": null,
16
+ "block_types": [
17
+ "attention"
18
+ ],
19
+ "bos_token_id": 1,
20
+ "causal": true,
21
+ "chunk_size_feed_forward": 0,
22
+ "conv1d_width": 4,
23
+ "cross_attention_hidden_size": null,
24
+ "cross_attn_layers": [
25
+ 0,
26
+ 1,
27
+ 2,
28
+ 3,
29
+ 4,
30
+ 5,
31
+ 6,
32
+ 7,
33
+ 8,
34
+ 9
35
+ ],
36
+ "decoder_start_token_id": null,
37
+ "diversity_penalty": 0.0,
38
+ "do_sample": false,
39
+ "dropout": 0.1,
40
+ "early_stopping": false,
41
+ "encoder_cross_attn_layers": [
42
+ 0,
43
+ 1,
44
+ 2,
45
+ 3,
46
+ 4,
47
+ 5,
48
+ 6,
49
+ 7,
50
+ 8,
51
+ 9
52
+ ],
53
+ "encoder_hidden_size": 1024,
54
+ "encoder_no_repeat_ngram_size": 0,
55
+ "eos_token_id": 1,
56
+ "exponential_decay_length_penalty": null,
57
+ "final_w_init_variance_scale": 0.3333333333333333,
58
+ "finetuning_task": null,
59
+ "forced_bos_token_id": null,
60
+ "forced_eos_token_id": null,
61
+ "global_attn_layers": [
62
+ 0,
63
+ 1,
64
+ 2,
65
+ 3,
66
+ 4,
67
+ 5,
68
+ 6,
69
+ 7,
70
+ 8,
71
+ 9
72
+ ],
73
+ "head_dim": 64,
74
+ "hidden_activation": "gelu_pytorch_tanh",
75
+ "hidden_size": 512,
76
+ "id2label": {
77
+ "0": "LABEL_0",
78
+ "1": "LABEL_1"
79
+ },
80
+ "init_std": 0.02,
81
+ "intermediate_size": 2048,
82
+ "is_decoder": false,
83
+ "is_encoder_decoder": false,
84
+ "label2id": {
85
+ "LABEL_0": 0,
86
+ "LABEL_1": 1
87
+ },
88
+ "layer_norm_eps": 1e-05,
89
+ "length_penalty": 1.0,
90
+ "logits_soft_cap": 30.0,
91
+ "lru_width": 512,
92
+ "max_length": 20,
93
+ "min_length": 0,
94
+ "model_type": "recurrent_gemma",
95
+ "no_repeat_ngram_size": 0,
96
+ "num_attention_heads": 8,
97
+ "num_beam_groups": 1,
98
+ "num_beams": 1,
99
+ "num_hidden_layers": 6,
100
+ "num_key_value_heads": 4,
101
+ "num_return_sequences": 1,
102
+ "output_attentions": false,
103
+ "output_hidden_states": false,
104
+ "output_scores": false,
105
+ "pad_token_id": 0,
106
+ "prefix": null,
107
+ "problem_type": null,
108
+ "pruned_heads": {},
109
+ "remove_invalid_values": false,
110
+ "repetition_penalty": 1.0,
111
+ "return_dict": true,
112
+ "return_dict_in_generate": false,
113
+ "rms_norm_eps": 1e-06,
114
+ "rope_theta": 10000.0,
115
+ "self_attn_layers": [
116
+ 0,
117
+ 1,
118
+ 2,
119
+ 3,
120
+ 4,
121
+ 5,
122
+ 6,
123
+ 7,
124
+ 8,
125
+ 9
126
+ ],
127
+ "sep_token_id": null,
128
+ "suppress_tokens": null,
129
+ "task_specific_params": null,
130
+ "temperature": 1.0,
131
+ "tf_legacy_loss": false,
132
+ "tie_encoder_decoder": false,
133
+ "tie_word_embeddings": false,
134
+ "tokenizer_class": null,
135
+ "top_k": 50,
136
+ "top_p": 1.0,
137
+ "torch_dtype": null,
138
+ "torchscript": false,
139
+ "typical_p": 1.0,
140
+ "use_bfloat16": false,
141
+ "use_cache": true,
142
+ "vocab_size": 68549,
143
+ "w_init_variance_scale": 0.01
144
+ },
145
+ "decoder_end_token_id": 1,
146
+ "decoder_start_token_id": 1,
147
+ "encoder": {
148
+ "_attn_implementation_autoset": false,
149
+ "_name_or_path": "",
150
+ "add_cross_attention": false,
151
+ "architectures": null,
152
+ "attention_probs_dropout_prob": 0.0,
153
+ "bad_words_ids": null,
154
+ "begin_suppress_tokens": null,
155
+ "bos_token_id": null,
156
+ "chunk_size_feed_forward": 0,
157
+ "cross_attention_hidden_size": null,
158
+ "decoder_start_token_id": null,
159
+ "depths": [
160
+ 2,
161
+ 2,
162
+ 12,
163
+ 2
164
+ ],
165
+ "diversity_penalty": 0.0,
166
+ "do_sample": false,
167
+ "drop_path_rate": 0.1,
168
+ "early_stopping": false,
169
+ "embed_dim": 128,
170
+ "encoder_length": 1024,
171
+ "encoder_no_repeat_ngram_size": 0,
172
+ "eos_token_id": null,
173
+ "exponential_decay_length_penalty": null,
174
+ "finetuning_task": null,
175
+ "forced_bos_token_id": null,
176
+ "forced_eos_token_id": null,
177
+ "hidden_act": "gelu",
178
+ "hidden_dropout_prob": 0.0,
179
+ "hidden_size": 1024,
180
+ "id2label": {
181
+ "0": "LABEL_0",
182
+ "1": "LABEL_1"
183
+ },
184
+ "image_size": [
185
+ 480,
186
+ 480
187
+ ],
188
+ "initializer_range": 0.02,
189
+ "is_decoder": false,
190
+ "is_encoder_decoder": false,
191
+ "label2id": {
192
+ "LABEL_0": 0,
193
+ "LABEL_1": 1
194
+ },
195
+ "layer_norm_eps": 1e-05,
196
+ "length_penalty": 1.0,
197
+ "max_length": 20,
198
+ "min_length": 0,
199
+ "mlp_ratio": 4.0,
200
+ "model_type": "donut-swin",
201
+ "no_repeat_ngram_size": 0,
202
+ "num_beam_groups": 1,
203
+ "num_beams": 1,
204
+ "num_channels": 3,
205
+ "num_heads": [
206
+ 4,
207
+ 8,
208
+ 16,
209
+ 32
210
+ ],
211
+ "num_kv_heads": [
212
+ 4,
213
+ 8,
214
+ 16,
215
+ 32
216
+ ],
217
+ "num_layers": 4,
218
+ "num_return_sequences": 1,
219
+ "output_attentions": false,
220
+ "output_hidden_states": false,
221
+ "output_scores": false,
222
+ "pad_token_id": null,
223
+ "patch_size": 4,
224
+ "prefix": null,
225
+ "problem_type": null,
226
+ "pruned_heads": {},
227
+ "qkv_bias": true,
228
+ "remove_invalid_values": false,
229
+ "repetition_penalty": 1.0,
230
+ "return_dict": true,
231
+ "return_dict_in_generate": false,
232
+ "sep_token_id": null,
233
+ "suppress_tokens": null,
234
+ "task_specific_params": null,
235
+ "temperature": 1.0,
236
+ "tf_legacy_loss": false,
237
+ "tie_encoder_decoder": false,
238
+ "tie_word_embeddings": true,
239
+ "tokenizer_class": null,
240
+ "top_k": 50,
241
+ "top_p": 1.0,
242
+ "torch_dtype": null,
243
+ "torchscript": false,
244
+ "typical_p": 1.0,
245
+ "use_absolute_embeddings": false,
246
+ "use_bfloat16": false,
247
+ "window_size": 8
248
+ },
249
+ "eos_token_id": 1,
250
+ "is_encoder_decoder": true,
251
+ "model_type": "vision-encoder-decoder",
252
+ "pad_token_id": 0,
253
+ "tie_word_embeddings": false,
254
+ "torch_dtype": "float32",
255
+ "transformers_version": "4.46.3"
256
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce717a8d403dfa2e82e65861df37149c4f103a27dba06cb10f36994acb369dc
3
+ size 683901280
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2692d256d45a16403b5c15924c7f1f7b81409a9a88fafb6bc6f3d3fa66751fed
3
+ size 5304