Saving best model to hub
Browse files- .gitignore +1 -0
- config.json +48 -0
- pytorch_model.bin +3 -0
- test-logits.npz +3 -0
- test-references.npz +3 -0
- training_args.bin +3 -0
- validation-logits.npz +3 -0
- validation-references.npz +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "WinKawaks/vit-tiny-patch16-224",
|
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": "ADVE",
|
13 |
+
"1": "Email",
|
14 |
+
"2": "Form",
|
15 |
+
"3": "Letter",
|
16 |
+
"4": "Memo",
|
17 |
+
"5": "News",
|
18 |
+
"6": "Note",
|
19 |
+
"7": "Report",
|
20 |
+
"8": "Resume",
|
21 |
+
"9": "Scientific"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 768,
|
26 |
+
"label2id": {
|
27 |
+
"ADVE": 0,
|
28 |
+
"Email": 1,
|
29 |
+
"Form": 2,
|
30 |
+
"Letter": 3,
|
31 |
+
"Memo": 4,
|
32 |
+
"News": 5,
|
33 |
+
"Note": 6,
|
34 |
+
"Report": 7,
|
35 |
+
"Resume": 8,
|
36 |
+
"Scientific": 9
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-12,
|
39 |
+
"model_type": "vit",
|
40 |
+
"num_attention_heads": 3,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"patch_size": 16,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"qkv_bias": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.26.1"
|
48 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b59e77ae6c97aef3ffba399a45abd7d982fd59148ffc9036e4cd6c460c80972f
|
3 |
+
size 22172781
|
test-logits.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2adfc0c0d6e7c7c87010dd57002c9dbeae919e80890dba004ed0cdb6ec7565ae
|
3 |
+
size 91205
|
test-references.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7dac8d81e426d6dd4706d0f3ebdbc1c29d45cbdab1e9a3d08f8d3400e04f5c7
|
3 |
+
size 2128
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5230e8eaa5adb911e74cff4558a6ddd08d1677761e3e63e72a1d993e06f8fd29
|
3 |
+
size 3707
|
validation-logits.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b02db3c3c3483e7791334d47e03b984f0995dd2f8282fd6e8e583115706b3a2
|
3 |
+
size 7574
|
validation-references.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6e56e3a7e56baece9f4459b52caaa2e00ebedce4843282a561d7e5ea2aed4cd
|
3 |
+
size 423
|