Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ language:
|
|
4 |
- zh
|
5 |
- en
|
6 |
base_model:
|
7 |
-
-
|
8 |
pipeline_tag: text-classification
|
9 |
library_name: transformers
|
10 |
---
|
@@ -24,7 +24,7 @@ The model is fine-tuned for sequence classification tasks and provides a straigh
|
|
24 |
# Fine-Tuning Information
|
25 |
This model is fine-tuned based on the mDeBERTa-v3-base-mnli-xn model, which is a multilingual version of DeBERTa (Decoding-enhanced BERT with disentangled attention). The fine-tuning data used is primarily in Traditional Chinese, which makes the model well-suited for processing texts in this language. However, the model has been tested and can also perform well with English inputs.
|
26 |
|
27 |
-
Base Model: [
|
28 |
Fine-Tuning Data: Traditional Chinese text data
|
29 |
|
30 |
# Quick Start
|
|
|
4 |
- zh
|
5 |
- en
|
6 |
base_model:
|
7 |
+
- joeddav/xlm-roberta-large-xnli
|
8 |
pipeline_tag: text-classification
|
9 |
library_name: transformers
|
10 |
---
|
|
|
24 |
# Fine-Tuning Information
|
25 |
This model is fine-tuned based on the mDeBERTa-v3-base-mnli-xn model, which is a multilingual version of DeBERTa (Decoding-enhanced BERT with disentangled attention). The fine-tuning data used is primarily in Traditional Chinese, which makes the model well-suited for processing texts in this language. However, the model has been tested and can also perform well with English inputs.
|
26 |
|
27 |
+
Base Model: [joeddav/xlm-roberta-large-xnli](https://huggingface.co/joeddav/xlm-roberta-large-xnli)
|
28 |
Fine-Tuning Data: Traditional Chinese text data
|
29 |
|
30 |
# Quick Start
|