FpOliveira
commited on
Commit
•
9f245db
1
Parent(s):
1e967ba
Update README.md
Browse files
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-
|
62 |
-
text = "
|
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 |
```
|