Upload config.json
Browse files- config.json +74 -0
config.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"_num_labels": 21,
|
4 |
+
"architectures": [
|
5 |
+
"BertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
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,
|
63 |
+
"model_type": "bert",
|
64 |
+
"num_attention_heads": 12,
|
65 |
+
"num_hidden_layers": 12,
|
66 |
+
"pad_token_id": 0,
|
67 |
+
"position_embedding_type": "absolute",
|
68 |
+
"problem_type": "single_label_classification",
|
69 |
+
"torch_dtype": "float32",
|
70 |
+
"transformers_version": "4.20.1",
|
71 |
+
"type_vocab_size": 2,
|
72 |
+
"use_cache": true,
|
73 |
+
"vocab_size": 30522
|
74 |
+
}
|