akhtet commited on
Commit
038ddc3
·
verified ·
1 Parent(s): d6bb19d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -45,13 +45,13 @@ Thus it is useful for Natural Language Inference and related tasks such as Zero-
45
  - **Model type:** Transformer Encoder
46
  - **Language(s) (NLP):** Fine-tuned for Myanmar (Burmese) and English
47
  - **License:** MIT
48
- - **Finetuned from model:** mDeBERTa v3 base https://huggingface.co/microsoft/mdeberta-v3-base
49
- - **Paper :** Myanmar XNLI https://www.researchsquare.com/article/rs-4329843
50
  - **Demo :** A demo of Zero-shot Text Classification in Myanmar can be found on this page.
51
 
52
  ## Bias, Risks, and Limitations
53
 
54
- Please refer to the papers for original foundation model: DeBERTa https://arxiv.org/abs/2006.03654 and DeBERTaV3 https://arxiv.org/abs/2111.09543.
55
  <!-- Any limitations with myXNLI ? -->
56
 
57
  ## How to Get Started with the Model
 
45
  - **Model type:** Transformer Encoder
46
  - **Language(s) (NLP):** Fine-tuned for Myanmar (Burmese) and English
47
  - **License:** MIT
48
+ - **Finetuned from model:** [mDeBERTa v3 base](https://huggingface.co/microsoft/mdeberta-v3-base)
49
+ - **Paper :** [Myanmar XNLI: Building a Dataset and Exploring Low-resource Approaches to Natural Language Inference with Myanmar](https://arxiv.org/abs/2504.09645)
50
  - **Demo :** A demo of Zero-shot Text Classification in Myanmar can be found on this page.
51
 
52
  ## Bias, Risks, and Limitations
53
 
54
+ Please refer to the paper on [MyXNLI](https://arxiv.org/abs/2504.09645), as well as the papers for the foundation models: [DeBERTa](https://arxiv.org/abs/2006.03654) and [DeBERTaV3](https://arxiv.org/abs/2111.09543).
55
  <!-- Any limitations with myXNLI ? -->
56
 
57
  ## How to Get Started with the Model