astro-seg / config.json
rayh's picture
Upload config.json with huggingface_hub
c38bc83 verified
{
"task": "image-segmentation",
"framework": "pytorch",
"library_name": "ultralytics",
"model_type": "YOLOv11",
"architectures": [
"YOLOv11"
],
"labels": [
"normal",
"glint"
],
"_class_names": [
"normal",
"glint"
],
"classes": [
"normal",
"glint"
],
"label2id": {
"normal": 0,
"glint": 1
},
"id2label": {
"0": "normal",
"1": "glint"
}
}