YamenRM commited on
Commit
ca44674
·
verified ·
1 Parent(s): 259d643

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ Load with the Hugging Face `pipeline`:
83
  ```python
84
  from transformers import pipeline
85
 
86
- classifier = pipeline("text-classification", model="your_username/distilbert-toxic-comments")
87
 
88
  print(classifier("I hate everyone, you're the worst!"))
89
  # [{'label': 'toxic', 'score': 0.97}]
 
83
  ```python
84
  from transformers import pipeline
85
 
86
+ classifier = pipeline("text-classification", model="YamenRM/distilbert-toxic-comments")
87
 
88
  print(classifier("I hate everyone, you're the worst!"))
89
  # [{'label': 'toxic', 'score': 0.97}]