jetaudio commited on
Commit
3b5ac2b
1 Parent(s): f0551e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 68939074439.0
16
+ num_examples: 19582227
17
+ - name: validation
18
+ num_bytes: 349157289.0
19
+ num_examples: 104519
20
+ download_size: 35606535605
21
+ dataset_size: 69288231728.0
22
+ ---
23
+ # Dataset Card for "binhvq_news"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)