File size: 3,560 Bytes
8ea9467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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": "date",
    "10": "coffee_type",
    "11": "time",
    "12": "music_album",
    "13": "radio_name",
    "14": "game_type",
    "15": "business_name",
    "16": "relation",
    "17": "time_zone",
    "18": "sport_type",
    "19": "audiobook_name",
    "2": "meal_type",
    "20": "movie_name",
    "21": "podcast_descriptor",
    "22": "media_type",
    "23": "playlist_name",
    "24": "device_type",
    "25": "podcast_name",
    "26": "music_genre",
    "27": "person",
    "28": "place_name",
    "29": "house_place",
    "3": "alarm_type",
    "30": "definition_word",
    "31": "timeofday",
    "32": "food_type",
    "33": "player_setting",
    "34": "email_folder",
    "35": "transport_type",
    "36": "event_name",
    "37": "transport_agency",
    "38": "transport_name",
    "39": "cooking_type",
    "4": "song_name",
    "40": "personal_info",
    "41": "business_type",
    "42": "general_frequency",
    "43": "app_name",
    "44": "color_type",
    "45": "music_descriptor",
    "46": "order_type",
    "47": "weather_descriptor",
    "48": "drink_type",
    "49": "ingredient",
    "5": "audiobook_author",
    "50": "email_address",
    "51": "movie_type",
    "52": "game_name",
    "53": "joke_type",
    "54": "change_amount",
    "55": "transport_descriptor",
    "6": "news_topic",
    "7": "list_name",
    "8": "currency_name",
    "9": "artist_name"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "O": "0",
    "alarm_type": "3",
    "app_name": "43",
    "artist_name": "9",
    "audiobook_author": "5",
    "audiobook_name": "19",
    "business_name": "15",
    "business_type": "41",
    "change_amount": "54",
    "coffee_type": "10",
    "color_type": "44",
    "cooking_type": "39",
    "currency_name": "8",
    "date": "1",
    "definition_word": "30",
    "device_type": "24",
    "drink_type": "48",
    "email_address": "50",
    "email_folder": "34",
    "event_name": "36",
    "food_type": "32",
    "game_name": "52",
    "game_type": "14",
    "general_frequency": "42",
    "house_place": "29",
    "ingredient": "49",
    "joke_type": "53",
    "list_name": "7",
    "meal_type": "2",
    "media_type": "22",
    "movie_name": "20",
    "movie_type": "51",
    "music_album": "12",
    "music_descriptor": "45",
    "music_genre": "26",
    "news_topic": "6",
    "order_type": "46",
    "person": "27",
    "personal_info": "40",
    "place_name": "28",
    "player_setting": "33",
    "playlist_name": "23",
    "podcast_descriptor": "21",
    "podcast_name": "25",
    "radio_name": "13",
    "relation": "16",
    "song_name": "4",
    "sport_type": "18",
    "time": "11",
    "time_zone": "17",
    "timeofday": "31",
    "transport_agency": "37",
    "transport_descriptor": "55",
    "transport_name": "38",
    "transport_type": "35",
    "weather_descriptor": "47"
  },
  "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.41.0",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}