cointegrated commited on
Commit
01d80d4
1 Parent(s): b31c78a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ print(text2toxicity(['я люблю нигеров', 'я люблю африка
60
 
61
  ## Training
62
 
63
- The model has been training on the joint dataset of [OK ML Cup](https://cups.mail.ru/ru/tasks/1048) and [Babakov et.al.](https://arxiv.org/abs/2103.05345) with `Adam` optimizer, learning rate of `1e-5`, and batch size of `128` for `5` epochs. The data was not filtered in any way. A text was considered inappropriate if its inappropritateness score was higher than 0.2. The per-label ROC AUC on the dev set is:
64
  ```
65
  non-toxic : 0.9909
66
  insult : 0.9882
60
 
61
  ## Training
62
 
63
+ The model has been trained on the joint dataset of [OK ML Cup](https://cups.mail.ru/ru/tasks/1048) and [Babakov et.al.](https://arxiv.org/abs/2103.05345) with `Adam` optimizer, learning rate of `1e-5`, and batch size of `128` for `5` epochs. The data was not filtered in any way. A text was considered inappropriate if its inappropritateness score was higher than 0.2. The per-label ROC AUC on the dev set is:
64
  ```
65
  non-toxic : 0.9909
66
  insult : 0.9882