jonbarlow commited on
Commit
d87c930
1 Parent(s): 0d97bc9

Upload DistilBertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +72 -72
config.json CHANGED
@@ -9,81 +9,81 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13",
26
- "14": "LABEL_14",
27
- "15": "LABEL_15",
28
- "16": "LABEL_16",
29
- "17": "LABEL_17",
30
- "18": "LABEL_18",
31
- "19": "LABEL_19",
32
- "20": "LABEL_20",
33
- "21": "LABEL_21",
34
- "22": "LABEL_22",
35
- "23": "LABEL_23",
36
- "24": "LABEL_24",
37
- "25": "LABEL_25",
38
- "26": "LABEL_26",
39
- "27": "LABEL_27",
40
- "28": "LABEL_28",
41
- "29": "LABEL_29",
42
- "30": "LABEL_30",
43
- "31": "LABEL_31",
44
- "32": "LABEL_32",
45
- "33": "LABEL_33",
46
- "34": "LABEL_34",
47
- "35": "LABEL_35"
48
  },
49
  "initializer_range": 0.02,
50
  "label2id": {
51
- "LABEL_0": 0,
52
- "LABEL_1": 1,
53
- "LABEL_10": 10,
54
- "LABEL_11": 11,
55
- "LABEL_12": 12,
56
- "LABEL_13": 13,
57
- "LABEL_14": 14,
58
- "LABEL_15": 15,
59
- "LABEL_16": 16,
60
- "LABEL_17": 17,
61
- "LABEL_18": 18,
62
- "LABEL_19": 19,
63
- "LABEL_2": 2,
64
- "LABEL_20": 20,
65
- "LABEL_21": 21,
66
- "LABEL_22": 22,
67
- "LABEL_23": 23,
68
- "LABEL_24": 24,
69
- "LABEL_25": 25,
70
- "LABEL_26": 26,
71
- "LABEL_27": 27,
72
- "LABEL_28": 28,
73
- "LABEL_29": 29,
74
- "LABEL_3": 3,
75
- "LABEL_30": 30,
76
- "LABEL_31": 31,
77
- "LABEL_32": 32,
78
- "LABEL_33": 33,
79
- "LABEL_34": 34,
80
- "LABEL_35": 35,
81
- "LABEL_4": 4,
82
- "LABEL_5": 5,
83
- "LABEL_6": 6,
84
- "LABEL_7": 7,
85
- "LABEL_8": 8,
86
- "LABEL_9": 9
87
  },
88
  "max_position_embeddings": 512,
89
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Accident Reports",
13
+ "1": "Arrest Records",
14
+ "2": "Calls for Service",
15
+ "3": "Car GPS",
16
+ "4": "Citations",
17
+ "5": "Dispatch Logs",
18
+ "6": "Dispatch Recordings",
19
+ "7": "Field Contacts",
20
+ "8": "Incident Reports",
21
+ "9": "Misc Police Activity",
22
+ "10": "Officer Involved Shooting",
23
+ "11": "Stops",
24
+ "12": "Surveys",
25
+ "13": "Use of Force Reports",
26
+ "14": "Vehicle Pursuits",
27
+ "15": "Complaints & Misconduct",
28
+ "16": "Daily Activity Logs",
29
+ "17": "Training & Hiring Info",
30
+ "18": "Personnel Records",
31
+ "19": "Annual & Monthly Reports",
32
+ "20": "Budgets & Finances",
33
+ "21": "Contact Info & Agency Meta",
34
+ "22": "Geographic",
35
+ "23": "List of Data Sources",
36
+ "24": "Policies & Contracts",
37
+ "25": "Crime Maps & Reports",
38
+ "26": "Crime Statistics",
39
+ "27": "Media Bulletins",
40
+ "28": "Records Request Info",
41
+ "29": "Resources",
42
+ "30": "Sex Offender Registry",
43
+ "31": "Wanted Persons",
44
+ "32": "Booking Reports",
45
+ "33": "Court Cases",
46
+ "34": "Incarceration Records",
47
+ "35": "Poor Data Source"
48
  },
49
  "initializer_range": 0.02,
50
  "label2id": {
51
+ "Accident Reports": 0,
52
+ "Annual & Monthly Reports": 19,
53
+ "Arrest Records": 1,
54
+ "Booking Reports": 32,
55
+ "Budgets & Finances": 20,
56
+ "Calls for Service": 2,
57
+ "Car GPS": 3,
58
+ "Citations": 4,
59
+ "Complaints & Misconduct": 15,
60
+ "Contact Info & Agency Meta": 21,
61
+ "Court Cases": 33,
62
+ "Crime Maps & Reports": 25,
63
+ "Crime Statistics": 26,
64
+ "Daily Activity Logs": 16,
65
+ "Dispatch Logs": 5,
66
+ "Dispatch Recordings": 6,
67
+ "Field Contacts": 7,
68
+ "Geographic": 22,
69
+ "Incarceration Records": 34,
70
+ "Incident Reports": 8,
71
+ "List of Data Sources": 23,
72
+ "Media Bulletins": 27,
73
+ "Misc Police Activity": 9,
74
+ "Officer Involved Shooting": 10,
75
+ "Personnel Records": 18,
76
+ "Policies & Contracts": 24,
77
+ "Poor Data Source": 35,
78
+ "Records Request Info": 28,
79
+ "Resources": 29,
80
+ "Sex Offender Registry": 30,
81
+ "Stops": 11,
82
+ "Surveys": 12,
83
+ "Training & Hiring Info": 17,
84
+ "Use of Force Reports": 13,
85
+ "Vehicle Pursuits": 14,
86
+ "Wanted Persons": 31
87
  },
88
  "max_position_embeddings": 512,
89
  "model_type": "distilbert",