Update README.md
Browse files
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
|
| 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 |
```
|