akhtet commited on
Commit
fd930fd
·
1 Parent(s): 956faec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -9,7 +9,7 @@ widget:
9
  မြန်မာ့စီးပွားရေးမှာ ရွှေ နဲ့ ဒေါ်လာက အရေးပါသလို ဒေါ်လာစျေးပေါ်မူတည်ပြီး
10
  အခြားစားသောက်ကုန်ပစ္စည်းတွေကလည်း လိုက်ပါပြောင်းလဲလေ့ ရှိပါတယ်။
11
  candidate_labels: commerce, fashion, music, politics, sports
12
- multi_class: true
13
  example_title: Myanmar Economy
14
  - text: >-
15
  ၂၀၁၇ ခုနှစ် ဇွန်လ ၃၀ ရက်နေ့တွင် ရန်ကုန်မြို့၌ ကျင်းပသော ကိုယ်ခံပညာပေါင်းစုံ
@@ -58,7 +58,19 @@ Please refer to the papers for original foundation model: DeBERTa [https://arxiv
58
 
59
  Use the code below to get started with the model.
60
 
61
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ## Training Details
64
 
@@ -75,7 +87,7 @@ The model was fine-tuned using this combined dataset for a single epoch.
75
 
76
  This model has been evaluted on myXNLI testset for Myanmar accuracy. We also provide the accuracy for English using XNLI testset.
77
 
78
- | Model | Myanmar accuracy | English accuracy |
79
  | ----- | ----- | ----- |
80
  | mDeBERTa-v3-base-myXNLI | 88.02 | 80.99 |
81
 
@@ -83,8 +95,6 @@ This model has been evaluted on myXNLI testset for Myanmar accuracy. We also pro
83
 
84
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
85
 
86
- **BibTeX:**
87
-
88
  [More Information Needed]
89
 
90
  ## Model Card Contact
 
9
  မြန်မာ့စီးပွားရေးမှာ ရွှေ နဲ့ ဒေါ်လာက အရေးပါသလို ဒေါ်လာစျေးပေါ်မူတည်ပြီး
10
  အခြားစားသောက်ကုန်ပစ္စည်းတွေကလည်း လိုက်ပါပြောင်းလဲလေ့ ရှိပါတယ်။
11
  candidate_labels: commerce, fashion, music, politics, sports
12
+ multi_class: false
13
  example_title: Myanmar Economy
14
  - text: >-
15
  ၂၀၁၇ ခုနှစ် ဇွန်လ ၃၀ ရက်နေ့တွင် ရန်ကုန်မြို့၌ ကျင်းပသော ကိုယ်ခံပညာပေါင်းစုံ
 
58
 
59
  Use the code below to get started with the model.
60
 
61
+ ```
62
+ from transformers import pipeline
63
+
64
+ pipe = pipeline(model="akhtet/mDeBERTa-v3-base-myXNLI")
65
+ pipe("မြန်မာ့စီးပွားရေးမှာ ရွှေ နဲ့ ဒေါ်လာက အရေးပါသလို ဒေါ်လာစျေးပေါ်မူတည်ပြီး အခြားစားသောက်ကုန်ပစ္စည်းတွေကလည်း လိုက်ပါပြောင်းလဲလေ့ ရှိပါတယ်။",
66
+ candidate_labels=["commerce, fashion, music, politics, sports"],
67
+ )
68
+ # output
69
+ >>> {'sequence': 'I have a problem with my iphone that needs to be resolved asap!!', 'labels': ['urgent', 'phone', 'computer', 'not urgent', 'tablet'], 'scores': [0.504, 0.479, 0.013, 0.003, 0.002]}
70
+
71
+ ```
72
+
73
+ Fore more details, please refer to HuggingFace documentation https://huggingface.co/tasks/zero-shot-classification
74
 
75
  ## Training Details
76
 
 
87
 
88
  This model has been evaluted on myXNLI testset for Myanmar accuracy. We also provide the accuracy for English using XNLI testset.
89
 
90
+ | Model | English accuracy | Myanmar accuracy |
91
  | ----- | ----- | ----- |
92
  | mDeBERTa-v3-base-myXNLI | 88.02 | 80.99 |
93
 
 
95
 
96
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
97
 
 
 
98
  [More Information Needed]
99
 
100
  ## Model Card Contact