jordyvl commited on
Commit
a0fc30a
1 Parent(s): f52c064

Saving best model to hub

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bdpc/resnet101_rvl-cdip",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 23,
10
+ 3
11
+ ],
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 256,
17
+ 512,
18
+ 1024,
19
+ 2048
20
+ ],
21
+ "id2label": {
22
+ "0": "letter",
23
+ "1": "form",
24
+ "2": "email",
25
+ "3": "handwritten",
26
+ "4": "advertisement",
27
+ "5": "scientific_report",
28
+ "6": "scientific_publication",
29
+ "7": "specification",
30
+ "8": "file_folder",
31
+ "9": "news_article",
32
+ "10": "budget",
33
+ "11": "invoice",
34
+ "12": "presentation",
35
+ "13": "questionnaire",
36
+ "14": "resume",
37
+ "15": "memo"
38
+ },
39
+ "label2id": {
40
+ "advertisement": 4,
41
+ "budget": 10,
42
+ "email": 2,
43
+ "file_folder": 8,
44
+ "form": 1,
45
+ "handwritten": 3,
46
+ "invoice": 11,
47
+ "letter": 0,
48
+ "memo": 15,
49
+ "news_article": 9,
50
+ "presentation": 12,
51
+ "questionnaire": 13,
52
+ "resume": 14,
53
+ "scientific_publication": 6,
54
+ "scientific_report": 5,
55
+ "specification": 7
56
+ },
57
+ "layer_type": "bottleneck",
58
+ "model_type": "resnet",
59
+ "num_channels": 3,
60
+ "out_features": [
61
+ "stage4"
62
+ ],
63
+ "out_indices": [
64
+ 4
65
+ ],
66
+ "problem_type": "single_label_classification",
67
+ "stage_names": [
68
+ "stem",
69
+ "stage1",
70
+ "stage2",
71
+ "stage3",
72
+ "stage4"
73
+ ],
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.26.1"
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df3b7ca183def2f331d213c3b19f0729ccb154436b0f35d3a3f6588447a328a7
3
+ size 174994097
test-logits.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f381bb15dbdcc866fc7e2b9d043c95e6032f4d53919de5c32a2ad2b7920885
3
+ size 2342077
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:ea634c88775271fa47e1720dc7bcb43234bf0214b32a7ca2e23e0a7e6709ff51
3
+ size 3771
validation-logits.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96860729a4aa28552530a28e91c333f485e2f5e79e11c0ebcd72df88cfe8440
3
+ size 234202
validation-references.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a9f08c1b41bb91b915623e7ec77f5503aa7047f1da093afe6aef8320f60706
3
+ size 326