Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -11,18 +11,18 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 128,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
"3": "LABEL_3"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 512,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
},
|
27 |
"layer_norm_eps": 1e-12,
|
28 |
"max_position_embeddings": 512,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 128,
|
13 |
"id2label": {
|
14 |
+
"0": "object-detection:geobase/WALDO30_yolov8m_640x640",
|
15 |
+
"1": "zero-shot-object-detection:onnx-community/grounding-dino-tiny-ONNX",
|
16 |
+
"2": "zero-shot-object-detection:Xenova/owlvit-base-patch32",
|
17 |
"3": "LABEL_3"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 512,
|
21 |
"label2id": {
|
22 |
+
"object-detection:geobase/WALDO30_yolov8m_640x640": 0,
|
23 |
+
"zero-shot-object-detection:onnx-community/grounding-dino-tiny-ONNX": 1,
|
24 |
+
"zero-shot-object-detection:Xenova/owlvit-base-patch32": 2,
|
25 |
+
"mask-generation:Xenova/slimsam-77-uniform": 3
|
26 |
},
|
27 |
"layer_norm_eps": 1e-12,
|
28 |
"max_position_embeddings": 512,
|