Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- bo
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- tibetan
|
10 |
+
- translation
|
11 |
+
- nlp
|
12 |
+
- transliteration
|
13 |
+
- buddhism
|
14 |
+
- dharma
|
15 |
+
size_categories:
|
16 |
+
- 10K<n<100K
|
17 |
+
---
|
18 |
+
|
19 |
+
This dataset consists of three columns, the first of which is a sentence or phrase in Tibetan, the second is the phonetic transliteration of the Tibetan, and the third is the English translation of the Tibetan.
|
20 |
+
|
21 |
+
This dataset is identical to ['billingsmoore/tibetan-phonetic-transliteration'](https://huggingface.co/datasets/billingsmoore/tibetan-phonetic-transliteration-dataset) with the addition of a third column of translations.
|
22 |
+
|
23 |
+
The dataset was scraped from Lotsawa House and is released under the same license as the texts from which it is sourced.
|
24 |
+
|
25 |
+
The dataset was used to train the model 'billingsmoore/tibetan-phonetic-transliteration' which is part of the larger MLotsawa project.
|