File size: 797 Bytes
25186d5
 
 
 
 
 
 
 
 
97680e5
25186d5
 
 
 
 
 
 
 
 
 
e0b5eb4
 
 
 
25186d5
 
 
 
 
0be22f3
 
 
 
 
 
 
 
 
 
 
 
 
97680e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
annotations_creators:
- no-annotation
language:
- tt
license: apache-2.0
multilinguality:
- monolingual
size_categories:
- 100K<n<1M
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
- masked-language-modeling
pretty_name: TatarCrawl
configs:
- config_name: default
  data_files:
  - split: news_noisy
    path: train/news_noisy_*
  - split: news_clean
    path: train/news_clean_*
tags:
- tt
- crawl
- news
---


### Dataset Summary

In an effort to democratize research on low-resource languages, we release TatarCrawl dataset, a web news corpus consisting of materials from nearly 15 unique sources in the Tatar Language.


To load and use dataset, run this script:

```python
from datasets import load_dataset

tt_crawl=load_dataset("neurotatarlar/tt-crawl")
```