Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ When the model is finetuned on the 400k large MNLI task, it is in many cases abl
|
|
37 |
The easiest way to try this out is by using the Hugging Face pipeline. Please, note that you will get better results when using Norwegian hypothesis template instead of the default English one.
|
38 |
```python
|
39 |
from transformers import pipeline
|
40 |
-
classifier = pipeline("zero-shot-classification", model="
|
41 |
```
|
42 |
You can then use this pipeline to classify sequences into any of the class names you specify.
|
43 |
```python
|
|
|
37 |
The easiest way to try this out is by using the Hugging Face pipeline. Please, note that you will get better results when using Norwegian hypothesis template instead of the default English one.
|
38 |
```python
|
39 |
from transformers import pipeline
|
40 |
+
classifier = pipeline("zero-shot-classification", model="NbAiLab/nb-bert-base-mnli")
|
41 |
```
|
42 |
You can then use this pipeline to classify sequences into any of the class names you specify.
|
43 |
```python
|