aspends commited on
Commit
30837d5
1 Parent(s): 47944ec

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -10
config.json CHANGED
@@ -8,19 +8,9 @@
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",
26
  "num_attention_heads": 12,
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
 
 
 
 
11
  "image_size": 224,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "model_type": "vit",
16
  "num_attention_heads": 12,