HorcruxNo13 commited on
Commit
c2e3b51
1 Parent(s): d350c6c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-base-finetuned-rvlcdip",
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": "letter",
17
+ "1": "form",
18
+ "2": "email",
19
+ "3": "handwritten",
20
+ "4": "advertisement",
21
+ "5": "scientific report",
22
+ "6": "scientific publication",
23
+ "7": "specification",
24
+ "8": "file folder",
25
+ "9": "news article",
26
+ "10": "budget",
27
+ "11": "invoice",
28
+ "12": "presentation",
29
+ "13": "questionnaire",
30
+ "14": "resume",
31
+ "15": "memo"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "advertisement": 4,
38
+ "budget": 10,
39
+ "email": 2,
40
+ "file folder": 8,
41
+ "form": 1,
42
+ "handwritten": 3,
43
+ "invoice": 11,
44
+ "letter": 0,
45
+ "memo": 15,
46
+ "news article": 9,
47
+ "presentation": 12,
48
+ "questionnaire": 13,
49
+ "resume": 14,
50
+ "scientific publication": 6,
51
+ "scientific report": 5,
52
+ "specification": 7
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.32.1",
77
+ "use_absolute_position_embeddings": true,
78
+ "use_auxiliary_head": true,
79
+ "use_mask_token": false,
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,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9effa27bc6717575c12e63498a14c5deb87b27252b3691e4df0c150f66a06bf3
3
+ size 343352477
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a49220c255e7879dea72ed472c535eaa9f8c8e2fc7fc2c05343954ed35d109
3
+ size 4091