mhassanch commited on
Commit
b106916
·
verified ·
1 Parent(s): 7b96881

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
  "3": "LABEL_3"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 512,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2,
25
- "LABEL_3": 3
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,