roaringguts commited on
Commit
1baebaa
·
verified ·
1 Parent(s): b8861dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ DistilBERT fine-tuned to classify Indian fashion product titles into 11 categori
24
  ```python
25
  from transformers import pipeline
26
 
27
- clf = pipeline("text-classification", model="roaringguts/your-model-name")
28
 
29
  clf("Nike Dry Fit Running Tshirt")
30
  # [{'label': 'Activewear', 'score': 0.99}]
 
24
  ```python
25
  from transformers import pipeline
26
 
27
+ clf = pipeline("text-classification", model="roaringguts/DistilBERT")
28
 
29
  clf("Nike Dry Fit Running Tshirt")
30
  # [{'label': 'Activewear', 'score': 0.99}]