File size: 4,479 Bytes
692bc7e |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
{
"_name_or_path": "AutoTrain",
"_num_labels": 66,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Afghan Restaurant",
"1": "American Restaurant",
"2": "Arepa Restaurant",
"3": "Armenian Restaurant",
"4": "Asian Restaurant",
"5": "BBQ Joint",
"6": "Bagel Shop",
"7": "Bakery",
"8": "Breakfast Spot",
"9": "Buffet",
"10": "Burger Joint",
"11": "Caf\u00e9",
"12": "Chaat Place",
"13": "Chinese Restaurant",
"14": "Coffee Shop",
"15": "Comfort Food Restaurant",
"16": "Creperie",
"17": "Dessert Shop",
"18": "Dim Sum Restaurant",
"19": "Diner",
"20": "Donut Shop",
"21": "Egyptian Restaurant",
"22": "English Restaurant",
"23": "Falafel Restaurant",
"24": "Fast Food Restaurant",
"25": "Fish & Chips Shop",
"26": "Food Stand",
"27": "Food Truck",
"28": "French Restaurant",
"29": "Fried Chicken Joint",
"30": "Greek Restaurant",
"31": "Halal Restaurant",
"32": "Health Food Store",
"33": "Hot Dog Joint",
"34": "Indian Restaurant",
"35": "Indonesian Restaurant",
"36": "Iraqi Restaurant",
"37": "Italian Restaurant",
"38": "Japanese Restaurant",
"39": "Juice Bar",
"40": "Kebab Restaurant",
"41": "Lebanese Restaurant",
"42": "Lounge",
"43": "Mediterranean Restaurant",
"44": "Mexican Restaurant",
"45": "Middle Eastern Restaurant",
"46": "Moroccan Restaurant",
"47": "New American Restaurant",
"48": "Noodle House",
"49": "Pakistani Restaurant",
"50": "Persian Restaurant",
"51": "Pizza Place",
"52": "Poke Place",
"53": "Restaurant",
"54": "Salad Place",
"55": "Sandwich Place",
"56": "Seafood Restaurant",
"57": "Shawarma Place",
"58": "Snack Place",
"59": "Steakhouse",
"60": "Sushi Restaurant",
"61": "Taco Place",
"62": "Tea Room",
"63": "Thai Restaurant",
"64": "Turkish Restaurant",
"65": "Wings Joint"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Afghan Restaurant": 0,
"American Restaurant": 1,
"Arepa Restaurant": 2,
"Armenian Restaurant": 3,
"Asian Restaurant": 4,
"BBQ Joint": 5,
"Bagel Shop": 6,
"Bakery": 7,
"Breakfast Spot": 8,
"Buffet": 9,
"Burger Joint": 10,
"Caf\u00e9": 11,
"Chaat Place": 12,
"Chinese Restaurant": 13,
"Coffee Shop": 14,
"Comfort Food Restaurant": 15,
"Creperie": 16,
"Dessert Shop": 17,
"Dim Sum Restaurant": 18,
"Diner": 19,
"Donut Shop": 20,
"Egyptian Restaurant": 21,
"English Restaurant": 22,
"Falafel Restaurant": 23,
"Fast Food Restaurant": 24,
"Fish & Chips Shop": 25,
"Food Stand": 26,
"Food Truck": 27,
"French Restaurant": 28,
"Fried Chicken Joint": 29,
"Greek Restaurant": 30,
"Halal Restaurant": 31,
"Health Food Store": 32,
"Hot Dog Joint": 33,
"Indian Restaurant": 34,
"Indonesian Restaurant": 35,
"Iraqi Restaurant": 36,
"Italian Restaurant": 37,
"Japanese Restaurant": 38,
"Juice Bar": 39,
"Kebab Restaurant": 40,
"Lebanese Restaurant": 41,
"Lounge": 42,
"Mediterranean Restaurant": 43,
"Mexican Restaurant": 44,
"Middle Eastern Restaurant": 45,
"Moroccan Restaurant": 46,
"New American Restaurant": 47,
"Noodle House": 48,
"Pakistani Restaurant": 49,
"Persian Restaurant": 50,
"Pizza Place": 51,
"Poke Place": 52,
"Restaurant": 53,
"Salad Place": 54,
"Sandwich Place": 55,
"Seafood Restaurant": 56,
"Shawarma Place": 57,
"Snack Place": 58,
"Steakhouse": 59,
"Sushi Restaurant": 60,
"Taco Place": 61,
"Tea Room": 62,
"Thai Restaurant": 63,
"Turkish Restaurant": 64,
"Wings Joint": 65
},
"layer_norm_eps": 1e-12,
"max_length": 128,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 0,
"padding": "max_length",
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.20.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32000
}
|