MLDataScientist commited on
Commit
3ed7209
1 Parent(s): 66d419f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -26
README.md CHANGED
@@ -1,26 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: id
6
- dtype: string
7
- - name: url
8
- dtype: string
9
- - name: title
10
- dtype: string
11
- - name: text
12
- dtype: string
13
- - name: text_len
14
- dtype: int64
15
- splits:
16
- - name: train
17
- num_bytes: 415422789
18
- num_examples: 259716
19
- download_size: 219275784
20
- dataset_size: 415422789
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: url
8
+ dtype: string
9
+ - name: title
10
+ dtype: string
11
+ - name: text
12
+ dtype: string
13
+ - name: text_len
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 415422789
18
+ num_examples: 259716
19
+ download_size: 219275784
20
+ dataset_size: 415422789
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ task_categories:
27
+ - text-generation
28
+ - text-classification
29
+ language:
30
+ - uz
31
+ size_categories:
32
+ - 100K<n<1M
33
+ ---