Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ classifier = pipeline("zero-shot-classification",
|
|
| 30 |
After loading the model you can classify sequences in the languages mentioned above. You can specify your sequences and a matching hypothesis to be able to classify your proposed candidate labels.
|
| 31 |
|
| 32 |
```python
|
| 33 |
-
|
| 34 |
|
| 35 |
|
| 36 |
# we can specify candidate labels and hypothesis:
|
|
|
|
| 30 |
After loading the model you can classify sequences in the languages mentioned above. You can specify your sequences and a matching hypothesis to be able to classify your proposed candidate labels.
|
| 31 |
|
| 32 |
```python
|
| 33 |
+
sequence_to_classify = "Ich glaube Olaf Scholz wird sich im Bundestag durchsetzen."
|
| 34 |
|
| 35 |
|
| 36 |
# we can specify candidate labels and hypothesis:
|