Update config.json
Browse files- config.json +26 -26
config.json
CHANGED
@@ -9,33 +9,33 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"max_position_embeddings": 512,
|
41 |
"model_type": "distilbert",
|
@@ -46,6 +46,6 @@
|
|
46 |
"seq_classif_dropout": 0.2,
|
47 |
"sinusoidal_pos_embds": false,
|
48 |
"tie_weights_": true,
|
49 |
-
"transformers_version": "4.12.
|
50 |
"vocab_size": 30522
|
51 |
-
}
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Remediation Standards",
|
13 |
+
"1": "Extent of Contamination",
|
14 |
+
"1": "Extent of contamination",
|
15 |
+
"2": "Depth to Water",
|
16 |
+
"3": "Groundwater-Surfacewater interaction",
|
17 |
+
"4": "GW Velocity",
|
18 |
+
"5": "Geology",
|
19 |
+
"6": "Contaminated media",
|
20 |
+
"7": "Remediation Activities",
|
21 |
+
"8": "Remediation Goals",
|
22 |
+
"9": "Source of contamination",
|
23 |
+
"10": "Contaminants"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
+
"Contaminants":"10",
|
28 |
+
"Remediation Standards":"0",
|
29 |
+
"Geology":"5",
|
30 |
+
"Contaminated media":"6",
|
31 |
+
"Remediation Goals":"8",
|
32 |
+
"Source of contamination":"9",
|
33 |
+
"Extent of Contamination":"1",
|
34 |
+
"Extent of contamination":"1",
|
35 |
+
"Groundwater-Surfacewater interaction":"3",
|
36 |
+
"Remediation Activities":"7",
|
37 |
+
"Depth to Water":"2",
|
38 |
+
"GW Velocity":"4"
|
39 |
},
|
40 |
"max_position_embeddings": 512,
|
41 |
"model_type": "distilbert",
|
|
|
46 |
"seq_classif_dropout": 0.2,
|
47 |
"sinusoidal_pos_embds": false,
|
48 |
"tie_weights_": true,
|
49 |
+
"transformers_version": "4.12.2",
|
50 |
"vocab_size": 30522
|
51 |
+
}
|