bert-intent-amazon / config.json
HowMannyMore's picture
amazon_intent_finetune_roberta
deae966 verified
{
"_name_or_path": "bert-base-cased",
"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": "alarm_query",
"1": "alarm_remove",
"2": "alarm_set",
"3": "audio_volume_down",
"4": "audio_volume_mute",
"5": "audio_volume_other",
"6": "audio_volume_up",
"7": "calendar_query",
"8": "calendar_remove",
"9": "calendar_set",
"10": "cooking_query",
"11": "cooking_recipe",
"12": "datetime_convert",
"13": "datetime_query",
"14": "email_addcontact",
"15": "email_query",
"16": "email_querycontact",
"17": "email_sendemail",
"18": "general_greet",
"19": "general_joke",
"20": "general_quirky",
"21": "iot_cleaning",
"22": "iot_coffee",
"23": "iot_hue_lightchange",
"24": "iot_hue_lightdim",
"25": "iot_hue_lightoff",
"26": "iot_hue_lighton",
"27": "iot_hue_lightup",
"28": "iot_wemo_off",
"29": "iot_wemo_on",
"30": "lists_createoradd",
"31": "lists_query",
"32": "lists_remove",
"33": "music_dislikeness",
"34": "music_likeness",
"35": "music_query",
"36": "music_settings",
"37": "news_query",
"38": "play_audiobook",
"39": "play_game",
"40": "play_music",
"41": "play_podcasts",
"42": "play_radio",
"43": "qa_currency",
"44": "qa_definition",
"45": "qa_factoid",
"46": "qa_maths",
"47": "qa_stock",
"48": "recommendation_events",
"49": "recommendation_locations",
"50": "recommendation_movies",
"51": "social_post",
"52": "social_query",
"53": "takeaway_order",
"54": "takeaway_query",
"55": "transport_query",
"56": "transport_taxi",
"57": "transport_ticket",
"58": "transport_traffic",
"59": "weather_query"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"alarm_query": 0,
"alarm_remove": 1,
"alarm_set": 2,
"audio_volume_down": 3,
"audio_volume_mute": 4,
"audio_volume_other": 5,
"audio_volume_up": 6,
"calendar_query": 7,
"calendar_remove": 8,
"calendar_set": 9,
"cooking_query": 10,
"cooking_recipe": 11,
"datetime_convert": 12,
"datetime_query": 13,
"email_addcontact": 14,
"email_query": 15,
"email_querycontact": 16,
"email_sendemail": 17,
"general_greet": 18,
"general_joke": 19,
"general_quirky": 20,
"iot_cleaning": 21,
"iot_coffee": 22,
"iot_hue_lightchange": 23,
"iot_hue_lightdim": 24,
"iot_hue_lightoff": 25,
"iot_hue_lighton": 26,
"iot_hue_lightup": 27,
"iot_wemo_off": 28,
"iot_wemo_on": 29,
"lists_createoradd": 30,
"lists_query": 31,
"lists_remove": 32,
"music_dislikeness": 33,
"music_likeness": 34,
"music_query": 35,
"music_settings": 36,
"news_query": 37,
"play_audiobook": 38,
"play_game": 39,
"play_music": 40,
"play_podcasts": 41,
"play_radio": 42,
"qa_currency": 43,
"qa_definition": 44,
"qa_factoid": 45,
"qa_maths": 46,
"qa_stock": 47,
"recommendation_events": 48,
"recommendation_locations": 49,
"recommendation_movies": 50,
"social_post": 51,
"social_query": 52,
"takeaway_order": 53,
"takeaway_query": 54,
"transport_query": 55,
"transport_taxi": 56,
"transport_ticket": 57,
"transport_traffic": 58,
"weather_query": 59
},
"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.38.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}