morit commited on
Commit
699cbbb
1 Parent(s): 9853cf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- equence_to_classify = "Ich glaube Olaf Scholz wird sich im Bundestag durchsetzen."
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: