Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,29 @@
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
|
|
|
1 |
+
---
|
2 |
|
3 |
+
language: German
|
4 |
+
|
5 |
+
tags:
|
6 |
+
|
7 |
+
- text-classification
|
8 |
+
|
9 |
+
- pytorch
|
10 |
+
|
11 |
+
- nli
|
12 |
+
|
13 |
+
- de
|
14 |
+
|
15 |
+
|
16 |
+
pipeline_tag: zero-shot-classification
|
17 |
+
|
18 |
+
widget:
|
19 |
+
|
20 |
+
- text: "Letzte Woche gab es einen Selbstmord in einer nahe gelegenen kolonie"
|
21 |
+
|
22 |
+
candidate_labels: "Verbrechen,Tragödie,Stehlen"
|
23 |
+
|
24 |
+
hypothesis_template: "In deisem geht es um {}."
|
25 |
+
|
26 |
+
---
|
27 |
|
28 |
|
29 |
|