Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,7 @@ To use this model for user Fear Monger classification, you can follow these step
|
|
| 36 |
```markdown
|
| 37 |
from transformers import pipeline
|
| 38 |
|
|
|
|
| 39 |
classifier = pipeline("text-classification", model="Falconsai/fear_mongering_detection")
|
| 40 |
classifier(statement)
|
| 41 |
|
|
|
|
| 36 |
```markdown
|
| 37 |
from transformers import pipeline
|
| 38 |
|
| 39 |
+
statement = "The rise of smart cities is part of a covert plan to create a global surveillance network, where every move and action is monitored and controlled."
|
| 40 |
classifier = pipeline("text-classification", model="Falconsai/fear_mongering_detection")
|
| 41 |
classifier(statement)
|
| 42 |
|