File size: 2,439 Bytes
f003ef5
 
 
 
 
 
 
 
 
 
68b565f
f003ef5
 
 
 
68b565f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f003ef5
 
 
 
 
68b565f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f003ef5
 
 
 
 
 
 
 
 
 
 
68b565f
f003ef5
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
{
  "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
}