Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,6 @@ classifier = pipeline(
|
|
39 |
task="zero-shot-classification",
|
40 |
model=model,
|
41 |
tokenizer=tokenizer,
|
42 |
-
top_k=None,
|
43 |
)
|
44 |
|
45 |
classifier_output = classifier("Last week I upgraded my iOS version and ever since then my phone has been overheating whenever I use your app.", ["mobile", "website", "billing", "account access"])
|
|
|
39 |
task="zero-shot-classification",
|
40 |
model=model,
|
41 |
tokenizer=tokenizer,
|
|
|
42 |
)
|
43 |
|
44 |
classifier_output = classifier("Last week I upgraded my iOS version and ever since then my phone has been overheating whenever I use your app.", ["mobile", "website", "billing", "account access"])
|