File size: 1,502 Bytes
9a3da9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "tag2id": {
    "B-amount": 0,
    "B-bank_code": 1,
    "B-currency": 2,
    "B-date": 3,
    "B-description": 4,
    "B-end_date": 5,
    "B-receiver_hr": 6,
    "B-receiver_inn": 7,
    "B-receiver_name": 8,
    "B-start_date": 9,
    "I-amount": 10,
    "I-bank_code": 11,
    "I-currency": 12,
    "I-date": 13,
    "I-description": 14,
    "I-end_date": 15,
    "I-receiver_hr": 16,
    "I-receiver_inn": 17,
    "I-receiver_name": 18,
    "I-start_date": 19,
    "O": 20
  },
  "id2tag": {
    "0": "B-amount",
    "1": "B-bank_code",
    "2": "B-currency",
    "3": "B-date",
    "4": "B-description",
    "5": "B-end_date",
    "6": "B-receiver_hr",
    "7": "B-receiver_inn",
    "8": "B-receiver_name",
    "9": "B-start_date",
    "10": "I-amount",
    "11": "I-bank_code",
    "12": "I-currency",
    "13": "I-date",
    "14": "I-description",
    "15": "I-end_date",
    "16": "I-receiver_hr",
    "17": "I-receiver_inn",
    "18": "I-receiver_name",
    "19": "I-start_date",
    "20": "O"
  },
  "intent2id": {
    "create_transaction": 0,
    "help": 1,
    "list_transaction": 2,
    "partial_entities": 3,
    "unknown": 4
  },
  "id2intent": {
    "0": "create_transaction",
    "1": "help",
    "2": "list_transaction",
    "3": "partial_entities",
    "4": "unknown"
  },
  "lang2id": {
    "en": 0,
    "mixed": 1,
    "ru": 2,
    "uz_cyrl": 3,
    "uz_latn": 4
  },
  "id2lang": {
    "0": "en",
    "1": "mixed",
    "2": "ru",
    "3": "uz_cyrl",
    "4": "uz_latn"
  }
}