Upload config.json with huggingface_hub
Browse files- config.json +45 -0
config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "HowzerSeverityTransformer",
|
| 3 |
+
"backbone": "deepset/gbert-large",
|
| 4 |
+
"max_length": 128,
|
| 5 |
+
"encoder_dims": [
|
| 6 |
+
256,
|
| 7 |
+
128
|
| 8 |
+
],
|
| 9 |
+
"encoder_dropout": 0.1,
|
| 10 |
+
"head_hidden": 64,
|
| 11 |
+
"n_parameters": 336057225,
|
| 12 |
+
"checkpoint_epoch": 14,
|
| 13 |
+
"val_metrics": {
|
| 14 |
+
"score": 0.0019041318134501732,
|
| 15 |
+
"dims": 0.007386128136112044,
|
| 16 |
+
"tier": 0.11186299010455453,
|
| 17 |
+
"total": 0.3443540655774996,
|
| 18 |
+
"tier_accuracy": 0.9666666666666667,
|
| 19 |
+
"score_mae": 0.030369207898775737
|
| 20 |
+
},
|
| 21 |
+
"tier_names": [
|
| 22 |
+
"low",
|
| 23 |
+
"medium",
|
| 24 |
+
"high",
|
| 25 |
+
"critical"
|
| 26 |
+
],
|
| 27 |
+
"tier_thresholds": {
|
| 28 |
+
"low": 0.25,
|
| 29 |
+
"medium": 0.4,
|
| 30 |
+
"high": 0.6,
|
| 31 |
+
"critical": 1.0
|
| 32 |
+
},
|
| 33 |
+
"dim_names": [
|
| 34 |
+
"emotional_intensity",
|
| 35 |
+
"impact_severity",
|
| 36 |
+
"service_failure",
|
| 37 |
+
"irreversibility"
|
| 38 |
+
],
|
| 39 |
+
"output_names": [
|
| 40 |
+
"severity_score",
|
| 41 |
+
"dimensions",
|
| 42 |
+
"tier_logits"
|
| 43 |
+
],
|
| 44 |
+
"version": "ml-v1.0.0-de"
|
| 45 |
+
}
|