Update config.json
Browse files- config.json +24 -24
config.json
CHANGED
|
@@ -9,33 +9,33 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
-
"10": "
|
| 23 |
-
"11": "
|
| 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",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Remediation Standards",
|
| 13 |
+
"1": "Extent of Contamination",
|
| 14 |
+
"2": "Depth to Water",
|
| 15 |
+
"3": "Groundwater-Surfacewater Interaction",
|
| 16 |
+
"4": "Groundwater Velocity",
|
| 17 |
+
"5": "Geology",
|
| 18 |
+
"6": "Impacted media",
|
| 19 |
+
"7": "Regulatory Program",
|
| 20 |
+
"8": "Remedial Components",
|
| 21 |
+
"9": "Site Performance Goals",
|
| 22 |
+
"10": "Source of contamination",
|
| 23 |
+
"11": "Types Of Contaminants"
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"label2id": {
|
| 27 |
+
"Remediation Standards": 0,
|
| 28 |
+
"Extent of Contamination": 1,
|
| 29 |
+
"Source of contamination": 10,
|
| 30 |
+
"Types Of Contaminants": 11,
|
| 31 |
+
"Depth to Water": 2,
|
| 32 |
+
"Groundwater-Surfacewater Interaction": 3,
|
| 33 |
+
"Groundwater Velocity": 4,
|
| 34 |
+
"Geology": 5,
|
| 35 |
+
"Impacted media": 6,
|
| 36 |
+
"Regulatory Program": 7,
|
| 37 |
+
"Remedial Components": 8,
|
| 38 |
+
"Site Performance Goals": 9
|
| 39 |
},
|
| 40 |
"max_position_embeddings": 512,
|
| 41 |
"model_type": "distilbert",
|