add model
Browse files- config.json +30 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./vit-base/checkpoint-6000",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "original",
|
12 |
+
"1": "upside_down"
|
13 |
+
},
|
14 |
+
"image_size": 224,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 3072,
|
17 |
+
"label2id": {
|
18 |
+
"original": 0,
|
19 |
+
"upside_down": 1
|
20 |
+
},
|
21 |
+
"layer_norm_eps": 1e-12,
|
22 |
+
"model_type": "vit",
|
23 |
+
"num_attention_heads": 12,
|
24 |
+
"num_channels": 3,
|
25 |
+
"num_hidden_layers": 12,
|
26 |
+
"patch_size": 16,
|
27 |
+
"qkv_bias": true,
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.16.2"
|
30 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12e0d18114e2083b31f6397badc2bf3e105f8c8cbbfa71c33003426b222a5118
|
3 |
+
size 343277041
|