gaydmi commited on
Commit
eb406ef
·
verified ·
1 Parent(s): 76ec21a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: mono
4
+ features:
5
+ - name: file_path
6
+ dtype: string
7
+ - name: content
8
+ dtype: string
9
+ splits:
10
+ - name: train
11
+ configs:
12
+ - config_name: mono
13
+ data_files:
14
+ - split: train
15
+ path: mono/crawl*
16
+ task_categories:
17
+ - fill-mask
18
+ language:
19
+ - tt
20
+ size_categories:
21
+ - 1M<n<10M
22
+ ---