sadickam commited on
Commit
139f62b
1 Parent(s): 703f3e0

Upload 6 files

Browse files
Files changed (2) hide show
  1. config.json +59 -39
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "bert-base-uncased",
3
- "_num_labels": 21,
4
  "architectures": [
5
  "BertForSequenceClassification"
6
  ],
@@ -13,50 +13,70 @@
13
  "id2label": {
14
  "0": "Arrow, Triangle, Circle, Letter, Numeral, Symbol and Sundries",
15
  "1": "Binder",
16
- "2": "Catman Other Adjustment",
17
- "3": "Cold Milling",
18
- "4": "Disposal of Acceptable/Unacceptable Material",
19
- "5": "Erection & Dismantling of Temporary Accommodation/Facilities (All Types)",
20
- "6": "Excavation",
21
- "7": "General TM Item",
22
- "8": "Joint/Termination",
23
- "9": "Line, Ancillary Line, Solid Area",
24
- "10": "Loop Detector Installation",
25
- "11": "Minimum Lining Visit Charge",
26
- "12": "Provision of Mobile Welfare Facilities",
27
- "13": "Removal of Deformable Safety Fence",
28
- "14": "Road Stud",
29
- "15": "Safety Barrier Or Bifurcation (Non-Concrete)",
30
- "16": "Servicing of Temporary Accommodation/Facilities (All Types) (day)",
31
- "17": "Tack Coat",
32
- "18": "Thin Surface Course",
33
- "19": "Vegetation Clearance/Weed Control (m2)",
34
- "20": "Others"
 
 
 
 
 
 
 
 
 
 
35
  },
36
  "initializer_range": 0.02,
37
  "intermediate_size": 3072,
38
  "label2id": {
39
  "Arrow, Triangle, Circle, Letter, Numeral, Symbol and Sundries": 0,
40
  "Binder": 1,
41
- "Catman Other Adjustment": 2,
42
- "Cold Milling": 3,
43
- "Disposal of Acceptable/Unacceptable Material": 4,
44
- "Erection & Dismantling of Temporary Accommodation/Facilities (All Types)": 5,
45
- "Excavation": 6,
46
- "General TM Item": 7,
47
- "Joint/Termination": 8,
48
- "Line, Ancillary Line, Solid Area": 9,
49
- "Loop Detector Installation": 10,
50
- "Minimum Lining Visit Charge": 11,
51
- "Others": 20,
52
- "Provision of Mobile Welfare Facilities": 12,
53
- "Removal of Deformable Safety Fence": 13,
54
- "Road Stud": 14,
55
- "Safety Barrier Or Bifurcation (Non-Concrete)": 15,
56
- "Servicing of Temporary Accommodation/Facilities (All Types) (day)": 16,
57
- "Tack Coat": 17,
58
- "Thin Surface Course": 18,
59
- "Vegetation Clearance/Weed Control (m2)": 19
 
 
 
 
 
 
 
 
 
 
60
  },
61
  "layer_norm_eps": 1e-12,
62
  "max_position_embeddings": 512,
 
1
  {
2
  "_name_or_path": "bert-base-uncased",
3
+ "_num_labels": 31,
4
  "architectures": [
5
  "BertForSequenceClassification"
6
  ],
 
13
  "id2label": {
14
  "0": "Arrow, Triangle, Circle, Letter, Numeral, Symbol and Sundries",
15
  "1": "Binder",
16
+ "2": "Cable",
17
+ "3": "Catman Other Adjustment",
18
+ "4": "Cold Milling",
19
+ "5": "Disposal of Acceptable/Unacceptable Material",
20
+ "6": "Drain/Service Duct In Trench",
21
+ "7": "Erection & Dismantling of Temporary Accommodation/Facilities (All Types)",
22
+ "8": "Excavate And Replace Filter Material/Recycle Filter Material",
23
+ "9": "Excavation",
24
+ "10": "General TM Item",
25
+ "11": "Information boards",
26
+ "12": "Joint/Termination",
27
+ "13": "Line, Ancillary Line, Solid Area",
28
+ "14": "Loop Detector Installation",
29
+ "15": "Minimum Lining Visit Charge",
30
+ "16": "Node Marker",
31
+ "17": "PCC Kerb",
32
+ "18": "Provision of Mobile Welfare Facilities",
33
+ "19": "Removal of Deformable Safety Fence",
34
+ "20": "Removal of Line, Ancillary Line, Solid Area",
35
+ "21": "Removal of Traffic Sign and post(s)",
36
+ "22": "Road Stud",
37
+ "23": "Safety Barrier Or Bifurcation (Non-Concrete)",
38
+ "24": "Servicing of Temporary Accommodation/Facilities (All Types) (day)",
39
+ "25": "Tack Coat",
40
+ "26": "Temporary Road Markings",
41
+ "27": "Thin Surface Course",
42
+ "28": "Traffic Sign - Unknown specification",
43
+ "29": "Vegetation Clearance/Weed Control (m2)",
44
+ "30": "Others"
45
  },
46
  "initializer_range": 0.02,
47
  "intermediate_size": 3072,
48
  "label2id": {
49
  "Arrow, Triangle, Circle, Letter, Numeral, Symbol and Sundries": 0,
50
  "Binder": 1,
51
+ "Cable": 2,
52
+ "Catman Other Adjustment": 3,
53
+ "Cold Milling": 4,
54
+ "Disposal of Acceptable/Unacceptable Material": 5,
55
+ "Drain/Service Duct In Trench": 6,
56
+ "Erection & Dismantling of Temporary Accommodation/Facilities (All Types)": 7,
57
+ "Excavate And Replace Filter Material/Recycle Filter Material": 8,
58
+ "Excavation": 9,
59
+ "General TM Item": 10,
60
+ "Information boards": 11,
61
+ "Joint/Termination": 12,
62
+ "Line, Ancillary Line, Solid Area": 13,
63
+ "Loop Detector Installation": 14,
64
+ "Minimum Lining Visit Charge": 15,
65
+ "Node Marker": 16,
66
+ "Others": 30,
67
+ "PCC Kerb": 17,
68
+ "Provision of Mobile Welfare Facilities": 18,
69
+ "Removal of Deformable Safety Fence": 19,
70
+ "Removal of Line, Ancillary Line, Solid Area": 20,
71
+ "Removal of Traffic Sign and post(s)": 21,
72
+ "Road Stud": 22,
73
+ "Safety Barrier Or Bifurcation (Non-Concrete)": 23,
74
+ "Servicing of Temporary Accommodation/Facilities (All Types) (day)": 24,
75
+ "Tack Coat": 25,
76
+ "Temporary Road Markings": 26,
77
+ "Thin Surface Course": 27,
78
+ "Traffic Sign - Unknown specification": 28,
79
+ "Vegetation Clearance/Weed Control (m2)": 29
80
  },
81
  "layer_norm_eps": 1e-12,
82
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e260cb3c8119ffb2e023ac80c2779f3d9d5baf208197574552a7a3953353ac51
3
- size 438064557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffb9531e28d347f4a82f41054be556d6b2363573d805b3c69b79f76a41e88db9
3
+ size 438095277