Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +84 -0
- preprocessor_config.json +29 -0
- pytorch_model.bin +3 -0
- runs/Apr19_14-49-28_c8179cf30e1e/1681915774.9648166/events.out.tfevents.1681915774.c8179cf30e1e.749.1 +3 -0
- runs/Apr19_14-49-28_c8179cf30e1e/events.out.tfevents.1681915774.c8179cf30e1e.749.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/dit-base",
|
3 |
+
"architectures": [
|
4 |
+
"BeitForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_channels": 256,
|
8 |
+
"auxiliary_concat_input": false,
|
9 |
+
"auxiliary_loss_weight": 0.4,
|
10 |
+
"auxiliary_num_convs": 1,
|
11 |
+
"drop_path_rate": 0.1,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_dropout_prob": 0.0,
|
14 |
+
"hidden_size": 768,
|
15 |
+
"id2label": {
|
16 |
+
"0": "specification",
|
17 |
+
"1": "email",
|
18 |
+
"2": "advertisement",
|
19 |
+
"3": "handwritten",
|
20 |
+
"4": "scientific_report",
|
21 |
+
"5": "budget",
|
22 |
+
"6": "scientific_publication",
|
23 |
+
"7": "presentation",
|
24 |
+
"8": "file_folder",
|
25 |
+
"9": "memo",
|
26 |
+
"10": "resume",
|
27 |
+
"11": "invoice",
|
28 |
+
"12": "letter",
|
29 |
+
"13": "questionnaire",
|
30 |
+
"14": "form",
|
31 |
+
"15": "news_article"
|
32 |
+
},
|
33 |
+
"image_size": 224,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"intermediate_size": 3072,
|
36 |
+
"label2id": {
|
37 |
+
"advertisement": 2,
|
38 |
+
"budget": 5,
|
39 |
+
"email": 1,
|
40 |
+
"file_folder": 8,
|
41 |
+
"form": 14,
|
42 |
+
"handwritten": 3,
|
43 |
+
"invoice": 11,
|
44 |
+
"letter": 12,
|
45 |
+
"memo": 9,
|
46 |
+
"news_article": 15,
|
47 |
+
"presentation": 7,
|
48 |
+
"questionnaire": 13,
|
49 |
+
"resume": 10,
|
50 |
+
"scientific_publication": 6,
|
51 |
+
"scientific_report": 4,
|
52 |
+
"specification": 0
|
53 |
+
},
|
54 |
+
"layer_norm_eps": 1e-12,
|
55 |
+
"layer_scale_init_value": 0.1,
|
56 |
+
"model_type": "beit",
|
57 |
+
"num_attention_heads": 12,
|
58 |
+
"num_channels": 3,
|
59 |
+
"num_hidden_layers": 12,
|
60 |
+
"out_indices": [
|
61 |
+
3,
|
62 |
+
5,
|
63 |
+
7,
|
64 |
+
11
|
65 |
+
],
|
66 |
+
"patch_size": 16,
|
67 |
+
"pool_scales": [
|
68 |
+
1,
|
69 |
+
2,
|
70 |
+
3,
|
71 |
+
6
|
72 |
+
],
|
73 |
+
"problem_type": "single_label_classification",
|
74 |
+
"semantic_loss_ignore_index": 255,
|
75 |
+
"torch_dtype": "float32",
|
76 |
+
"transformers_version": "4.28.1",
|
77 |
+
"use_absolute_position_embeddings": true,
|
78 |
+
"use_auxiliary_head": true,
|
79 |
+
"use_mask_token": true,
|
80 |
+
"use_mean_pooling": true,
|
81 |
+
"use_relative_position_bias": false,
|
82 |
+
"use_shared_relative_position_bias": false,
|
83 |
+
"vocab_size": 8192
|
84 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_reduce_labels": false,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
12 |
+
"image_mean": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"image_processor_type": "BeitFeatureExtractor",
|
18 |
+
"image_std": [
|
19 |
+
0.5,
|
20 |
+
0.5,
|
21 |
+
0.5
|
22 |
+
],
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"height": 224,
|
27 |
+
"width": 224
|
28 |
+
}
|
29 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdbd71e5e7c903db1d93cf182fbfeb9181eaafafbef813380704a6ce7b2f1338
|
3 |
+
size 343355937
|
runs/Apr19_14-49-28_c8179cf30e1e/1681915774.9648166/events.out.tfevents.1681915774.c8179cf30e1e.749.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d87d3ce713044bd5cd76c3ead70b6075902a42ad44057ee1b0f0b53d01f18e0c
|
3 |
+
size 5942
|
runs/Apr19_14-49-28_c8179cf30e1e/events.out.tfevents.1681915774.c8179cf30e1e.749.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10adaf7dcde6070015c66ef907b323691b60cef5573d07f42d22c12734c0c40a
|
3 |
+
size 6679
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5709be80a3c24a5b727cdcd4f5197b2cc8a6b0ac1c1d6e931db0155bee37b772
|
3 |
+
size 3643
|