hungeni commited on
Commit
2ecf02a
1 Parent(s): c7e5129

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,11 +1,38 @@
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - text-generation
5
  language:
6
  - vi
 
7
  size_categories:
8
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
 
 
1
  ---
 
 
 
2
  language:
3
  - vi
4
+ license: apache-2.0
5
  size_categories:
6
  - 100K<n<1M
7
+ task_categories:
8
+ - text-generation
9
+ dataset_info:
10
+ features:
11
+ - name: title
12
+ dtype: string
13
+ - name: sapo
14
+ dtype: string
15
+ - name: cate
16
+ dtype: string
17
+ - name: tags
18
+ dtype: string
19
+ - name: publish
20
+ dtype: string
21
+ - name: source
22
+ dtype: string
23
+ - name: content
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 5061759896
28
+ num_examples: 1395443
29
+ download_size: 2178488132
30
+ dataset_size: 5061759896
31
+ configs:
32
+ - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: data/train-*
36
  ---
37
 
38