onnx-base / config.json
m3's picture
chore: add model path
d58f544
raw
history blame contribute delete
215 Bytes
{
"model_type": "onnx-base",
"model_path": "model.onnx",
"architectures": ["ONNXBaseModel"],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
}
}