Training in progress, step 500
Browse files- config.json +77 -0
- model.safetensors +3 -0
- runs/May30_17-34-37_phi-ThinkPad-T490/events.out.tfevents.1748619277.phi-ThinkPad-T490 +3 -0
- runs/May30_18-19-56_phi-ThinkPad-T490/events.out.tfevents.1748621996.phi-ThinkPad-T490 +3 -0
- runs/May30_18-20-23_phi-ThinkPad-T490/events.out.tfevents.1748622023.phi-ThinkPad-T490 +3 -0
- runs/May30_18-22-10_phi-ThinkPad-T490/events.out.tfevents.1748622131.phi-ThinkPad-T490 +3 -0
- runs/May30_18-22-52_phi-ThinkPad-T490/events.out.tfevents.1748622175.phi-ThinkPad-T490 +3 -0
- runs/May30_18-25-10_phi-ThinkPad-T490/events.out.tfevents.1748622311.phi-ThinkPad-T490 +3 -0
- training_args.bin +3 -0
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": 57525
|
| 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:d43cef7a312dbf96c82d53ed0c32bf9959d253235a45d5449ede24b0b2548093
|
| 3 |
+
size 809070744
|
runs/May30_17-34-37_phi-ThinkPad-T490/events.out.tfevents.1748619277.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6a71084c9d0dad4618667de1b4bf3092bef33964f4c805fa3b8f6f4083d8a1c
|
| 3 |
+
size 6168
|
runs/May30_18-19-56_phi-ThinkPad-T490/events.out.tfevents.1748621996.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aea014a8d70f87dd4bb531d116a00fe0e6f53cbd7cd50dd492059b01dd5a9b19
|
| 3 |
+
size 6168
|
runs/May30_18-20-23_phi-ThinkPad-T490/events.out.tfevents.1748622023.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3187faf55520732211e8f96b2bb69beb309f0fbf4b73e1885fc4d194e2f59d20
|
| 3 |
+
size 6168
|
runs/May30_18-22-10_phi-ThinkPad-T490/events.out.tfevents.1748622131.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f9bc50d5e4f39fcc7abc5ef0db61cac95c3de944a49aa9e7092e381e42647ba
|
| 3 |
+
size 6168
|
runs/May30_18-22-52_phi-ThinkPad-T490/events.out.tfevents.1748622175.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77656b339e84c4910cc149fcbba5c1bab7acacf6b8322cd07fd7be6ae4b2dc0b
|
| 3 |
+
size 6168
|
runs/May30_18-25-10_phi-ThinkPad-T490/events.out.tfevents.1748622311.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca52a9575337ea27a49430eb76736ffe4202042c741e9bade51b81034e5a332f
|
| 3 |
+
size 7008
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5838ffec63ee86579655914addb1770a1ae8800c0395b6d2a1273e7cac26289d
|
| 3 |
+
size 5496
|