fauzansalim commited on
Commit
00d9f88
·
verified ·
1 Parent(s): 4f69c19

Training in progress, epoch 1

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
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
20
+ "encoder_layerdrop": 0.0,
21
+ "encoder_layers": 12,
22
+ "init_std": 0.02,
23
+ "is_decoder": true,
24
+ "is_encoder_decoder": false,
25
+ "max_length": 512,
26
+ "max_position_embeddings": 1536,
27
+ "model_type": "mbart",
28
+ "num_hidden_layers": 12,
29
+ "scale_embedding": true,
30
+ "torch_dtype": "float32",
31
+ "use_cache": true,
32
+ "vocab_size": 57533
33
+ },
34
+ "decoder_start_token_id": 0,
35
+ "encoder": {
36
+ "attention_probs_dropout_prob": 0.0,
37
+ "depths": [
38
+ 2,
39
+ 2,
40
+ 14,
41
+ 2
42
+ ],
43
+ "drop_path_rate": 0.1,
44
+ "embed_dim": 128,
45
+ "hidden_act": "gelu",
46
+ "hidden_dropout_prob": 0.0,
47
+ "hidden_size": 1024,
48
+ "image_size": [
49
+ 960,
50
+ 720
51
+ ],
52
+ "initializer_range": 0.02,
53
+ "layer_norm_eps": 1e-05,
54
+ "mlp_ratio": 4.0,
55
+ "model_type": "donut-swin",
56
+ "num_channels": 3,
57
+ "num_heads": [
58
+ 4,
59
+ 8,
60
+ 16,
61
+ 32
62
+ ],
63
+ "num_layers": 4,
64
+ "patch_size": 4,
65
+ "path_norm": true,
66
+ "qkv_bias": true,
67
+ "torch_dtype": "float32",
68
+ "use_absolute_embeddings": false,
69
+ "window_size": 10
70
+ },
71
+ "is_encoder_decoder": true,
72
+ "model_type": "vision-encoder-decoder",
73
+ "pad_token_id": 1,
74
+ "tie_word_embeddings": false,
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.52.3"
77
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179ad9dedf57dd9be31290efe71be22a6ca5408f68324a766b72bb450cd33d03
3
+ size 809103512
runs/Jun04_06-55-53_f7e249c2f0aa/events.out.tfevents.1749020158.f7e249c2f0aa.2809.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f482afca8c849869df9bd1ecb2ee296f4e4765a6a31983f7113184df296bbbd2
3
+ size 6605
runs/Jun04_07-23-05_f7e249c2f0aa/events.out.tfevents.1749021786.f7e249c2f0aa.10571.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67424ec3067aa8b5672ca897e40f83b0da7033e2004151c274aa8550babccaef
3
+ size 6394
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2f871f1acd12cde1ca4d34dd648999833a8ff5280f7ca509ff78bcab1fd823
3
+ size 5496