morit commited on
Commit
79dffd1
1 Parent(s): 7d91761

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ metrics:
9
  pipeline_tag: zero-shot-classification
10
  ---
11
 
12
- # XLM-ROBERTA-BASE-XNLI-DE
13
 
14
  ## Model description
15
  This model takes the XLM-Roberta-base model which has been continued to pre-traine on a large corpus of Twitter in multiple languages.
@@ -24,7 +24,7 @@ This model was developed to do Zero-Shot Text Classification in the realm of Hat
24
  ```python
25
  from transformers import pipeline
26
  classifier = pipeline("zero-shot-classification",
27
- model="morit/german_xlm_xnli")
28
  ```
29
 
30
 
 
9
  pipeline_tag: zero-shot-classification
10
  ---
11
 
12
+ # XLM-ROBERTA-BASE-XNLI-ZH
13
 
14
  ## Model description
15
  This model takes the XLM-Roberta-base model which has been continued to pre-traine on a large corpus of Twitter in multiple languages.
 
24
  ```python
25
  from transformers import pipeline
26
  classifier = pipeline("zero-shot-classification",
27
+ model="morit/chinese_xlm_xnli")
28
  ```
29
 
30