File size: 3,097 Bytes
0809b93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "Abandoned Vehicles",
    "1": "Animals - Wandering At Large",
    "2": "Damage to Council Land or Property",
    "3": "Dog - Barking",
    "4": "Dog - Harass/Attack (Non-Urgent)",
    "5": "Dog - Wandering at large",
    "6": "Fire prevention",
    "7": "Food Complaints",
    "8": "Footpaths - Maintenance",
    "9": "Furniture - Maintenance - Street/Park/PIayground",
    "10": "Illegal Camping",
    "11": "Illegal Dumping",
    "12": "Irrigation - Maintenance",
    "13": "Kerbs and Gutters - Maintenance",
    "14": "Lighting- Replacement Globe - Walkways and Reserves",
    "15": "Noise",
    "16": "Parking Complaint - Car Park",
    "17": "Parking Complaint - Long/Heavy Vehicle",
    "18": "Pests - Insects, Bees or Wasps",
    "19": "Potholes",
    "20": "Reserves and Medians - Landscape - Maintenance",
    "21": "Signage - Maintenance or Replacement",
    "22": "Stormwater and Drainage - Maintenance",
    "23": "Traffic or Road Safety",
    "24": "Tree - Removal",
    "25": "Tree - Trimming",
    "26": "Trees - Planting",
    "27": "Trees - Pruning",
    "28": "Trees - Root Issue",
    "29": "Unsightly property",
    "30": "Vandalism",
    "31": "Verges - Maintenance",
    "32": "Wastewater Complaints",
    "33": "Michael"
  },
  "initializer_range": 0.02,
  "label2id": {
    "Abandoned Vehicles": 0,
    "Animals - Wandering At Large": 1,
    "Damage to Council Land or Property": 2,
    "Dog - Barking": 3,
    "Dog - Harass/Attack (Non-Urgent)": 4,
    "Dog - Wandering at large": 5,
    "Fire prevention": 6,
    "Food Complaints": 7,
    "Footpaths - Maintenance": 8,
    "Furniture - Maintenance - Street/Park/PIayground": 9,
    "Illegal Camping": 10,
    "Illegal Dumping": 11,
    "Irrigation - Maintenance": 12,
    "Kerbs and Gutters - Maintenance": 13,
    "Lighting- Replacement Globe - Walkways and Reserves": 14,
    "Michael": 33,
    "Noise": 15,
    "Parking Complaint - Car Park": 16,
    "Parking Complaint - Long/Heavy Vehicle": 17,
    "Pests - Insects, Bees or Wasps": 18,
    "Potholes": 19,
    "Reserves and Medians - Landscape - Maintenance": 20,
    "Signage - Maintenance or Replacement": 21,
    "Stormwater and Drainage - Maintenance": 22,
    "Traffic or Road Safety": 23,
    "Tree - Removal": 24,
    "Tree - Trimming": 25,
    "Trees - Planting": 26,
    "Trees - Pruning": 27,
    "Trees - Root Issue": 28,
    "Unsightly property": 29,
    "Vandalism": 30,
    "Verges - Maintenance": 31,
    "Wastewater Complaints": 32
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.47.1",
  "vocab_size": 30522
}