Initial model upload with metrics and example usage
Browse files- README.md +1 -1
- config.json +1 -1
README.md
CHANGED
|
@@ -34,7 +34,7 @@ pipeline_tag: text-classification
|
|
| 34 |
|
| 35 |
| Класс | Threshold | Precision | Recall | F1-Score |
|
| 36 |
|-------|-----------|-----------|--------|----------|
|
| 37 |
-
| Profanity | 0.
|
| 38 |
| Threat | 0.35 | 0.7462 | 0.8097 | 0.7766 |
|
| 39 |
| Illegal | 0.25 | 0.6038 | 0.6598 | 0.6305 |
|
| 40 |
|
|
|
|
| 34 |
|
| 35 |
| Класс | Threshold | Precision | Recall | F1-Score |
|
| 36 |
|-------|-----------|-----------|--------|----------|
|
| 37 |
+
| Profanity | 0.51 | 0.9048 | 0.9429 | 0.9235 |
|
| 38 |
| Threat | 0.35 | 0.7462 | 0.8097 | 0.7766 |
|
| 39 |
| Illegal | 0.25 | 0.6038 | 0.6598 | 0.6305 |
|
| 40 |
|
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"illegal"
|
| 9 |
],
|
| 10 |
"thresholds": {
|
| 11 |
-
"profanity": 0.
|
| 12 |
"threat": 0.35,
|
| 13 |
"illegal": 0.25
|
| 14 |
}
|
|
|
|
| 8 |
"illegal"
|
| 9 |
],
|
| 10 |
"thresholds": {
|
| 11 |
+
"profanity": 0.51,
|
| 12 |
"threat": 0.35,
|
| 13 |
"illegal": 0.25
|
| 14 |
}
|