Floriankidev commited on
Commit
2355368
1 Parent(s): 0bcfb7c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deit-small-patch16-224",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "advertisement",
13
+ "1": "budget",
14
+ "2": "email",
15
+ "3": "file_folder",
16
+ "4": "form",
17
+ "5": "handwritten",
18
+ "6": "invoice",
19
+ "7": "letter",
20
+ "8": "memo",
21
+ "9": "news_article",
22
+ "10": "presentation",
23
+ "11": "questionnaire",
24
+ "12": "resume",
25
+ "13": "scientific_publication",
26
+ "14": "scientific_report",
27
+ "15": "specification"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 1536,
32
+ "label2id": {
33
+ "advertisement": 0,
34
+ "budget": 1,
35
+ "email": 2,
36
+ "file_folder": 3,
37
+ "form": 4,
38
+ "handwritten": 5,
39
+ "invoice": 6,
40
+ "letter": 7,
41
+ "memo": 8,
42
+ "news_article": 9,
43
+ "presentation": 10,
44
+ "questionnaire": 11,
45
+ "resume": 12,
46
+ "scientific_publication": 13,
47
+ "scientific_report": 14,
48
+ "specification": 15
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "model_type": "vit",
52
+ "num_attention_heads": 6,
53
+ "num_channels": 3,
54
+ "num_hidden_layers": 12,
55
+ "patch_size": 16,
56
+ "problem_type": "single_label_classification",
57
+ "qkv_bias": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.41.2"
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:307f1b63ff3e35bd3be2c46416988bce3eb8861271c4395bfbb61d9212c18688
3
+ size 86710192
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f3c2d98138ec043c3105b86152143e4f49754beda0c429b8b0ce5ad2acbd91
3
+ size 5112