TomasFAV commited on
Commit
bb1310e
·
verified ·
1 Parent(s): 26b13da

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VisionEncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "",
7
+ "activation_dropout": 0.0,
8
+ "activation_function": "gelu",
9
+ "add_cross_attention": true,
10
+ "add_final_layer_norm": true,
11
+ "architectures": null,
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 0,
14
+ "chunk_size_feed_forward": 0,
15
+ "classifier_dropout": 0.0,
16
+ "cross_attention_hidden_size": null,
17
+ "d_model": 1024,
18
+ "decoder_attention_heads": 16,
19
+ "decoder_ffn_dim": 4096,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 4,
22
+ "decoder_start_token_id": null,
23
+ "dropout": 0.1,
24
+ "dtype": "float32",
25
+ "encoder_attention_heads": 16,
26
+ "encoder_ffn_dim": 4096,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 12,
29
+ "eos_token_id": 2,
30
+ "finetuning_task": null,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1"
34
+ },
35
+ "init_std": 0.02,
36
+ "is_decoder": true,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "max_position_embeddings": 1536,
43
+ "model_type": "mbart",
44
+ "num_hidden_layers": 12,
45
+ "output_attentions": false,
46
+ "output_hidden_states": false,
47
+ "pad_token_id": 1,
48
+ "prefix": null,
49
+ "problem_type": null,
50
+ "pruned_heads": {},
51
+ "return_dict": true,
52
+ "scale_embedding": true,
53
+ "sep_token_id": null,
54
+ "task_specific_params": null,
55
+ "tf_legacy_loss": false,
56
+ "tie_encoder_decoder": false,
57
+ "tie_word_embeddings": true,
58
+ "tokenizer_class": null,
59
+ "torchscript": false,
60
+ "use_bfloat16": false,
61
+ "use_cache": true,
62
+ "vocab_size": 57600
63
+ },
64
+ "decoder_start_token_id": 57525,
65
+ "dtype": "float32",
66
+ "encoder": {
67
+ "_name_or_path": "",
68
+ "add_cross_attention": false,
69
+ "architectures": null,
70
+ "attention_probs_dropout_prob": 0.0,
71
+ "bos_token_id": null,
72
+ "chunk_size_feed_forward": 0,
73
+ "cross_attention_hidden_size": null,
74
+ "decoder_start_token_id": null,
75
+ "depths": [
76
+ 2,
77
+ 2,
78
+ 14,
79
+ 2
80
+ ],
81
+ "drop_path_rate": 0.1,
82
+ "dtype": "float32",
83
+ "embed_dim": 128,
84
+ "eos_token_id": null,
85
+ "finetuning_task": null,
86
+ "hidden_act": "gelu",
87
+ "hidden_dropout_prob": 0.0,
88
+ "hidden_size": 1024,
89
+ "id2label": {
90
+ "0": "LABEL_0",
91
+ "1": "LABEL_1"
92
+ },
93
+ "image_size": [
94
+ 2560,
95
+ 1920
96
+ ],
97
+ "initializer_range": 0.02,
98
+ "is_decoder": false,
99
+ "is_encoder_decoder": false,
100
+ "label2id": {
101
+ "LABEL_0": 0,
102
+ "LABEL_1": 1
103
+ },
104
+ "layer_norm_eps": 1e-05,
105
+ "mlp_ratio": 4.0,
106
+ "model_type": "donut-swin",
107
+ "num_channels": 3,
108
+ "num_heads": [
109
+ 4,
110
+ 8,
111
+ 16,
112
+ 32
113
+ ],
114
+ "num_layers": 4,
115
+ "output_attentions": false,
116
+ "output_hidden_states": false,
117
+ "pad_token_id": null,
118
+ "patch_size": 4,
119
+ "path_norm": true,
120
+ "prefix": null,
121
+ "problem_type": null,
122
+ "pruned_heads": {},
123
+ "qkv_bias": true,
124
+ "return_dict": true,
125
+ "sep_token_id": null,
126
+ "task_specific_params": null,
127
+ "tf_legacy_loss": false,
128
+ "tie_encoder_decoder": false,
129
+ "tie_word_embeddings": true,
130
+ "tokenizer_class": null,
131
+ "torchscript": false,
132
+ "use_absolute_embeddings": false,
133
+ "use_bfloat16": false,
134
+ "window_size": 10
135
+ },
136
+ "is_encoder_decoder": true,
137
+ "model_type": "vision-encoder-decoder",
138
+ "pad_token_id": 1,
139
+ "tie_word_embeddings": false,
140
+ "transformers_version": "5.0.0.dev0",
141
+ "use_cache": false
142
+ }
generation_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "diversity_penalty": 0.0,
5
+ "do_sample": false,
6
+ "early_stopping": false,
7
+ "encoder_no_repeat_ngram_size": 0,
8
+ "eos_token_id": 2,
9
+ "forced_eos_token_id": 2,
10
+ "length_penalty": 1.0,
11
+ "max_length": 20,
12
+ "min_length": 0,
13
+ "no_repeat_ngram_size": 0,
14
+ "num_beam_groups": 1,
15
+ "num_beams": 1,
16
+ "num_return_sequences": 1,
17
+ "output_attentions": false,
18
+ "output_hidden_states": false,
19
+ "output_scores": false,
20
+ "pad_token_id": 1,
21
+ "remove_invalid_values": false,
22
+ "repetition_penalty": 1.0,
23
+ "return_dict_in_generate": false,
24
+ "temperature": 1.0,
25
+ "top_k": 50,
26
+ "top_p": 1.0,
27
+ "transformers_version": "5.0.0.dev0",
28
+ "typical_p": 1.0,
29
+ "use_cache": true
30
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a784de21b0d039180afee4a42100172e401be820bef50e222c3d7424c4ad64ad
3
+ size 809377944
runs/Jan23_20-56-32_5edf36cc8f19/events.out.tfevents.1769201792.5edf36cc8f19.3794.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e9bd831ca3d6ae582e33196f3124b73e346f078352034915a30f78b748fa49
3
+ size 4184
runs/Jan23_20-57-33_5edf36cc8f19/events.out.tfevents.1769201853.5edf36cc8f19.7525.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef24f2d1ab05fb428c6fbf4797206ed271b29d2db5fa64d1602bbac330360fff
3
+ size 20359
runs/Jan23_21-10-49_5edf36cc8f19/events.out.tfevents.1769202649.5edf36cc8f19.10436.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea14957ce7806ba81e4075ca116dc128f3fb0add0701633eb2a9b6502369406d
3
+ size 20145
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d2ca7077efaf710d03be37a335cd44c87dc965c0b7fd9f6a62dd4de6ddcf8c
3
+ size 5329