Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
-
- split:
|
| 6 |
-
path: data/
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: type
|
|
@@ -21,7 +21,7 @@ dataset_info:
|
|
| 21 |
- name: source
|
| 22 |
dtype: string
|
| 23 |
splits:
|
| 24 |
-
- name:
|
| 25 |
num_bytes: 81430
|
| 26 |
num_examples: 50
|
| 27 |
download_size: 35995
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
+
- split: validation
|
| 6 |
+
path: data/validation-*
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: type
|
|
|
|
| 21 |
- name: source
|
| 22 |
dtype: string
|
| 23 |
splits:
|
| 24 |
+
- name: validation
|
| 25 |
num_bytes: 81430
|
| 26 |
num_examples: 50
|
| 27 |
download_size: 35995
|