jordyvl commited on
Commit
1bb07e6
1 Parent(s): 46117af

Saving best model to hub

Browse files
.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": 192,
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": 768,
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": 3,
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.0.dev0",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72cca6f637fc1e621ed626ba0163738954fbec98e7e4046124f29a3e57fcd30
3
+ size 22189719
runs/Jul10_11-48-49_jordy-OMEN/1688982534.6493502/events.out.tfevents.1688982534.jordy-OMEN.37636.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d151487b61ff1c1fb8c1b2d2628678e2abd71e7a2252dad8a5e3cdda390f6d6d
3
+ size 6033
runs/Jul10_11-48-49_jordy-OMEN/events.out.tfevents.1688982534.jordy-OMEN.37636.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7909200c52bdc3832baa2040bafe727da3c1b7aeac36e1c2f63ee9ae0f4ae048
3
+ size 21392
runs/Jul10_11-48-49_jordy-OMEN/events.out.tfevents.1688983488.jordy-OMEN.37636.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c37d98959f6157f3fe1e06d00bfa22e2eaa819f685e67fad21bc84965d91784
3
+ size 663
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd618e9b6dddb9dea403c98674c52f01de8a0ed3c346cd3a0ef86ab45b27b57
3
+ size 3887