File size: 641 Bytes
8b122c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "sklearn",
  "label2id": {
    "Access": 0,
    "Administrative rights": 1,
    "HR Support": 2,
    "Hardware": 3,
    "Internal Project": 4,
    "Miscellaneous": 5,
    "Purchase": 6,
    "Storage": 7
  },
  "id2label": {
    "0": "Access",
    "1": "Administrative rights",
    "2": "HR Support",
    "3": "Hardware",
    "4": "Internal Project",
    "5": "Miscellaneous",
    "6": "Purchase",
    "7": "Storage"
  },
  "tfidf_params": {
    "max_features": 10000,
    "ngram_range": [
      1,
      2
    ],
    "min_df": 2,
    "max_df": 0.95,
    "C": 1.0,
    "max_iter": 2000
  }
}