FpOliveira
commited on
Commit
•
ac9fd31
1
Parent(s):
6ec704c
Update README.md
Browse files
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 = "
|
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 |
```
|