jordyvl commited on
Commit
4eca63a
1 Parent(s): 8754dda

Saving best model to hub

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": 192,
11
+ "id2label": {
12
+ "0": "letter",
13
+ "1": "form",
14
+ "2": "email",
15
+ "3": "handwritten",
16
+ "4": "advertisement",
17
+ "5": "scientific_report",
18
+ "6": "scientific_publication",
19
+ "7": "specification",
20
+ "8": "file_folder",
21
+ "9": "news_article",
22
+ "10": "budget",
23
+ "11": "invoice",
24
+ "12": "presentation",
25
+ "13": "questionnaire",
26
+ "14": "resume",
27
+ "15": "memo"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 768,
32
+ "label2id": {
33
+ "advertisement": 4,
34
+ "budget": 10,
35
+ "email": 2,
36
+ "file_folder": 8,
37
+ "form": 1,
38
+ "handwritten": 3,
39
+ "invoice": 11,
40
+ "letter": 0,
41
+ "memo": 15,
42
+ "news_article": 9,
43
+ "presentation": 12,
44
+ "questionnaire": 13,
45
+ "resume": 14,
46
+ "scientific_publication": 6,
47
+ "scientific_report": 5,
48
+ "specification": 7
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "model_type": "vit",
52
+ "num_attention_heads": 3,
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.26.1"
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8dc3b834fab2faea6137b08d8bac5557b54eb17705dada7271cf545e996fda0
3
+ size 22177453
test-logits.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ae0030c43abf3b6bed52d4ba5ffc6f40e5a0235501bb23a3e7de49aff6809a
3
+ size 2371643
test-references.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:244e1321983c3778b0de70a89febbac616d143d8346b649b0a0be7c9c995effd
3
+ size 34462
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72b470dfc48682e232e67ac8b1cb850dfa8d14276ec2ca63cffbb77ef234a139
3
+ size 3771
validation-logits.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4039ea05eda875389fc8f39e48ed6bdbd98da9da6a4bcd0d8b349bfba4800be3
3
+ size 237049
validation-references.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a9f08c1b41bb91b915623e7ec77f5503aa7047f1da093afe6aef8320f60706
3
+ size 326