AnalyserV1 / config.json
iimran's picture
Upload DistilBertForSequenceClassification
f11c931 verified
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Stormwater and Drainage - Maintenance",
"1": "Footpaths - Maintenance",
"2": "Abandoned Vehicles",
"3": "Animals - Wandering At Large",
"4": "Damage to Council Land or Property",
"5": "Dog - Barking",
"6": "Dog - Harass/Attack (Non-Urgent)",
"7": "Dog - Wandering at large",
"8": "Fire prevention",
"9": "Food Complaints",
"10": "Furniture - Maintenance - Street/Park/PIayground",
"11": "Illegal Camping",
"12": "Illegal Dumping",
"13": "Irrigation - Maintenance",
"14": "Kerbs and Gutters - Maintenance",
"15": "Lighting- Replacement Globe - Walkways and Reserves",
"16": "Noise",
"17": "Parking Complaint - Car Park",
"18": "Parking Complaint - Long/Heavy Vehicle",
"19": "Pests - Insects, Bees or Wasps",
"20": "Potholes",
"21": "Reserves and Medians - Landscape - Maintenance",
"22": "Signage - Maintenance or Replacement",
"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"
},
"initializer_range": 0.02,
"label2id": {
"Abandoned Vehicles": 2,
"Animals - Wandering At Large": 3,
"Damage to Council Land or Property": 4,
"Dog - Barking": 5,
"Dog - Harass/Attack (Non-Urgent)": 6,
"Dog - Wandering at large": 7,
"Fire prevention": 8,
"Food Complaints": 9,
"Footpaths - Maintenance": 1,
"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": 0,
"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
}