phuepwint-thwe commited on
Commit
d773cbd
·
1 Parent(s): cb1b979

Fixed YAML metadata in README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,10 +1,17 @@
1
  ---
2
  # Dataset Name
 
3
 
4
- ## License
5
- This dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License[_{{{CITATION{{{_1{hub-docs/docs/hub/repositories-licenses.md at main - GitHub](https://github.com/huggingface/hub-docs/blob/main/docs/hub/repositories-licenses.md). You can find the full license text .
 
 
 
 
6
 
7
- ## Usage
8
- Please ensure you comply with the terms of the license when using this dataset.
9
 
 
 
10
  ---
 
1
  ---
2
  # Dataset Name
3
+ name: my-en-transliteration
4
 
5
+ license: cc-by-nc-sa-4.0 # Ensure the license is valid
6
+ tags:
7
+ - translation
8
+ - transliteration
9
+ - myanmar
10
+ - english
11
 
12
+ description: >
13
+ This dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License. You can find the full license text [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).
14
 
15
+ usage: >
16
+ Please ensure you comply with the terms of the license when using this dataset.
17
  ---