kairaamilanii
commited on
Commit
•
d387523
1
Parent(s):
d7eb3bb
Update README.md
Browse files
README.md
CHANGED
@@ -84,8 +84,4 @@ text = "hi what's the maximum amount of money I can withdraw from" # Replace wit
|
|
84 |
|
85 |
prediction = classifier(text)
|
86 |
prediction
|
87 |
-
```
|
88 |
-
example output:
|
89 |
-
```python
|
90 |
-
[{'Predicted class': 1, 'Prediction': Bullying}]
|
91 |
```
|
|
|
84 |
|
85 |
prediction = classifier(text)
|
86 |
prediction
|
|
|
|
|
|
|
|
|
87 |
```
|