justynasikora
commited on
Commit
•
b0a3d86
1
Parent(s):
7287889
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ The model can be used with the Hugging Face zero-shot classification pipeline.
|
|
32 |
>>> from transformers import pipeline
|
33 |
>>> classifier = pipeline(
|
34 |
... "zero-shot-classification",
|
35 |
-
... model="KBlab/megatron-bert-large-swedish-cased-
|
36 |
... )
|
37 |
>>> classifier(
|
38 |
... "Ruben Östlunds ”Triangle of sadness” nomineras till en Golden Globe i kategorin bästa musikal eller komedi.",
|
|
|
32 |
>>> from transformers import pipeline
|
33 |
>>> classifier = pipeline(
|
34 |
... "zero-shot-classification",
|
35 |
+
... model="KBlab/megatron-bert-large-swedish-cased-165-zero-shot"
|
36 |
... )
|
37 |
>>> classifier(
|
38 |
... "Ruben Östlunds ”Triangle of sadness” nomineras till en Golden Globe i kategorin bästa musikal eller komedi.",
|