FpOliveira commited on
Commit
9f245db
1 Parent(s): 1e967ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,8 +58,8 @@ def classify_hate_speech(model_name, text):
58
  print(f"{i + 1}) Label: {label} Score: {score:.4f}")
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
  ```
 
58
  print(f"{i + 1}) Label: {label} Score: {score:.4f}")
59
 
60
  # Example usage
61
+ model_name = "FpOliveira/tupi-bert-large-portuguese-cased"
62
+ text = "Bom dia, flor do dia!!"
63
  classify_hate_speech(model_name, text)
64
 
65
  ```