Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,9 @@ datasets:
|
|
15 |
- xnli
|
16 |
pipeline_tag: zero-shot-classification
|
17 |
widget:
|
18 |
-
- text: "
|
19 |
candidate_labels: "politikk, helse, sport, religion"
|
|
|
20 |
multi_class: true
|
21 |
---
|
22 |
|
|
|
15 |
- xnli
|
16 |
pipeline_tag: zero-shot-classification
|
17 |
widget:
|
18 |
+
- text: "Dette er politikk."
|
19 |
candidate_labels: "politikk, helse, sport, religion"
|
20 |
+
hypothesis_template: "Denne teksten handler om {}."
|
21 |
multi_class: true
|
22 |
---
|
23 |
|