TomasFAV commited on
Commit
f940fe3
·
verified ·
1 Parent(s): e13b256

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VisionEncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "activation_dropout": 0.0,
7
+ "activation_function": "gelu",
8
+ "add_cross_attention": true,
9
+ "add_final_layer_norm": true,
10
+ "attention_dropout": 0.0,
11
+ "classifier_dropout": 0.0,
12
+ "d_model": 1024,
13
+ "decoder_attention_heads": 16,
14
+ "decoder_ffn_dim": 4096,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 4,
17
+ "dropout": 0.1,
18
+ "dtype": "float32",
19
+ "encoder_attention_heads": 16,
20
+ "encoder_ffn_dim": 4096,
21
+ "encoder_layerdrop": 0.0,
22
+ "encoder_layers": 12,
23
+ "init_std": 0.02,
24
+ "is_decoder": true,
25
+ "is_encoder_decoder": false,
26
+ "max_length": 512,
27
+ "max_position_embeddings": 1536,
28
+ "model_type": "mbart",
29
+ "num_hidden_layers": 12,
30
+ "scale_embedding": true,
31
+ "use_cache": true,
32
+ "vocab_size": 57572
33
+ },
34
+ "decoder_start_token_id": 41040,
35
+ "dtype": "float32",
36
+ "encoder": {
37
+ "attention_probs_dropout_prob": 0.0,
38
+ "depths": [
39
+ 2,
40
+ 2,
41
+ 14,
42
+ 2
43
+ ],
44
+ "drop_path_rate": 0.1,
45
+ "dtype": "float32",
46
+ "embed_dim": 128,
47
+ "hidden_act": "gelu",
48
+ "hidden_dropout_prob": 0.0,
49
+ "hidden_size": 1024,
50
+ "image_size": [
51
+ 2338,
52
+ 1654
53
+ ],
54
+ "initializer_range": 0.02,
55
+ "layer_norm_eps": 1e-05,
56
+ "mlp_ratio": 4.0,
57
+ "model_type": "donut-swin",
58
+ "num_channels": 3,
59
+ "num_heads": [
60
+ 4,
61
+ 8,
62
+ 16,
63
+ 32
64
+ ],
65
+ "num_layers": 4,
66
+ "patch_size": 4,
67
+ "path_norm": true,
68
+ "qkv_bias": true,
69
+ "use_absolute_embeddings": false,
70
+ "window_size": 10
71
+ },
72
+ "is_encoder_decoder": true,
73
+ "model_type": "vision-encoder-decoder",
74
+ "pad_token_id": 1,
75
+ "tie_word_embeddings": false,
76
+ "transformers_version": "4.57.3"
77
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 2,
5
+ "forced_eos_token_id": 2,
6
+ "pad_token_id": 1,
7
+ "transformers_version": "4.57.3"
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962b6c079e4b2897a0f2f70e928fc3a6caf1d29ae7ce1db008e4e3da72e53376
3
+ size 809263256
runs/Dec22_20-13-45_786cc2b00bdd/events.out.tfevents.1766434450.786cc2b00bdd.6704.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f95d635ca4f952e085a27361dbf1500f3992a57347a08b158b51e1f3d4d1278
3
+ size 6343
runs/Dec22_20-21-40_786cc2b00bdd/events.out.tfevents.1766434902.786cc2b00bdd.6704.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0deb7ed22f63bdbf87419d28db052cadd6b0742c6fcca8d5d5e74d4acd94ce
3
+ size 6898
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ecb1b7fa27a0fa6fcec26d2f13d44eb9f4d51079334901f8369768c4234d3e
3
+ size 6033