EIStakovskii commited on
Commit
e6d7501
1 Parent(s): 1798e5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ license: other
22
  ---
23
  This model was trained for toxicity labeling. Label_1 means TOXIC, Label_0 means NOT TOXIC
24
 
25
- The model was fine-tuned based off the already existing sentiment classifier oliverguhr/german-sentiment-bert . The aforementioned classifier performed poorly (44% accuracy on my test sample), so I trained the current toxicity classifier. It was noted that the same performance achieved training on the https://huggingface.co/dbmdz/bert-base-german-cased
26
 
27
  The accuracy is 91% on the test split during training and 83% on a manually picked (and thus harder) sample of 200 sentences (100 label 1, 100 label 0) at the end of the training.
28
 
 
22
  ---
23
  This model was trained for toxicity labeling. Label_1 means TOXIC, Label_0 means NOT TOXIC
24
 
25
+ The model was fine-tuned based off the already existing sentiment classifier oliverguhr/german-sentiment-bert . The aforementioned classifier performed poorly (44% accuracy on my test sample), so I trained the current toxicity classifier. It was noted that the same performance achieved training on the [dbmdz/bert-base-german-cased model](https://huggingface.co/dbmdz/bert-base-german-cased).
26
 
27
  The accuracy is 91% on the test split during training and 83% on a manually picked (and thus harder) sample of 200 sentences (100 label 1, 100 label 0) at the end of the training.
28