akhtet commited on
Commit
8f6c4ec
·
1 Parent(s): c32581c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -67
README.md CHANGED
@@ -34,62 +34,25 @@ language:
34
  ---
35
  # Model Card for mDeBERTa-v3-base-myXNLI
36
 
37
- <!-- Provide a quick summary of what the model is/does. -->
38
 
39
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
40
 
41
- ## Model Details
42
-
43
- ### Model Description
44
 
45
- <!-- Provide a longer summary of what this model is. -->
46
 
47
- - **Developed by:** Aung Kyaw Htet
48
  - **Model type:** Transformer Encoder
49
- - **Language(s) (NLP):** Fine-tuned for Myanmar (Burmese)
50
  - **License:** MIT
51
- - **Finetuned from model [optional]:** https://huggingface.co/microsoft/deberta-v3-base
52
-
53
- ### Model Sources [optional]
54
-
55
- <!-- Provide the basic links for the model. -->
56
-
57
- - **Paper [optional]:** [More Information Needed]
58
- - **Demo [optional]:** [More Information Needed]
59
-
60
- ## Uses
61
-
62
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
63
-
64
- ### Direct Use
65
-
66
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
67
-
68
- Natural Language Inference
69
-
70
- ### Downstream Use [optional]
71
-
72
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
73
-
74
- [More Information Needed]
75
-
76
- ### Out-of-Scope Use
77
-
78
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
79
-
80
- [More Information Needed]
81
 
82
  ## Bias, Risks, and Limitations
83
 
84
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
85
-
86
- [More Information Needed]
87
-
88
- ### Recommendations
89
-
90
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
91
-
92
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
93
 
94
  ## How to Get Started with the Model
95
 
@@ -99,31 +62,19 @@ Use the code below to get started with the model.
99
 
100
  ## Training Details
101
 
102
- ### Training Data
103
 
104
- <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
105
 
106
- [More Information Needed]
 
107
 
108
  ### Training Procedure
109
 
110
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
111
 
112
- #### Preprocessing [optional]
113
-
114
- [More Information Needed]
115
-
116
-
117
- #### Training Hyperparameters
118
-
119
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
120
 
121
- #### Speeds, Sizes, Times [optional]
122
-
123
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
124
-
125
- [More Information Needed]
126
-
127
  ## Evaluation
128
 
129
  <!-- This section describes the evaluation protocols and provides the results. -->
@@ -165,10 +116,6 @@ https://my.wikipedia.org/wiki/%E1%80%A1%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%8
165
 
166
  [More Information Needed]
167
 
168
- **APA:**
169
-
170
- [More Information Needed]
171
-
172
  ## Model Card Contact
173
 
174
  [More Information Needed]
 
34
  ---
35
  # Model Card for mDeBERTa-v3-base-myXNLI
36
 
37
+ mDeBERTa-v3-base-myXNLI is a transformer model for text classification English and Myanmar (Burmese).
38
 
39
+ It is based on multilingual DeBERTa v3 model and fine-tuned using myXNLI dataset on the Natural Language Inference task in English and Myanmar.
40
 
41
+ Thus it is useful for Natural Language Inference and related tasks such as Zero-shot Text Classification on both English and Myanmar data.
 
 
42
 
43
+ ## Model Details
44
 
 
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 :** For the foundation model mDeBERTa v3, please refer to the paper [https://arxiv.org/abs/2111.09543]
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 consult the papers for original foundation model DeBERTaV3 [https://arxiv.org/abs/2111.09543].
55
+ <!-- Any limitations with myXNLI ? -->
 
 
 
 
 
 
 
56
 
57
  ## How to Get Started with the Model
58
 
 
62
 
63
  ## Training Details
64
 
65
+ The model is fine-tuned on myXNLI dataset https://huggingface.co/datasets/akhtet/myXNLI
66
 
67
+ From this dataset, 4 different copies training data from myXNLI were concatenated, each with sentence pairs in en-en, en-my, my-en and my-my combinations.
68
 
69
+ Training on cross-matched language data as above improved the NLI accuracy over training separately in each language.
70
+ This was inspired by the approach from another model [https://huggingface.co/joeddav/xlm-roberta-large-xnli]
71
 
72
  ### Training Procedure
73
 
74
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
75
 
 
 
 
 
 
 
 
76
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
77
 
 
 
 
 
 
 
78
  ## Evaluation
79
 
80
  <!-- This section describes the evaluation protocols and provides the results. -->
 
116
 
117
  [More Information Needed]
118
 
 
 
 
 
119
  ## Model Card Contact
120
 
121
  [More Information Needed]