File size: 1,673 Bytes
6717217
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "base_model_name": "roberta-base",
  "category_id2label": {
    "0": "add",
    "1": "edit",
    "2": "other",
    "3": "remove",
    "4": "search",
    "5": "show"
  },
  "category_label2id": {
    "add": 0,
    "edit": 1,
    "other": 2,
    "remove": 3,
    "search": 4,
    "show": 5
  },
  "intent_id2label": {
    "0": "add_address",
    "1": "add_birthday",
    "2": "add_contact",
    "3": "add_email",
    "4": "add_note",
    "5": "add_note_tag",
    "6": "delete_contact",
    "7": "edit_address",
    "8": "edit_email",
    "9": "edit_note",
    "10": "edit_phone",
    "11": "hello",
    "12": "help",
    "13": "list_all_contacts",
    "14": "list_birthdays",
    "15": "list_note_tags",
    "16": "remove_address",
    "17": "remove_email",
    "18": "remove_note",
    "19": "remove_note_tag",
    "20": "remove_phone",
    "21": "search_contacts",
    "22": "search_notes_by_tag",
    "23": "search_notes_text",
    "24": "show_birthday",
    "25": "show_notes",
    "26": "show_phone"
  },
  "intent_label2id": {
    "add_address": 0,
    "add_birthday": 1,
    "add_contact": 2,
    "add_email": 3,
    "add_note": 4,
    "add_note_tag": 5,
    "delete_contact": 6,
    "edit_address": 7,
    "edit_email": 8,
    "edit_note": 9,
    "edit_phone": 10,
    "hello": 11,
    "help": 12,
    "list_all_contacts": 13,
    "list_birthdays": 14,
    "list_note_tags": 15,
    "remove_address": 16,
    "remove_email": 17,
    "remove_note": 18,
    "remove_note_tag": 19,
    "remove_phone": 20,
    "search_contacts": 21,
    "search_notes_by_tag": 22,
    "search_notes_text": 23,
    "show_birthday": 24,
    "show_notes": 25,
    "show_phone": 26
  }
}