iimran commited on
Commit
0809b93
·
verified ·
1 Parent(s): f96478d

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Abandoned Vehicles",
13
+ "1": "Animals - Wandering At Large",
14
+ "2": "Damage to Council Land or Property",
15
+ "3": "Dog - Barking",
16
+ "4": "Dog - Harass/Attack (Non-Urgent)",
17
+ "5": "Dog - Wandering at large",
18
+ "6": "Fire prevention",
19
+ "7": "Food Complaints",
20
+ "8": "Footpaths - Maintenance",
21
+ "9": "Furniture - Maintenance - Street/Park/PIayground",
22
+ "10": "Illegal Camping",
23
+ "11": "Illegal Dumping",
24
+ "12": "Irrigation - Maintenance",
25
+ "13": "Kerbs and Gutters - Maintenance",
26
+ "14": "Lighting- Replacement Globe - Walkways and Reserves",
27
+ "15": "Noise",
28
+ "16": "Parking Complaint - Car Park",
29
+ "17": "Parking Complaint - Long/Heavy Vehicle",
30
+ "18": "Pests - Insects, Bees or Wasps",
31
+ "19": "Potholes",
32
+ "20": "Reserves and Medians - Landscape - Maintenance",
33
+ "21": "Signage - Maintenance or Replacement",
34
+ "22": "Stormwater and Drainage - Maintenance",
35
+ "23": "Traffic or Road Safety",
36
+ "24": "Tree - Removal",
37
+ "25": "Tree - Trimming",
38
+ "26": "Trees - Planting",
39
+ "27": "Trees - Pruning",
40
+ "28": "Trees - Root Issue",
41
+ "29": "Unsightly property",
42
+ "30": "Vandalism",
43
+ "31": "Verges - Maintenance",
44
+ "32": "Wastewater Complaints",
45
+ "33": "Michael"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "label2id": {
49
+ "Abandoned Vehicles": 0,
50
+ "Animals - Wandering At Large": 1,
51
+ "Damage to Council Land or Property": 2,
52
+ "Dog - Barking": 3,
53
+ "Dog - Harass/Attack (Non-Urgent)": 4,
54
+ "Dog - Wandering at large": 5,
55
+ "Fire prevention": 6,
56
+ "Food Complaints": 7,
57
+ "Footpaths - Maintenance": 8,
58
+ "Furniture - Maintenance - Street/Park/PIayground": 9,
59
+ "Illegal Camping": 10,
60
+ "Illegal Dumping": 11,
61
+ "Irrigation - Maintenance": 12,
62
+ "Kerbs and Gutters - Maintenance": 13,
63
+ "Lighting- Replacement Globe - Walkways and Reserves": 14,
64
+ "Michael": 33,
65
+ "Noise": 15,
66
+ "Parking Complaint - Car Park": 16,
67
+ "Parking Complaint - Long/Heavy Vehicle": 17,
68
+ "Pests - Insects, Bees or Wasps": 18,
69
+ "Potholes": 19,
70
+ "Reserves and Medians - Landscape - Maintenance": 20,
71
+ "Signage - Maintenance or Replacement": 21,
72
+ "Stormwater and Drainage - Maintenance": 22,
73
+ "Traffic or Road Safety": 23,
74
+ "Tree - Removal": 24,
75
+ "Tree - Trimming": 25,
76
+ "Trees - Planting": 26,
77
+ "Trees - Pruning": 27,
78
+ "Trees - Root Issue": 28,
79
+ "Unsightly property": 29,
80
+ "Vandalism": 30,
81
+ "Verges - Maintenance": 31,
82
+ "Wastewater Complaints": 32
83
+ },
84
+ "max_position_embeddings": 512,
85
+ "model_type": "distilbert",
86
+ "n_heads": 12,
87
+ "n_layers": 6,
88
+ "pad_token_id": 0,
89
+ "problem_type": "single_label_classification",
90
+ "qa_dropout": 0.1,
91
+ "seq_classif_dropout": 0.2,
92
+ "sinusoidal_pos_embds": false,
93
+ "tie_weights_": true,
94
+ "torch_dtype": "float32",
95
+ "transformers_version": "4.47.1",
96
+ "vocab_size": 30522
97
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d7d05ec96f4e0eaaaf7307b79bca3bf738e9bad8832a5e1cbed4baa9cb3fbc9
3
+ size 267931008
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce94ca77131f6b0b446a4fda880a21eb5c5e702589d6ec3b6c164f9977363588
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff