mateoluksenberg
commited on
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/dit-base",
|
3 |
+
"add_fpn": false,
|
4 |
+
"architectures": [
|
5 |
+
"BeitForImageClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"auxiliary_channels": 256,
|
9 |
+
"auxiliary_concat_input": false,
|
10 |
+
"auxiliary_loss_weight": 0.4,
|
11 |
+
"auxiliary_num_convs": 1,
|
12 |
+
"drop_path_rate": 0.1,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0.0,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "CM05",
|
18 |
+
"1": "FACTURA",
|
19 |
+
"2": "advertisement",
|
20 |
+
"3": "handwritten",
|
21 |
+
"4": "scientific_report",
|
22 |
+
"5": "budget",
|
23 |
+
"6": "scientific_publication",
|
24 |
+
"7": "presentation",
|
25 |
+
"8": "file_folder",
|
26 |
+
"9": "memo",
|
27 |
+
"10": "resume",
|
28 |
+
"11": "invoice",
|
29 |
+
"12": "letter",
|
30 |
+
"13": "questionnaire",
|
31 |
+
"14": "form",
|
32 |
+
"15": "news_article"
|
33 |
+
},
|
34 |
+
"image_size": 224,
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 3072,
|
37 |
+
"label2id": {
|
38 |
+
"CM05": 0,
|
39 |
+
"FACTURA": 1,
|
40 |
+
"advertisement": 2,
|
41 |
+
"budget": 5,
|
42 |
+
"file_folder": 8,
|
43 |
+
"form": 14,
|
44 |
+
"handwritten": 3,
|
45 |
+
"invoice": 11,
|
46 |
+
"letter": 12,
|
47 |
+
"memo": 9,
|
48 |
+
"news_article": 15,
|
49 |
+
"presentation": 7,
|
50 |
+
"questionnaire": 13,
|
51 |
+
"resume": 10,
|
52 |
+
"scientific_publication": 6,
|
53 |
+
"scientific_report": 4
|
54 |
+
},
|
55 |
+
"layer_norm_eps": 1e-12,
|
56 |
+
"layer_scale_init_value": 0.1,
|
57 |
+
"model_type": "beit",
|
58 |
+
"num_attention_heads": 12,
|
59 |
+
"num_channels": 3,
|
60 |
+
"num_hidden_layers": 12,
|
61 |
+
"out_features": [
|
62 |
+
"stage3",
|
63 |
+
"stage5",
|
64 |
+
"stage7",
|
65 |
+
"stage11"
|
66 |
+
],
|
67 |
+
"out_indices": [
|
68 |
+
3,
|
69 |
+
5,
|
70 |
+
7,
|
71 |
+
11
|
72 |
+
],
|
73 |
+
"patch_size": 16,
|
74 |
+
"pool_scales": [
|
75 |
+
1,
|
76 |
+
2,
|
77 |
+
3,
|
78 |
+
6
|
79 |
+
],
|
80 |
+
"problem_type": "single_label_classification",
|
81 |
+
"reshape_hidden_states": true,
|
82 |
+
"semantic_loss_ignore_index": 255,
|
83 |
+
"stage_names": [
|
84 |
+
"stem",
|
85 |
+
"stage1",
|
86 |
+
"stage2",
|
87 |
+
"stage3",
|
88 |
+
"stage4",
|
89 |
+
"stage5",
|
90 |
+
"stage6",
|
91 |
+
"stage7",
|
92 |
+
"stage8",
|
93 |
+
"stage9",
|
94 |
+
"stage10",
|
95 |
+
"stage11",
|
96 |
+
"stage12"
|
97 |
+
],
|
98 |
+
"torch_dtype": "float32",
|
99 |
+
"transformers_version": "4.41.2",
|
100 |
+
"use_absolute_position_embeddings": true,
|
101 |
+
"use_auxiliary_head": true,
|
102 |
+
"use_mask_token": true,
|
103 |
+
"use_mean_pooling": true,
|
104 |
+
"use_relative_position_bias": false,
|
105 |
+
"use_shared_relative_position_bias": false,
|
106 |
+
"vocab_size": 8192
|
107 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e24819da9bd221798a18a422423049109e0828f21c9cb04bbc73d181ce9e77b
|
3 |
+
size 343308248
|
preprocessor_config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"segmentation_maps",
|
5 |
+
"do_resize",
|
6 |
+
"size",
|
7 |
+
"resample",
|
8 |
+
"do_center_crop",
|
9 |
+
"crop_size",
|
10 |
+
"do_rescale",
|
11 |
+
"rescale_factor",
|
12 |
+
"do_normalize",
|
13 |
+
"image_mean",
|
14 |
+
"image_std",
|
15 |
+
"do_reduce_labels",
|
16 |
+
"return_tensors",
|
17 |
+
"data_format",
|
18 |
+
"input_data_format"
|
19 |
+
],
|
20 |
+
"crop_size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
},
|
24 |
+
"do_center_crop": false,
|
25 |
+
"do_normalize": true,
|
26 |
+
"do_reduce_labels": false,
|
27 |
+
"do_rescale": true,
|
28 |
+
"do_resize": true,
|
29 |
+
"image_mean": [
|
30 |
+
0.5,
|
31 |
+
0.5,
|
32 |
+
0.5
|
33 |
+
],
|
34 |
+
"image_processor_type": "BeitFeatureExtractor",
|
35 |
+
"image_std": [
|
36 |
+
0.5,
|
37 |
+
0.5,
|
38 |
+
0.5
|
39 |
+
],
|
40 |
+
"resample": 2,
|
41 |
+
"rescale_factor": 0.00392156862745098,
|
42 |
+
"size": {
|
43 |
+
"height": 224,
|
44 |
+
"width": 224
|
45 |
+
}
|
46 |
+
}
|
runs/Jun12_15-07-46_78c7eaddd49d/events.out.tfevents.1718204928.78c7eaddd49d.4551.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d80324b8ee1979a5c1985f67fd70648b18e4884e9954a07d19daac37257b44a6
|
3 |
+
size 7363
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52a2d3447ba97971bd0b97e44514e3c3fcc87c46cae3a38816610790960f8e0
|
3 |
+
size 5112
|