alakachr commited on
Commit
b778e52
·
verified ·
1 Parent(s): b5a64d0

Training in progress, epoch 1

Browse files
Files changed (21) hide show
  1. config.json +192 -0
  2. model.safetensors +3 -0
  3. runs/Aug08_13-56-33_ip-172-31-43-154/events.out.tfevents.1723125396.ip-172-31-43-154.249227.0 +3 -0
  4. runs/Aug08_13-58-12_ip-172-31-43-154/events.out.tfevents.1723125494.ip-172-31-43-154.249663.0 +3 -0
  5. runs/Aug08_14-08-31_ip-172-31-43-154/events.out.tfevents.1723126113.ip-172-31-43-154.250405.0 +3 -0
  6. runs/Aug08_14-09-33_ip-172-31-43-154/events.out.tfevents.1723126175.ip-172-31-43-154.251018.0 +3 -0
  7. runs/Aug08_14-10-38_ip-172-31-43-154/events.out.tfevents.1723126240.ip-172-31-43-154.251499.0 +3 -0
  8. runs/Aug08_14-18-47_ip-172-31-43-154/events.out.tfevents.1723126729.ip-172-31-43-154.252396.0 +3 -0
  9. runs/Aug08_14-19-27_ip-172-31-43-154/events.out.tfevents.1723126770.ip-172-31-43-154.252733.0 +3 -0
  10. runs/Aug08_14-21-01_ip-172-31-43-154/events.out.tfevents.1723126864.ip-172-31-43-154.253086.0 +3 -0
  11. runs/Aug08_14-21-27_ip-172-31-43-154/events.out.tfevents.1723126889.ip-172-31-43-154.253402.0 +3 -0
  12. runs/Aug08_14-28-03_ip-172-31-43-154/events.out.tfevents.1723127285.ip-172-31-43-154.253944.0 +3 -0
  13. runs/Aug08_14-32-16_ip-172-31-43-154/events.out.tfevents.1723127538.ip-172-31-43-154.254465.0 +3 -0
  14. runs/Aug08_14-34-10_ip-172-31-43-154/events.out.tfevents.1723127652.ip-172-31-43-154.254873.0 +3 -0
  15. runs/Aug08_14-34-56_ip-172-31-43-154/events.out.tfevents.1723127699.ip-172-31-43-154.255249.0 +3 -0
  16. runs/Aug08_14-36-29_ip-172-31-43-154/events.out.tfevents.1723127791.ip-172-31-43-154.255590.0 +3 -0
  17. runs/Aug08_14-51-25_ip-172-31-43-154/events.out.tfevents.1723128687.ip-172-31-43-154.256474.0 +3 -0
  18. runs/Aug08_14-55-28_ip-172-31-43-154/events.out.tfevents.1723128930.ip-172-31-43-154.256921.0 +3 -0
  19. runs/Aug08_14-56-32_ip-172-31-43-154/events.out.tfevents.1723128994.ip-172-31-43-154.257254.0 +3 -0
  20. runs/Aug08_14-58-02_ip-172-31-43-154/events.out.tfevents.1723129084.ip-172-31-43-154.257771.0 +3 -0
  21. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "naver-clova-ix/donut-base-finetuned-cord-v2",
3
+ "architectures": [
4
+ "VisionEncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "",
8
+ "activation_dropout": 0.0,
9
+ "activation_function": "gelu",
10
+ "add_cross_attention": true,
11
+ "add_final_layer_norm": true,
12
+ "architectures": null,
13
+ "attention_dropout": 0.0,
14
+ "bad_words_ids": null,
15
+ "begin_suppress_tokens": null,
16
+ "bos_token_id": 0,
17
+ "chunk_size_feed_forward": 0,
18
+ "classifier_dropout": 0.0,
19
+ "cross_attention_hidden_size": null,
20
+ "d_model": 1024,
21
+ "decoder_attention_heads": 16,
22
+ "decoder_ffn_dim": 4096,
23
+ "decoder_layerdrop": 0.0,
24
+ "decoder_layers": 4,
25
+ "decoder_start_token_id": null,
26
+ "diversity_penalty": 0.0,
27
+ "do_sample": false,
28
+ "dropout": 0.1,
29
+ "early_stopping": false,
30
+ "encoder_attention_heads": 16,
31
+ "encoder_ffn_dim": 4096,
32
+ "encoder_layerdrop": 0.0,
33
+ "encoder_layers": 12,
34
+ "encoder_no_repeat_ngram_size": 0,
35
+ "eos_token_id": 2,
36
+ "exponential_decay_length_penalty": null,
37
+ "finetuning_task": null,
38
+ "forced_bos_token_id": null,
39
+ "forced_eos_token_id": 2,
40
+ "id2label": {
41
+ "0": "LABEL_0",
42
+ "1": "LABEL_1"
43
+ },
44
+ "init_std": 0.02,
45
+ "is_decoder": true,
46
+ "is_encoder_decoder": false,
47
+ "label2id": {
48
+ "LABEL_0": 0,
49
+ "LABEL_1": 1
50
+ },
51
+ "length_penalty": 1.0,
52
+ "max_length": 20,
53
+ "max_position_embeddings": 768,
54
+ "min_length": 0,
55
+ "model_type": "mbart",
56
+ "no_repeat_ngram_size": 0,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_hidden_layers": 12,
60
+ "num_return_sequences": 1,
61
+ "output_attentions": false,
62
+ "output_hidden_states": false,
63
+ "output_scores": false,
64
+ "pad_token_id": 1,
65
+ "prefix": null,
66
+ "problem_type": null,
67
+ "pruned_heads": {},
68
+ "remove_invalid_values": false,
69
+ "repetition_penalty": 1.0,
70
+ "return_dict": true,
71
+ "return_dict_in_generate": false,
72
+ "scale_embedding": true,
73
+ "sep_token_id": null,
74
+ "suppress_tokens": null,
75
+ "task_specific_params": null,
76
+ "temperature": 1.0,
77
+ "tf_legacy_loss": false,
78
+ "tie_encoder_decoder": false,
79
+ "tie_word_embeddings": true,
80
+ "tokenizer_class": null,
81
+ "top_k": 50,
82
+ "top_p": 1.0,
83
+ "torch_dtype": null,
84
+ "torchscript": false,
85
+ "typical_p": 1.0,
86
+ "use_bfloat16": false,
87
+ "use_cache": true,
88
+ "vocab_size": 57580
89
+ },
90
+ "decoder_start_token_id": 3,
91
+ "encoder": {
92
+ "_name_or_path": "",
93
+ "add_cross_attention": false,
94
+ "architectures": null,
95
+ "attention_probs_dropout_prob": 0.0,
96
+ "bad_words_ids": null,
97
+ "begin_suppress_tokens": null,
98
+ "bos_token_id": null,
99
+ "chunk_size_feed_forward": 0,
100
+ "cross_attention_hidden_size": null,
101
+ "decoder_start_token_id": null,
102
+ "depths": [
103
+ 2,
104
+ 2,
105
+ 14,
106
+ 2
107
+ ],
108
+ "diversity_penalty": 0.0,
109
+ "do_sample": false,
110
+ "drop_path_rate": 0.1,
111
+ "early_stopping": false,
112
+ "embed_dim": 128,
113
+ "encoder_no_repeat_ngram_size": 0,
114
+ "eos_token_id": null,
115
+ "exponential_decay_length_penalty": null,
116
+ "finetuning_task": null,
117
+ "forced_bos_token_id": null,
118
+ "forced_eos_token_id": null,
119
+ "hidden_act": "gelu",
120
+ "hidden_dropout_prob": 0.0,
121
+ "hidden_size": 1024,
122
+ "id2label": {
123
+ "0": "LABEL_0",
124
+ "1": "LABEL_1"
125
+ },
126
+ "image_size": [
127
+ 1280,
128
+ 960
129
+ ],
130
+ "initializer_range": 0.02,
131
+ "is_decoder": false,
132
+ "is_encoder_decoder": false,
133
+ "label2id": {
134
+ "LABEL_0": 0,
135
+ "LABEL_1": 1
136
+ },
137
+ "layer_norm_eps": 1e-05,
138
+ "length_penalty": 1.0,
139
+ "max_length": 20,
140
+ "min_length": 0,
141
+ "mlp_ratio": 4.0,
142
+ "model_type": "donut-swin",
143
+ "no_repeat_ngram_size": 0,
144
+ "num_beam_groups": 1,
145
+ "num_beams": 1,
146
+ "num_channels": 3,
147
+ "num_heads": [
148
+ 4,
149
+ 8,
150
+ 16,
151
+ 32
152
+ ],
153
+ "num_layers": 4,
154
+ "num_return_sequences": 1,
155
+ "output_attentions": false,
156
+ "output_hidden_states": false,
157
+ "output_scores": false,
158
+ "pad_token_id": null,
159
+ "patch_size": 4,
160
+ "path_norm": true,
161
+ "prefix": null,
162
+ "problem_type": null,
163
+ "pruned_heads": {},
164
+ "qkv_bias": true,
165
+ "remove_invalid_values": false,
166
+ "repetition_penalty": 1.0,
167
+ "return_dict": true,
168
+ "return_dict_in_generate": false,
169
+ "sep_token_id": null,
170
+ "suppress_tokens": null,
171
+ "task_specific_params": null,
172
+ "temperature": 1.0,
173
+ "tf_legacy_loss": false,
174
+ "tie_encoder_decoder": false,
175
+ "tie_word_embeddings": true,
176
+ "tokenizer_class": null,
177
+ "top_k": 50,
178
+ "top_p": 1.0,
179
+ "torch_dtype": null,
180
+ "torchscript": false,
181
+ "typical_p": 1.0,
182
+ "use_absolute_embeddings": false,
183
+ "use_bfloat16": false,
184
+ "window_size": 10
185
+ },
186
+ "is_encoder_decoder": true,
187
+ "model_type": "vision-encoder-decoder",
188
+ "pad_token_id": 1,
189
+ "tie_word_embeddings": false,
190
+ "torch_dtype": "float32",
191
+ "transformers_version": "4.44.0"
192
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0b3478f184d9815267f5a8bba50acd3f1964a0ed019a667cd44af0a1368897
3
+ size 806150296
runs/Aug08_13-56-33_ip-172-31-43-154/events.out.tfevents.1723125396.ip-172-31-43-154.249227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7506b688d438d9ae2d015d40e0a13a4f7666808a41163e8b6041fc5a7d152ff2
3
+ size 9276
runs/Aug08_13-58-12_ip-172-31-43-154/events.out.tfevents.1723125494.ip-172-31-43-154.249663.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c74f9fa43f2d50ff51afdfddb46a3fcfcffff3b7dc69ead1765f854554ec9e
3
+ size 9276
runs/Aug08_14-08-31_ip-172-31-43-154/events.out.tfevents.1723126113.ip-172-31-43-154.250405.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5840087a71feb047537ad7d51cc52ec1a9476454dcffb8a46dc1a83fe5b0d4a
3
+ size 9276
runs/Aug08_14-09-33_ip-172-31-43-154/events.out.tfevents.1723126175.ip-172-31-43-154.251018.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7230a69b013fd1203dba9f8f2a4814ecf03f3248d0a22330261d5883fab6474
3
+ size 9276
runs/Aug08_14-10-38_ip-172-31-43-154/events.out.tfevents.1723126240.ip-172-31-43-154.251499.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45044c090070534dc398153aa4be28c254990657ec0b6aeb9a1a6d92733794df
3
+ size 9276
runs/Aug08_14-18-47_ip-172-31-43-154/events.out.tfevents.1723126729.ip-172-31-43-154.252396.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c82cc180423f5f3242a98de32a8f1b7806220121757ac1b6903e25cbe887f4e
3
+ size 9276
runs/Aug08_14-19-27_ip-172-31-43-154/events.out.tfevents.1723126770.ip-172-31-43-154.252733.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a4dd9dcb822c0fa307a4d8ed79093b06425679ad1bcaba2960fa34cb444447
3
+ size 9276
runs/Aug08_14-21-01_ip-172-31-43-154/events.out.tfevents.1723126864.ip-172-31-43-154.253086.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3191d5219cb9793da29d0bd339ff0dcfa38344abb22063d260690cc17ee1c78
3
+ size 9276
runs/Aug08_14-21-27_ip-172-31-43-154/events.out.tfevents.1723126889.ip-172-31-43-154.253402.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d93317540409d4021838b756189103d8ccdebb67393aa712ca8eb1b1913657
3
+ size 9276
runs/Aug08_14-28-03_ip-172-31-43-154/events.out.tfevents.1723127285.ip-172-31-43-154.253944.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca58017c9f683bd328e552873065494b4c4520bbf414540a05a29df6d49b70c
3
+ size 9276
runs/Aug08_14-32-16_ip-172-31-43-154/events.out.tfevents.1723127538.ip-172-31-43-154.254465.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c884a6cca6ee145d80af9119b1326b86ea194a66f1ee9e90bff13459d2ffb41d
3
+ size 9276
runs/Aug08_14-34-10_ip-172-31-43-154/events.out.tfevents.1723127652.ip-172-31-43-154.254873.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2ccb14797b0f4cf8f12e9d94e026592f85ed18b4a87c27a52fd243eddb87b3d
3
+ size 9276
runs/Aug08_14-34-56_ip-172-31-43-154/events.out.tfevents.1723127699.ip-172-31-43-154.255249.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e13fbbab6896fe2e967dd739e803b85f9036dc3160ef958d2e46ff69d45cb70
3
+ size 9276
runs/Aug08_14-36-29_ip-172-31-43-154/events.out.tfevents.1723127791.ip-172-31-43-154.255590.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d730ab691caedeeb989a8332145745c99f370c68e9e3ee96dad8d20683c1fdb
3
+ size 9276
runs/Aug08_14-51-25_ip-172-31-43-154/events.out.tfevents.1723128687.ip-172-31-43-154.256474.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7a6e2c4808259c5fabacb03acaa9b92d72076976a4871c9439a570121cc708
3
+ size 9276
runs/Aug08_14-55-28_ip-172-31-43-154/events.out.tfevents.1723128930.ip-172-31-43-154.256921.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0cbeaa95f05c1f71dd8b401d23cc50f95498d92a832058184718011e49b8d4
3
+ size 9307
runs/Aug08_14-56-32_ip-172-31-43-154/events.out.tfevents.1723128994.ip-172-31-43-154.257254.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e4a4515574cedc09946c03fcc6646fb3dd6262496e1c3de63b0fe3fec48be0
3
+ size 9328
runs/Aug08_14-58-02_ip-172-31-43-154/events.out.tfevents.1723129084.ip-172-31-43-154.257771.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1f852242e700e32c78f9bf026a354b083a2c9f046c5a7f2d12b0e586fddb67
3
+ size 11223
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9289f36c1662736befad29a3481cd55e14370d7bcb9f4504717a1b69487319
3
+ size 4923