Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
```python
|
68 |
from transformers import pipeline
|
69 |
-
classifier = pipeline("text-classification", model="LukeGPT88/patient-doctor-text-classifier")
|
70 |
classifier("I see you’ve set aside this special time to humiliate yourself in public.")
|
71 |
```
|
72 |
|
|
|
66 |
|
67 |
```python
|
68 |
from transformers import pipeline
|
69 |
+
classifier = pipeline("text-classification", model="LukeGPT88/patient-doctor-text-classifier-eng")
|
70 |
classifier("I see you’ve set aside this special time to humiliate yourself in public.")
|
71 |
```
|
72 |
|