Johnson8187 commited on
Commit
c9afc00
·
verified ·
1 Parent(s): b911781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ language:
4
  - zh
5
  - en
6
  base_model:
7
- - MoritzLaurer/mDeBERTa-v3-base-mnli-xnli
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: [mDeBERTa-v3-base-mnli-xnli](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli)
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