Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,6 @@ model = AutoModelForSequenceClassification.from_pretrained('tum-nlp/bert-hateXpl
|
|
| 28 |
hate_classifier = pipeline("text-classification", model=model, tokenizer=tokenizer)
|
| 29 |
|
| 30 |
# Predict
|
| 31 |
-
hate_classifier("Girls like attention and they get desperate")
|
|
|
|
|
|
|
|
|
| 28 |
hate_classifier = pipeline("text-classification", model=model, tokenizer=tokenizer)
|
| 29 |
|
| 30 |
# Predict
|
| 31 |
+
hate_classifier("Girls like attention and they get desperate")
|
| 32 |
+
|
| 33 |
+
```
|