qquarkq commited on
Commit
7118a79
·
verified ·
1 Parent(s): 2467616

Initial model upload with metrics and example usage

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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.63 | 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
 
 
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.63,
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
  }