LeoTungAnh commited on
Commit
0ae9cef
1 Parent(s): fe816b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -20,13 +20,18 @@ dataset_info:
20
  - name: train
21
  num_bytes: 77588260
22
  num_examples: 370
23
- download_size: 41005326
24
- dataset_size: 77588260
 
 
 
25
  configs:
26
  - config_name: default
27
  data_files:
28
  - split: train
29
  path: data/train-*
 
 
30
  ---
31
  **Download the Dataset**:
32
  ```python
 
20
  - name: train
21
  num_bytes: 77588260
22
  num_examples: 370
23
+ - name: validation
24
+ num_bytes: 77730340
25
+ num_examples: 370
26
+ download_size: 82303497
27
+ dataset_size: 155318600
28
  configs:
29
  - config_name: default
30
  data_files:
31
  - split: train
32
  path: data/train-*
33
+ - split: validation
34
+ path: data/validation-*
35
  ---
36
  **Download the Dataset**:
37
  ```python