
transhumanist-already-exists/crh_monocorpus-bpe-50_256
Updated
In an effort to democratize research on low-resource languages, we release CrimeanTatarMonocorpus dataset, a books corpus consisting of materials from 100+ unique sources in the Crimean Tatar Language. All annotation was done for Crimean Tatar corpus project. The text is provided as is, so some pre-processing is needed. For example, some subtitles contain timestamps information. Both Cyrillic and Latin alphabets are used in text, so to switch between them you could use this transliterator.
To load and use dataset, run this script:
from datasets import load_dataset
crh_corpus=load_dataset("QIRIM/crh_monocorpus")