FpOliveira commited on
Commit
ac9fd31
1 Parent(s): 6ec704c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ def classify_hate_speech(model_name, text):
59
 
60
  # Example usage
61
  model_name = "FpOliveira/tupi-bert-base-portuguese-cased"
62
- text = "Quem não deve não teme!!"
63
  classify_hate_speech(model_name, text)
64
 
65
  ```
 
59
 
60
  # Example usage
61
  model_name = "FpOliveira/tupi-bert-base-portuguese-cased"
62
+ text = "Bom dia, flor do dia!!"
63
  classify_hate_speech(model_name, text)
64
 
65
  ```