Update README.md
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ The model is trained on datasets labeled for offensive and hateful language and
|
|
| 79 |
```python
|
| 80 |
from transformers import pipeline
|
| 81 |
|
| 82 |
-
classifier = pipeline("text-classification", model="
|
| 83 |
classifier("Your input text here")
|
| 84 |
```
|
| 85 |
|
|
|
|
| 79 |
```python
|
| 80 |
from transformers import pipeline
|
| 81 |
|
| 82 |
+
classifier = pipeline("text-classification", model="adaptcentre/roberta-offensive-classifier")
|
| 83 |
classifier("Your input text here")
|
| 84 |
```
|
| 85 |
|