billingsmoore commited on
Commit
1d0f5f6
1 Parent(s): 71fe538

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
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
+ - english
11
+ - translation
12
+ - nlp
13
+ - natural language processing
14
+ - buddhism
15
+ - dharma
16
+ size_categories:
17
+ - 1M<n<10M
18
+ ---
19
+
20
+ This dataset consists of a single csv with 10,000,000 rows which are pairs of sentences or phrases. The first member of each pair is a sentence or phrase in Classical Tibetan. The second member is the English translation of the first.
21
+
22
+ The pairs are pulled from texts sourced from Lotsawa House and are offered under the same license as the original texts from which they are sourced.
23
+
24
+ This data was scraped, cleaned, and formatted programmatically. Because of the difficulty in assembling data in this way from a variety of structures used by translators, it is not of high quality, and should only be used for proof-of-concept modeling.
25
+
26
+ This dataset was used to train the model ['billingsmoore/phonetic-tibetan-to-english-translation'](https://huggingface.co/billingsmoore/phonetic-tibetan-to-english-translation)
27
+
28
+ This dataset is also [available on Kaggle](https://www.kaggle.com/datasets/billingsmoore/classical-tibetan-to-english-translation-dataset).
29
+
30
+ This dataset was originally created for the [MLotsawa project and the code that was used to create it can be found here](https://github.com/billingsmoore/MLotsawa)