| { | |
| "_name_or_path": "xlm-roberta-base", | |
| "architectures": [ | |
| "XLMRobertaForSequenceClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "bos_token_id": 0, | |
| "classifier_dropout": null, | |
| "eos_token_id": 2, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "alarm_set", | |
| "1": "audio_volume_mute", | |
| "10": "datetime_query", | |
| "11": "datetime_convert", | |
| "12": "takeaway_query", | |
| "13": "alarm_remove", | |
| "14": "alarm_query", | |
| "15": "news_query", | |
| "16": "music_likeness", | |
| "17": "music_query", | |
| "18": "iot_hue_lightup", | |
| "19": "takeaway_order", | |
| "2": "iot_hue_lightchange", | |
| "20": "weather_query", | |
| "21": "music_settings", | |
| "22": "general_joke", | |
| "23": "music_dislikeness", | |
| "24": "audio_volume_other", | |
| "25": "iot_coffee", | |
| "26": "audio_volume_up", | |
| "27": "iot_wemo_on", | |
| "28": "iot_hue_lighton", | |
| "29": "iot_wemo_off", | |
| "3": "iot_hue_lightoff", | |
| "30": "audio_volume_down", | |
| "31": "qa_stock", | |
| "32": "play_radio", | |
| "33": "recommendation_locations", | |
| "34": "qa_factoid", | |
| "35": "calendar_set", | |
| "36": "play_audiobook", | |
| "37": "play_podcasts", | |
| "38": "social_query", | |
| "39": "transport_query", | |
| "4": "iot_hue_lightdim", | |
| "40": "email_sendemail", | |
| "41": "recommendation_movies", | |
| "42": "lists_query", | |
| "43": "play_game", | |
| "44": "transport_ticket", | |
| "45": "recommendation_events", | |
| "46": "email_query", | |
| "47": "transport_traffic", | |
| "48": "cooking_query", | |
| "49": "qa_definition", | |
| "5": "iot_cleaning", | |
| "50": "calendar_remove", | |
| "51": "lists_remove", | |
| "52": "cooking_recipe", | |
| "53": "email_querycontact", | |
| "54": "lists_createoradd", | |
| "55": "transport_taxi", | |
| "56": "qa_maths", | |
| "57": "social_post", | |
| "58": "qa_currency", | |
| "59": "email_addcontact", | |
| "6": "calendar_query", | |
| "7": "play_music", | |
| "8": "general_quirky", | |
| "9": "general_greet" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "alarm_query": "14", | |
| "alarm_remove": "13", | |
| "alarm_set": "0", | |
| "audio_volume_down": "30", | |
| "audio_volume_mute": "1", | |
| "audio_volume_other": "24", | |
| "audio_volume_up": "26", | |
| "calendar_query": "6", | |
| "calendar_remove": "50", | |
| "calendar_set": "35", | |
| "cooking_query": "48", | |
| "cooking_recipe": "52", | |
| "datetime_convert": "11", | |
| "datetime_query": "10", | |
| "email_addcontact": "59", | |
| "email_query": "46", | |
| "email_querycontact": "53", | |
| "email_sendemail": "40", | |
| "general_greet": "9", | |
| "general_joke": "22", | |
| "general_quirky": "8", | |
| "iot_cleaning": "5", | |
| "iot_coffee": "25", | |
| "iot_hue_lightchange": "2", | |
| "iot_hue_lightdim": "4", | |
| "iot_hue_lightoff": "3", | |
| "iot_hue_lighton": "28", | |
| "iot_hue_lightup": "18", | |
| "iot_wemo_off": "29", | |
| "iot_wemo_on": "27", | |
| "lists_createoradd": "54", | |
| "lists_query": "42", | |
| "lists_remove": "51", | |
| "music_dislikeness": "23", | |
| "music_likeness": "16", | |
| "music_query": "17", | |
| "music_settings": "21", | |
| "news_query": "15", | |
| "play_audiobook": "36", | |
| "play_game": "43", | |
| "play_music": "7", | |
| "play_podcasts": "37", | |
| "play_radio": "32", | |
| "qa_currency": "58", | |
| "qa_definition": "49", | |
| "qa_factoid": "34", | |
| "qa_maths": "56", | |
| "qa_stock": "31", | |
| "recommendation_events": "45", | |
| "recommendation_locations": "33", | |
| "recommendation_movies": "41", | |
| "social_post": "57", | |
| "social_query": "38", | |
| "takeaway_order": "19", | |
| "takeaway_query": "12", | |
| "transport_query": "39", | |
| "transport_taxi": "55", | |
| "transport_ticket": "44", | |
| "transport_traffic": "47", | |
| "weather_query": "20" | |
| }, | |
| "layer_norm_eps": 1e-05, | |
| "max_position_embeddings": 514, | |
| "model_type": "xlm-roberta", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "output_past": true, | |
| "pad_token_id": 1, | |
| "position_embedding_type": "absolute", | |
| "problem_type": "single_label_classification", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.41.0", | |
| "type_vocab_size": 1, | |
| "use_cache": true, | |
| "vocab_size": 250002 | |
| } | |