Floriankidev commited on
Commit
b85bf45
1 Parent(s): 4ccfa3f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "advertisement",
21
+ "1": "budget",
22
+ "2": "email",
23
+ "3": "file_folder",
24
+ "4": "form",
25
+ "5": "handwritten",
26
+ "6": "invoice",
27
+ "7": "letter",
28
+ "8": "memo",
29
+ "9": "news_article",
30
+ "10": "presentation",
31
+ "11": "questionnaire",
32
+ "12": "resume",
33
+ "13": "scientific_publication",
34
+ "14": "scientific_report",
35
+ "15": "specification"
36
+ },
37
+ "image_size": 224,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "advertisement": 0,
41
+ "budget": 1,
42
+ "email": 2,
43
+ "file_folder": 3,
44
+ "form": 4,
45
+ "handwritten": 5,
46
+ "invoice": 6,
47
+ "letter": 7,
48
+ "memo": 8,
49
+ "news_article": 9,
50
+ "presentation": 10,
51
+ "questionnaire": 11,
52
+ "resume": 12,
53
+ "scientific_publication": 13,
54
+ "scientific_report": 14,
55
+ "specification": 15
56
+ },
57
+ "layer_norm_eps": 1e-05,
58
+ "mlp_ratio": 4.0,
59
+ "model_type": "swin",
60
+ "num_channels": 3,
61
+ "num_heads": [
62
+ 3,
63
+ 6,
64
+ 12,
65
+ 24
66
+ ],
67
+ "num_layers": 4,
68
+ "out_features": [
69
+ "stage4"
70
+ ],
71
+ "out_indices": [
72
+ 4
73
+ ],
74
+ "patch_size": 4,
75
+ "path_norm": true,
76
+ "problem_type": "single_label_classification",
77
+ "qkv_bias": true,
78
+ "stage_names": [
79
+ "stem",
80
+ "stage1",
81
+ "stage2",
82
+ "stage3",
83
+ "stage4"
84
+ ],
85
+ "torch_dtype": "float32",
86
+ "transformers_version": "4.41.2",
87
+ "use_absolute_embeddings": false,
88
+ "window_size": 7
89
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a745d4e9d8b07f9a56ef28fe7f2e6dd06542605419dd8ec365f5e0c3e28c00
3
+ size 110385904
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.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Jun18_13-33-33_9f3187adc653/events.out.tfevents.1718717695.9f3187adc653.203.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a182ebd228002a1afe55896fe30ae80c5770171c3b395d5c67554ff854c759f9
3
+ size 23103
runs/Jun18_14-17-36_9f3187adc653/events.out.tfevents.1718720257.9f3187adc653.203.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5eed3b154f9830e2a6e2c1824c3d2765ea30b85eb67f542751bae9fc58e0203
3
+ size 12459
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c72117a424e824c112b8cd3cbf05b75bff4bbf7530567321dddfa697d24d3e7
3
+ size 5176