Upload config.json with huggingface_hub
Browse files- config.json +1 -37
config.json
CHANGED
|
@@ -1,37 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"id2label": {
|
| 3 |
-
"0": "Bean",
|
| 4 |
-
"1": "Bitter_Gourd",
|
| 5 |
-
"2": "Bottle_Gourd",
|
| 6 |
-
"3": "Brinjal",
|
| 7 |
-
"4": "Broccoli",
|
| 8 |
-
"5": "Cabbage",
|
| 9 |
-
"6": "Capsicum",
|
| 10 |
-
"7": "Carrot",
|
| 11 |
-
"8": "Cauliflower",
|
| 12 |
-
"9": "Cucumber",
|
| 13 |
-
"10": "Papaya",
|
| 14 |
-
"11": "Potato",
|
| 15 |
-
"12": "Pumpkin",
|
| 16 |
-
"13": "Radish",
|
| 17 |
-
"14": "Tomato"
|
| 18 |
-
},
|
| 19 |
-
"label2id": {
|
| 20 |
-
"Bean": 0,
|
| 21 |
-
"Bitter_Gourd": 1,
|
| 22 |
-
"Bottle_Gourd": 2,
|
| 23 |
-
"Brinjal": 3,
|
| 24 |
-
"Broccoli": 4,
|
| 25 |
-
"Cabbage": 5,
|
| 26 |
-
"Capsicum": 6,
|
| 27 |
-
"Carrot": 7,
|
| 28 |
-
"Cauliflower": 8,
|
| 29 |
-
"Cucumber": 9,
|
| 30 |
-
"Papaya": 10,
|
| 31 |
-
"Potato": 11,
|
| 32 |
-
"Pumpkin": 12,
|
| 33 |
-
"Radish": 13,
|
| 34 |
-
"Tomato": 14
|
| 35 |
-
},
|
| 36 |
-
"model_type": "cnn"
|
| 37 |
-
}
|
|
|
|
| 1 |
+
{"id2label": {"0": "Bean", "1": "Bitter_Gourd", "2": "Bottle_Gourd", "3": "Brinjal", "4": "Broccoli", "5": "Cabbage", "6": "Capsicum", "7": "Carrot", "8": "Cauliflower", "9": "Cucumber", "10": "Papaya", "11": "Potato", "12": "Pumpkin", "13": "Radish", "14": "Tomato"}, "label2id": {"Bean": 0, "Bitter_Gourd": 1, "Bottle_Gourd": 2, "Brinjal": 3, "Broccoli": 4, "Cabbage": 5, "Capsicum": 6, "Carrot": 7, "Cauliflower": 8, "Cucumber": 9, "Papaya": 10, "Potato": 11, "Pumpkin": 12, "Radish": 13, "Tomato": 14}, "model_type": "cnn"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|