gaydmi commited on
Commit
25186d5
1 Parent(s): 141dc08

Create README.md

Browse files

### 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

uz_crawl=load_dataset("tahrirchi/uz-crawl")
```

Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - tt
6
+ license: apache-2.0
7
+ multilinguality:
8
+ - monolingual
9
+ size_categories:
10
+ - 10K<n<100K
11
+ task_categories:
12
+ - text-generation
13
+ - fill-mask
14
+ task_ids:
15
+ - language-modeling
16
+ - masked-language-modeling
17
+ pretty_name: TatarCrawl
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: news
22
+ path: train/news_*
23
+ tags:
24
+ - tt
25
+ - crawl
26
+ - news
27
+ ---