Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ pipeline_tag: zero-shot-classification
|
|
17 |
|
18 |
widget:
|
19 |
|
20 |
-
- text: "Ich habe ein Problem mit meinem Iphone das so schnell wie möglich gelöst werden muss."
|
21 |
|
22 |
candidate_labels: "Computer, Handy, Tablet, dringend, nicht dringend"
|
23 |
|
@@ -25,6 +25,27 @@ widget:
|
|
25 |
|
26 |
---
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
DESCRIPTION GOES HERE:
|
30 |
Satz 1:
|
|
|
17 |
|
18 |
widget:
|
19 |
|
20 |
+
- text: "Ich habe ein Problem mit meinem Iphone, das so schnell wie möglich gelöst werden muss."
|
21 |
|
22 |
candidate_labels: "Computer, Handy, Tablet, dringend, nicht dringend"
|
23 |
|
|
|
25 |
|
26 |
---
|
27 |
|
28 |
+
# SVALabs - Gbert Large Zeroshot Nli
|
29 |
+
|
30 |
+
In this repository, we present our german zeroshot model.
|
31 |
+
|
32 |
+
This model was trained on the basis of the German BERT large model from [deepset.ai](https://huggingface.co/deepset/gbert-large) and finetuned as a cross-encoder for Passage Retrieval using the [sentence-transformers](https://github.com/UKPLab/sentence-transformers) package.
|
33 |
+
|
34 |
+
For this purpose, we translated the [MSMARCO-Passage-Ranking](https://github.com/microsoft/MSMARCO-Passage-Ranking) dataset using the [fairseq-wmt19-en-de](https://github.com/pytorch/fairseq/tree/master/examples/wmt19) translation model.
|
35 |
+
|
36 |
+
### Model Details
|
37 |
+
|
38 |
+
| | Description or Link |
|
39 |
+
|
40 |
+
|---|---|
|
41 |
+
|
42 |
+
|**Base model** | [```german-nlp-group/electra-base-german-uncased```](https://huggingface.co/german-nlp-group/electra-base-german-uncased) |
|
43 |
+
|
44 |
+
|**Finetuning task**| Passage Retrieval / Semantic Search |
|
45 |
+
|
46 |
+
|**Source dataset**| [```MSMARCO-Passage-Ranking```](https://github.com/microsoft/MSMARCO-Passage-Ranking) |
|
47 |
+
|
48 |
+
|**Translation model**| [```fairseq-wmt19-en-de```](https://github.com/pytorch/fairseq/tree/master/examples/wmt19) |
|
49 |
|
50 |
DESCRIPTION GOES HERE:
|
51 |
Satz 1:
|