aspends commited on
Commit
47944ec
1 Parent(s): 6fd4d7f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -8,16 +8,18 @@
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
- "id2label": {
12
  "0": "cat",
13
  "1": "horse",
14
  },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
- "label2id": {
19
  "cat": 0,
20
  "horse": 1,
 
 
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "model_type": "vit",
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
+ "id2label": {
12
  "0": "cat",
13
  "1": "horse",
14
  },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
+ "label2id": {
19
  "cat": 0,
20
  "horse": 1,
21
+ "train": 2,
22
+ "zebra": 3
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "model_type": "vit",