akaruineko commited on
Commit
cce7196
·
verified ·
1 Parent(s): b1cf479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ This is an effective and simple neural network that can classify words as positi
14
  It is suitable for filtering chats, comments, reviews and other texts to detect toxicity or negative content. However, the model is not ideal.
15
 
16
  ## Features
17
- - Bilingual model (Russian + English)
18
  - Fast and accurate classification
19
- - Easy integration into Python projects and Telegram bots
20
  - Trained on a custom dataset with "good" and "bad" labels
21
 
22
  ## Installation
 
14
  It is suitable for filtering chats, comments, reviews and other texts to detect toxicity or negative content. However, the model is not ideal.
15
 
16
  ## Features
17
+ - Bilingual model (Russian(focus is on russian), English).
18
  - Fast and accurate classification
19
+ - Easy integration into Python projects
20
  - Trained on a custom dataset with "good" and "bad" labels
21
 
22
  ## Installation