Upload config.json with huggingface_hub
Browse files- config.json +7 -3
config.json
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
{
|
2 |
"task": "image-segmentation",
|
3 |
-
"framework": "
|
4 |
"library_name": "ultralytics",
|
5 |
-
"model_type": "
|
6 |
"architectures": [
|
7 |
-
"
|
|
|
|
|
|
|
|
|
8 |
],
|
9 |
"_class_names": [
|
10 |
"normal",
|
|
|
1 |
{
|
2 |
"task": "image-segmentation",
|
3 |
+
"framework": "pytorch",
|
4 |
"library_name": "ultralytics",
|
5 |
+
"model_type": "YOLOv11",
|
6 |
"architectures": [
|
7 |
+
"YOLOv11"
|
8 |
+
],
|
9 |
+
"labels": [
|
10 |
+
"normal",
|
11 |
+
"glint"
|
12 |
],
|
13 |
"_class_names": [
|
14 |
"normal",
|