Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ model-index:
|
|
| 12 |
results:
|
| 13 |
- task:
|
| 14 |
name: Toxic-detector-cnn
|
| 15 |
-
type:
|
| 16 |
dataset:
|
| 17 |
name: Mnwa/russian-toxic
|
| 18 |
type: Mnwa/russian-toxic
|
|
@@ -22,7 +22,7 @@ model-index:
|
|
| 22 |
metrics:
|
| 23 |
- name: precision class negative
|
| 24 |
type: precision
|
| 25 |
-
value: 0.
|
| 26 |
- name: precision class positive
|
| 27 |
type: precision
|
| 28 |
value: 0.96
|
|
@@ -38,4 +38,5 @@ model-index:
|
|
| 38 |
- name: f1 class positive
|
| 39 |
type: f1
|
| 40 |
value: 0.97
|
|
|
|
| 41 |
---
|
|
|
|
| 12 |
results:
|
| 13 |
- task:
|
| 14 |
name: Toxic-detector-cnn
|
| 15 |
+
type: text-classification
|
| 16 |
dataset:
|
| 17 |
name: Mnwa/russian-toxic
|
| 18 |
type: Mnwa/russian-toxic
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: precision class negative
|
| 24 |
type: precision
|
| 25 |
+
value: 0.9
|
| 26 |
- name: precision class positive
|
| 27 |
type: precision
|
| 28 |
value: 0.96
|
|
|
|
| 38 |
- name: f1 class positive
|
| 39 |
type: f1
|
| 40 |
value: 0.97
|
| 41 |
+
pipeline_tag: text-classification
|
| 42 |
---
|