Bert-Place-Type / config.json
mekes's picture
Initial Commit
41f1326 verified
raw
history blame contribute delete
No virus
2.59 kB
{
"_name_or_path": "bert-base-uncased",
"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": "Specialty Food Stores",
"1": "Hotels and Inns",
"2": "Schools and Universities",
"3": "Shopping mall",
"4": "Museums and Galleries",
"5": "Restaurants",
"6": "Parks",
"7": "Shops",
"8": "Cafes and Coffee Shops",
"9": "Cultural Institutions",
"10": "Places of Worship",
"11": "Leisure and Amusement",
"12": "Tourist Attractions",
"13": "Medical Services",
"14": "Social Services",
"15": "Food Courts",
"16": "Sports and Fitness",
"17": "Outdoor Activities",
"18": "Training and Development",
"19": "Bars and Pubs",
"20": "Industrial and Commercial",
"21": "Wellness Services",
"22": "Pets Services",
"23": "Public Transit",
"24": "Performing Arts",
"25": "Vehicle Services",
"26": "Other Lodging",
"27": "Professional Services",
"28": "Government Services",
"29": "Religious Services",
"30": "Travel Services"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Bars and Pubs": 19,
"Cafes and Coffee Shops": 8,
"Cultural Institutions": 9,
"Food Courts": 15,
"Government Services": 28,
"Hotels and Inns": 1,
"Industrial and Commercial": 20,
"Leisure and Amusement": 11,
"Medical Services": 13,
"Museums and Galleries": 4,
"Other Lodging": 26,
"Outdoor Activities": 17,
"Parks": 6,
"Performing Arts": 24,
"Pets Services": 22,
"Places of Worship": 10,
"Professional Services": 27,
"Public Transit": 23,
"Religious Services": 29,
"Restaurants": 5,
"Schools and Universities": 2,
"Shopping mall": 3,
"Shops": 7,
"Social Services": 14,
"Specialty Food Stores": 0,
"Sports and Fitness": 16,
"Tourist Attractions": 12,
"Training and Development": 18,
"Travel Services": 30,
"Vehicle Services": 25,
"Wellness Services": 21
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.43.3",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}