Commit ·
7631206
1
Parent(s): 85baf08
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,8 @@ print(pipeline('du bist blöd.'))
|
|
| 29 |
|
| 30 |
The pre-trained model [bert-base-german-cased model by deepset](https://huggingface.co/bert-base-german-cased) was fine-tuned on a crowd-annotated data set of over 14,000 user comments that has been labeled for toxicity in a binary classification task.
|
| 31 |
|
|
|
|
|
|
|
| 32 |
## Training procedure
|
| 33 |
|
| 34 |
coming soon
|
|
|
|
| 29 |
|
| 30 |
The pre-trained model [bert-base-german-cased model by deepset](https://huggingface.co/bert-base-german-cased) was fine-tuned on a crowd-annotated data set of over 14,000 user comments that has been labeled for toxicity in a binary classification task.
|
| 31 |
|
| 32 |
+
As toxic, we defined comments that are inappropriate in whole or in part. By inappropriate, we mean comments that are rude, insulting, hateful, or otherwise make users feel disrespected.
|
| 33 |
+
|
| 34 |
## Training procedure
|
| 35 |
|
| 36 |
coming soon
|