Sahajtomar commited on
Commit
3d09031
1 Parent(s): ac8953c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -20,6 +20,12 @@ pipeline_tag: zero-shot-classification
20
  This model has [GBERT Large](https://huggingface.co/deepset/gbert-large) as base model and fine-tuned it on xnli de dataset.
21
  The default hypothesis template is in English: `This text is {}`. While using this model , change it to "In deisem geht es um {}." or something different. While inferencing through huggingface api may give poor results as it uses by default english template. Since model is monolingual and not multilingual, hypothesis template needs to be changed accordingly.
22
 
 
 
 
 
 
 
23
  #### Zero-shot classification pipeline
24
 
25
  ```python
 
20
  This model has [GBERT Large](https://huggingface.co/deepset/gbert-large) as base model and fine-tuned it on xnli de dataset.
21
  The default hypothesis template is in English: `This text is {}`. While using this model , change it to "In deisem geht es um {}." or something different. While inferencing through huggingface api may give poor results as it uses by default english template. Since model is monolingual and not multilingual, hypothesis template needs to be changed accordingly.
22
 
23
+ ## XNLI DEV (german)
24
+ Accuracy: 85.5
25
+
26
+ ## XNLI TEST (german)
27
+ Accuracy: 83.6
28
+
29
  #### Zero-shot classification pipeline
30
 
31
  ```python