jordyvl commited on
Commit
b0a5d1a
1 Parent(s): ebeb1fe

Saving best model to hub

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +83 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "semantic_loss_ignore_index": 255,
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.26.1",
76
+ "use_absolute_position_embeddings": true,
77
+ "use_auxiliary_head": true,
78
+ "use_mask_token": true,
79
+ "use_mean_pooling": true,
80
+ "use_relative_position_bias": false,
81
+ "use_shared_relative_position_bias": false,
82
+ "vocab_size": 8192
83
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c737fab49be583f9506c0e5985fd612b4ea3bd50709ead7776462f910c7f45
3
+ size 22602873
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2590c1444b0c99dfda519548b9c015371090b3d4d6c6e55e6113c4c657901421
3
+ size 3771