saihtaungkham commited on
Commit
e373720
·
1 Parent(s): dd7f5ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
 
5
  # Burmese RoBERTa
@@ -177,7 +183,10 @@ for idx in range(len(input_texts)):
177
  ('မင်းသမီးလေးက ချစ်စရာလေး', 'ဗိုက်ဆာတယ်။', 0.9686307907104492)
178
  ```
179
 
 
 
 
180
  # Credit
181
  I thank the original author and contributor mentioned in the dataset sections.
182
  We have the technologies but need the datasets to make the model work. The transformer model has been available since 2017. However, it is still challenging to train the model due to the low language resources available over the internet. This model will be a stepping stone for us to create a more open model for the Myanmar language and benefit our community.
183
- Anyone is welcome to contact me regarding the license and contribution to the improvement of this model.
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - my
5
+ tags:
6
+ - burmese
7
+ - transformer
8
+ - nlp
9
  ---
10
 
11
  # Burmese RoBERTa
 
183
  ('မင်းသမီးလေးက ချစ်စရာလေး', 'ဗိုက်ဆာတယ်။', 0.9686307907104492)
184
  ```
185
 
186
+ # Warning
187
+ This model uses internet-curated data and may contain bias, violence, explicit language, sexual content, and harmful responses. Please use it with care.
188
+
189
  # Credit
190
  I thank the original author and contributor mentioned in the dataset sections.
191
  We have the technologies but need the datasets to make the model work. The transformer model has been available since 2017. However, it is still challenging to train the model due to the low language resources available over the internet. This model will be a stepping stone for us to create a more open model for the Myanmar language and benefit our community.
192
+ Anyone is welcome to contact me regarding the dataset license and contribution to the improvement of this model.