Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -63,11 +63,11 @@ dataset_info:
|
|
| 63 |
- name: question
|
| 64 |
dtype: string
|
| 65 |
splits:
|
| 66 |
-
- name:
|
| 67 |
num_examples: 504
|
| 68 |
configs:
|
| 69 |
- config_name: default
|
| 70 |
data_files:
|
| 71 |
-
- split:
|
| 72 |
-
path: data/
|
| 73 |
---
|
|
|
|
| 63 |
- name: question
|
| 64 |
dtype: string
|
| 65 |
splits:
|
| 66 |
+
- name: test
|
| 67 |
num_examples: 504
|
| 68 |
configs:
|
| 69 |
- config_name: default
|
| 70 |
data_files:
|
| 71 |
+
- split: test
|
| 72 |
+
path: data/test-*
|
| 73 |
---
|