File size: 6,646 Bytes
4ec2b7e |
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 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
{
"_name_or_path": "xlm-roberta-base",
"architectures": [
"XLMRobertaForTokenClassification"
],
"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": "O",
"1": "B-time",
"10": "I-artist_name",
"100": "I-definition_word",
"101": "B-email_folder",
"102": "I-currency_name",
"103": "B-game_type",
"104": "I-personal_info",
"105": "B-email_address",
"106": "I-email_address",
"107": "I-transport_type",
"11": "B-media_type",
"12": "B-place_name",
"13": "B-time_zone",
"14": "I-time_zone",
"15": "B-order_type",
"16": "B-food_type",
"17": "B-news_topic",
"18": "B-song_name",
"19": "B-music_genre",
"2": "I-time",
"20": "B-device_type",
"21": "I-device_type",
"22": "B-meal_type",
"23": "B-business_name",
"24": "B-general_frequency",
"25": "I-general_frequency",
"26": "B-weather_descriptor",
"27": "I-date",
"28": "I-media_type",
"29": "B-player_setting",
"3": "B-date",
"30": "B-joke_type",
"31": "I-song_name",
"32": "B-timeofday",
"33": "B-event_name",
"34": "I-news_topic",
"35": "I-business_name",
"36": "I-place_name",
"37": "B-business_type",
"38": "I-order_type",
"39": "B-playlist_name",
"4": "B-color_type",
"40": "I-playlist_name",
"41": "B-music_descriptor",
"42": "I-music_descriptor",
"43": "I-house_place",
"44": "I-timeofday",
"45": "B-person",
"46": "I-person",
"47": "I-weather_descriptor",
"48": "I-player_setting",
"49": "B-alarm_type",
"5": "I-color_type",
"50": "I-alarm_type",
"51": "B-app_name",
"52": "B-coffee_type",
"53": "I-food_type",
"54": "I-music_genre",
"55": "I-joke_type",
"56": "I-coffee_type",
"57": "I-business_type",
"58": "I-event_name",
"59": "B-relation",
"6": "B-house_place",
"60": "B-movie_name",
"61": "I-movie_name",
"62": "B-drink_type",
"63": "I-drink_type",
"64": "B-transport_type",
"65": "B-music_album",
"66": "I-music_album",
"67": "I-app_name",
"68": "I-relation",
"69": "B-personal_info",
"7": "B-change_amount",
"70": "B-list_name",
"71": "I-list_name",
"72": "B-sport_type",
"73": "I-sport_type",
"74": "B-radio_name",
"75": "I-radio_name",
"76": "B-podcast_name",
"77": "B-audiobook_name",
"78": "I-audiobook_name",
"79": "B-audiobook_author",
"8": "I-change_amount",
"80": "I-audiobook_author",
"81": "B-cooking_type",
"82": "B-ingredient",
"83": "I-ingredient",
"84": "I-meal_type",
"85": "B-game_name",
"86": "I-game_name",
"87": "B-podcast_descriptor",
"88": "I-podcast_descriptor",
"89": "I-podcast_name",
"9": "B-artist_name",
"90": "B-movie_type",
"91": "I-movie_type",
"92": "B-transport_agency",
"93": "B-transport_descriptor",
"94": "B-transport_name",
"95": "I-transport_descriptor",
"96": "I-transport_name",
"97": "I-transport_agency",
"98": "B-currency_name",
"99": "B-definition_word"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-alarm_type": "49",
"B-app_name": "51",
"B-artist_name": "9",
"B-audiobook_author": "79",
"B-audiobook_name": "77",
"B-business_name": "23",
"B-business_type": "37",
"B-change_amount": "7",
"B-coffee_type": "52",
"B-color_type": "4",
"B-cooking_type": "81",
"B-currency_name": "98",
"B-date": "3",
"B-definition_word": "99",
"B-device_type": "20",
"B-drink_type": "62",
"B-email_address": "105",
"B-email_folder": "101",
"B-event_name": "33",
"B-food_type": "16",
"B-game_name": "85",
"B-game_type": "103",
"B-general_frequency": "24",
"B-house_place": "6",
"B-ingredient": "82",
"B-joke_type": "30",
"B-list_name": "70",
"B-meal_type": "22",
"B-media_type": "11",
"B-movie_name": "60",
"B-movie_type": "90",
"B-music_album": "65",
"B-music_descriptor": "41",
"B-music_genre": "19",
"B-news_topic": "17",
"B-order_type": "15",
"B-person": "45",
"B-personal_info": "69",
"B-place_name": "12",
"B-player_setting": "29",
"B-playlist_name": "39",
"B-podcast_descriptor": "87",
"B-podcast_name": "76",
"B-radio_name": "74",
"B-relation": "59",
"B-song_name": "18",
"B-sport_type": "72",
"B-time": "1",
"B-time_zone": "13",
"B-timeofday": "32",
"B-transport_agency": "92",
"B-transport_descriptor": "93",
"B-transport_name": "94",
"B-transport_type": "64",
"B-weather_descriptor": "26",
"I-alarm_type": "50",
"I-app_name": "67",
"I-artist_name": "10",
"I-audiobook_author": "80",
"I-audiobook_name": "78",
"I-business_name": "35",
"I-business_type": "57",
"I-change_amount": "8",
"I-coffee_type": "56",
"I-color_type": "5",
"I-currency_name": "102",
"I-date": "27",
"I-definition_word": "100",
"I-device_type": "21",
"I-drink_type": "63",
"I-email_address": "106",
"I-event_name": "58",
"I-food_type": "53",
"I-game_name": "86",
"I-general_frequency": "25",
"I-house_place": "43",
"I-ingredient": "83",
"I-joke_type": "55",
"I-list_name": "71",
"I-meal_type": "84",
"I-media_type": "28",
"I-movie_name": "61",
"I-movie_type": "91",
"I-music_album": "66",
"I-music_descriptor": "42",
"I-music_genre": "54",
"I-news_topic": "34",
"I-order_type": "38",
"I-person": "46",
"I-personal_info": "104",
"I-place_name": "36",
"I-player_setting": "48",
"I-playlist_name": "40",
"I-podcast_descriptor": "88",
"I-podcast_name": "89",
"I-radio_name": "75",
"I-relation": "68",
"I-song_name": "31",
"I-sport_type": "73",
"I-time": "2",
"I-time_zone": "14",
"I-timeofday": "44",
"I-transport_agency": "97",
"I-transport_descriptor": "95",
"I-transport_name": "96",
"I-transport_type": "107",
"I-weather_descriptor": "47",
"O": "0"
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.22.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}
|