hitty28 commited on
Commit
2261f4d
·
verified ·
1 Parent(s): db29c8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ This model classifies whether a user statement indicates a desire to switch bran
27
  ```python
28
  from transformers import pipeline
29
 
30
- classifier = pipeline("text-classification", model="hitty28/branch-switch-classifier")
31
  result = classifier("I want to switch to Mumbai branch")
32
  print(result)
33
  ```
 
27
  ```python
28
  from transformers import pipeline
29
 
30
+ classifier = pipeline("text-classification", model="hitty28/branch-switch")
31
  result = classifier("I want to switch to Mumbai branch")
32
  print(result)
33
  ```