delete label map to avoid auto ovveride.
Browse files- config.json +1 -3
config.json
CHANGED
@@ -8,7 +8,5 @@
|
|
8 |
"layer_type": "basic",
|
9 |
"downsample_in_first_stage": false,
|
10 |
"image_size": 224,
|
11 |
-
"num_labels": 11000
|
12 |
-
"id2label": {},
|
13 |
-
"label2id": {}
|
14 |
}
|
|
|
8 |
"layer_type": "basic",
|
9 |
"downsample_in_first_stage": false,
|
10 |
"image_size": 224,
|
11 |
+
"num_labels": 11000
|
|
|
|
|
12 |
}
|