Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +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("
|
32 |
|
33 |
```
|
|
|
28 |
hate_classifier = pipeline("text-classification", model=model, tokenizer=tokenizer)
|
29 |
|
30 |
# Predict
|
31 |
+
hate_classifier("I like you. I love you")
|
32 |
|
33 |
```
|