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-small-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": 384,
|
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": 1536,
|
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": 6,
|
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:3984e7c265c568916f6190117d932a823f9d7fb02e5e2cb0d9e890dada018c7e
|
3 |
+
size 93854325
|
test-logits.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7df0105d921b2cb5838d262c22d63a5a28c7bc8200417ace1695af22964ecf9f
|
3 |
+
size 91484
|
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:78f59123c97c09f29b0e771e873cf29394f00273c0c105b474923b20a302464a
|
3 |
+
size 3707
|
validation-logits.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8428455691541d1fc2e7b70ef865c3ac9f8d0ad1fe6773f4aaf58d1cbed356d
|
3 |
+
size 7589
|
validation-references.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6e56e3a7e56baece9f4459b52caaa2e00ebedce4843282a561d7e5ea2aed4cd
|
3 |
+
size 423
|