gaydmi commited on
Commit
0be22f3
1 Parent(s): 25186d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -25,3 +25,17 @@ tags:
25
  - crawl
26
  - news
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - crawl
26
  - news
27
  ---
28
+
29
+
30
+ ### Dataset Summary
31
+
32
+ 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.
33
+
34
+
35
+ To load and use dataset, run this script:
36
+
37
+ ```python
38
+ from datasets import load_dataset
39
+
40
+ tt_crawl=load_dataset("neurotatarlar/tt-crawl")
41
+ ```