primel commited on
Commit
b3d7e29
·
verified ·
1 Parent(s): 6ce8ab2

Upload label_mappings.json

Browse files
Files changed (1) hide show
  1. label_mappings.json +96 -0
label_mappings.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tag2id": {
3
+ "O": 0,
4
+ "B-agreement_number": 1,
5
+ "B-agreement_number_indicator": 2,
6
+ "B-amount": 3,
7
+ "B-date": 4,
8
+ "B-description": 5,
9
+ "B-indicator_amount": 6,
10
+ "B-indicator_date": 7,
11
+ "B-indicator_description": 8,
12
+ "B-indicator_mfo": 9,
13
+ "B-indicator_receiver_hr": 10,
14
+ "B-indicator_receiver_inn": 11,
15
+ "B-indicator_receiver_name": 12,
16
+ "B-indicator_status": 13,
17
+ "B-mfo": 14,
18
+ "B-receiver_hr": 15,
19
+ "B-receiver_inn": 16,
20
+ "B-receiver_name": 17,
21
+ "B-status": 18,
22
+ "I-agreement_number_indicator": 19,
23
+ "I-amount": 20,
24
+ "I-date": 21,
25
+ "I-description": 22,
26
+ "I-indicator_amount": 23,
27
+ "I-indicator_date": 24,
28
+ "I-indicator_description": 25,
29
+ "I-indicator_mfo": 26,
30
+ "I-indicator_receiver_hr": 27,
31
+ "I-indicator_receiver_inn": 28,
32
+ "I-indicator_receiver_name": 29,
33
+ "I-indicator_status": 30,
34
+ "I-receiver_name": 31,
35
+ "I-status": 32
36
+ },
37
+ "id2tag": {
38
+ "0": "O",
39
+ "1": "B-agreement_number",
40
+ "2": "B-agreement_number_indicator",
41
+ "3": "B-amount",
42
+ "4": "B-date",
43
+ "5": "B-description",
44
+ "6": "B-indicator_amount",
45
+ "7": "B-indicator_date",
46
+ "8": "B-indicator_description",
47
+ "9": "B-indicator_mfo",
48
+ "10": "B-indicator_receiver_hr",
49
+ "11": "B-indicator_receiver_inn",
50
+ "12": "B-indicator_receiver_name",
51
+ "13": "B-indicator_status",
52
+ "14": "B-mfo",
53
+ "15": "B-receiver_hr",
54
+ "16": "B-receiver_inn",
55
+ "17": "B-receiver_name",
56
+ "18": "B-status",
57
+ "19": "I-agreement_number_indicator",
58
+ "20": "I-amount",
59
+ "21": "I-date",
60
+ "22": "I-description",
61
+ "23": "I-indicator_amount",
62
+ "24": "I-indicator_date",
63
+ "25": "I-indicator_description",
64
+ "26": "I-indicator_mfo",
65
+ "27": "I-indicator_receiver_hr",
66
+ "28": "I-indicator_receiver_inn",
67
+ "29": "I-indicator_receiver_name",
68
+ "30": "I-indicator_status",
69
+ "31": "I-receiver_name",
70
+ "32": "I-status"
71
+ },
72
+ "intent2id": {
73
+ "create_transaction": 0,
74
+ "list_transaction": 1,
75
+ "partial_entities": 2
76
+ },
77
+ "id2intent": {
78
+ "0": "create_transaction",
79
+ "1": "list_transaction",
80
+ "2": "partial_entities"
81
+ },
82
+ "lang2id": {
83
+ "en": 0,
84
+ "mixed": 1,
85
+ "ru": 2,
86
+ "uz_cyrl": 3,
87
+ "uz_latn": 4
88
+ },
89
+ "id2lang": {
90
+ "0": "en",
91
+ "1": "mixed",
92
+ "2": "ru",
93
+ "3": "uz_cyrl",
94
+ "4": "uz_latn"
95
+ }
96
+ }