File size: 518 Bytes
6bf1928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "label2id": {
    "complaint": 0,
    "answer": 1,
    "motion": 2,
    "brief": 3,
    "order": 4,
    "opinion": 5,
    "notice": 6,
    "subpoena": 7,
    "affidavit": 8,
    "demand_letter": 9,
    "bar_complaint": 10,
    "other": 11
  },
  "id2label": {
    "0": "complaint",
    "1": "answer",
    "2": "motion",
    "3": "brief",
    "4": "order",
    "5": "opinion",
    "6": "notice",
    "7": "subpoena",
    "8": "affidavit",
    "9": "demand_letter",
    "10": "bar_complaint",
    "11": "other"
  }
}