Commit
·
5e6edce
1
Parent(s):
5935607
:tada: init
Browse files- config.json +42 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 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": "0-2",
|
| 12 |
+
"1": "3-9",
|
| 13 |
+
"2": "10-19",
|
| 14 |
+
"3": "20-29",
|
| 15 |
+
"4": "30-39",
|
| 16 |
+
"5": "40-49",
|
| 17 |
+
"6": "50-59",
|
| 18 |
+
"7": "60-69",
|
| 19 |
+
"8": "more than 70"
|
| 20 |
+
},
|
| 21 |
+
"image_size": 224,
|
| 22 |
+
"initializer_range": 0.02,
|
| 23 |
+
"intermediate_size": 3072,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"0-2": 0,
|
| 26 |
+
"3-9": 1,
|
| 27 |
+
"10-19": 2,
|
| 28 |
+
"20-29": 3,
|
| 29 |
+
"30-39": 4,
|
| 30 |
+
"40-49": 5,
|
| 31 |
+
"50-59": 6,
|
| 32 |
+
"60-69": 7,
|
| 33 |
+
"more than 70": 8
|
| 34 |
+
},
|
| 35 |
+
"layer_norm_eps": 1e-12,
|
| 36 |
+
"model_type": "vit",
|
| 37 |
+
"num_attention_heads": 12,
|
| 38 |
+
"num_channels": 3,
|
| 39 |
+
"num_hidden_layers": 12,
|
| 40 |
+
"patch_size": 16,
|
| 41 |
+
"transformers_version": "4.5.0.dev0"
|
| 42 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dc2e2d6b7c0e131f581c46658bafc5e773abe584477a7e2679787f51dbdefa6
|
| 3 |
+
size 343303671
|