Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,19 @@ configs:
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
+
license: cc-by-sa-3.0
|
| 20 |
+
task_categories:
|
| 21 |
+
- translation
|
| 22 |
+
language:
|
| 23 |
+
- bo
|
| 24 |
+
- en
|
| 25 |
+
size_categories:
|
| 26 |
+
- 10K<n<100K
|
| 27 |
---
|
| 28 |
+
|
| 29 |
+
This data consists of Tibetan-English text pairs for machine translation. This data was extracted from [Jeffrey Hopkins'
|
| 30 |
+
Tibetan-Sanskrit-English Dictionary](https://glossaries.dila.edu.tw/data/hopkins.dila.pdf) as prepared as a '.xml' file by in **[manyoso/tibetan-corpus](https://github.com/manyoso/tibetan_corpus/tree/master)**.
|
| 31 |
+
|
| 32 |
+
It was reformatted using [the code found here](https://github.com/billingsmoore/MLotsawa/blob/main/Notebooks/Datasets/Hopkins/ConvertToDatasetFormat.ipynb).
|
| 33 |
+
|
| 34 |
+
The topic labels were generated with [easy_text_clustering](https://pypi.org/project/easy-text-clustering/) using [the code found here](https://github.com/billingsmoore/MLotsawa/blob/main/Notebooks/Datasets/Hopkins/TopicLabeling.ipynb).
|