Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ metrics:
|
|
9 |
pipeline_tag: zero-shot-classification
|
10 |
---
|
11 |
|
12 |
-
# XLM-ROBERTA-BASE-XNLI-
|
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/
|
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 |
|