Kanit commited on
Commit
297b087
1 Parent(s): 9745c75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("Girls like attention and they get desperate")
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
  ```