Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- ru
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
library_name: transformers
|
13 |
+
tags:
|
14 |
+
- text-classification
|
15 |
+
- offensive-language
|
16 |
+
- profanity-detection
|
17 |
+
- natural-language-processing
|
18 |
+
- tensorflow
|
19 |
+
- word-level-classification
|
20 |
+
- countvectorizer
|
21 |
+
- text-filtering
|
22 |
+
- toxic-language-detection
|
23 |
+
- sentiment-analysis
|
24 |
+
---
|