Intent-model / config.json
Youmnaaaa's picture
update intent
68b565f verified
{
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "ambiguous_place",
"1": "ask_location",
"2": "ask_price",
"3": "ask_rating",
"4": "availability_question",
"5": "best_of",
"6": "clarification_response",
"7": "compare_places",
"8": "confirm",
"9": "deny",
"10": "fallback",
"11": "filter_results",
"12": "goodbye",
"13": "greeting",
"14": "housing_search",
"15": "menu_filter",
"16": "nearby_search",
"17": "nearest_cafe",
"18": "nearest_pharmacy",
"19": "nearest_restaurant",
"20": "nearest_supermarket",
"21": "no_result_recovery",
"22": "open_now",
"23": "open_now_extended",
"24": "place_details",
"25": "price_question",
"26": "recommend_place",
"27": "recommendation_by_mood",
"28": "search_by_item",
"29": "show_menu",
"30": "show_more",
"31": "sort_results",
"32": "thanks"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"ambiguous_place": 0,
"ask_location": 1,
"ask_price": 2,
"ask_rating": 3,
"availability_question": 4,
"best_of": 5,
"clarification_response": 6,
"compare_places": 7,
"confirm": 8,
"deny": 9,
"fallback": 10,
"filter_results": 11,
"goodbye": 12,
"greeting": 13,
"housing_search": 14,
"menu_filter": 15,
"nearby_search": 16,
"nearest_cafe": 17,
"nearest_pharmacy": 18,
"nearest_restaurant": 19,
"nearest_supermarket": 20,
"no_result_recovery": 21,
"open_now": 22,
"open_now_extended": 23,
"place_details": 24,
"price_question": 25,
"recommend_place": 26,
"recommendation_by_mood": 27,
"search_by_item": 28,
"show_menu": 29,
"show_more": 30,
"sort_results": 31,
"thanks": 32
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 30000
}