kanishkk commited on
Commit
9f1f34a
·
verified ·
1 Parent(s): 1f9175e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="your-username/roberta-offensive-classifier")
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