sea-animal / config.json
eljapo's picture
Upload 6 files
55110f1
{
"architectures": [
"mobilenetForImageClassification"
],
"downsample_in_first_stage": false,
"id2label": {
"0": "Clams",
"1": "Corals",
"2": "Crabs",
"3": "Dolphin",
"4": "Eel",
"5": "Fish",
"6": "Jelly Fish",
"7": "Lobster",
"8": "Nudibranchs",
"9": "Octopus",
"10": "Otter",
"11": "Penguin",
"12": "Puffers",
"13": "Sea Rays",
"14": "Sea Urchins",
"15": "Seahorse",
"16": "Seal",
"17": "Sharks",
"18": "Shrimp",
"19": "Squid",
"20": "Starfish",
"21": "Turtle_Tortoise",
"22": "Whale"
},
"label2id": {
"Clams": 0,
"Corals": 1,
"Crabs": 2,
"Dolphin": 3,
"Eel": 4,
"Fish": 5,
"Jelly Fish": 6,
"Lobster": 7,
"Nudibranchs": 8,
"Octopus": 9,
"Otter": 10,
"Penguin": 11,
"Puffers": 12,
"Sea Rays": 13,
"Sea Urchins": 14,
"Seahorse": 15,
"Seal": 16,
"Sharks": 17,
"Shrimp": 18,
"Squid": 19,
"Starfish": 20,
"Turtle_Tortoise": 21,
"Whale": 22
},
"model_type": "mobilenet",
"num_channels": 23,
"transformers_version": "4.18.0.dev0"
}