Datasets:
phuepwint-thwe
commited on
Commit
·
d773cbd
1
Parent(s):
cb1b979
Fixed YAML metadata in README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
---
|
2 |
# Dataset Name
|
|
|
3 |
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
|
8 |
-
|
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 |
---
|