File size: 596 Bytes
96ad777
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "model_type": "resnet50", 
  "num_labels": 11,      
  "id2label": {
    "0": "apple_pie",
    "1": "cheesecake",
    "2": "chicken_curry",
    "3": "french_fries",
    "4": "fried_rice",
    "5": "hamburger",
    "6": "hot_dog",
    "7": "ice_cream",
    "8": "omelette",
    "9": "pizza",
    "10": "sushi"
  },
  "label2id": {
    "apple_pie": 0,
    "cheesecake": 1,    
    "chicken_curry": 2,    
    "french_fries": 3,    
    "fried_rice": 4,    
    "hamburger": 5,    
    "hot_dog": 6,    
    "ice_cream": 7,    
    "omelette": 8,    
    "pizza": 9,    
    "sushi": 10   
  }
}