fix: point dataset config at the parquet shards in the repo root
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ configs:
|
|
| 49 |
default: true
|
| 50 |
data_files:
|
| 51 |
- split: train
|
| 52 |
-
path:
|
| 53 |
dataset_info:
|
| 54 |
config_name: documents
|
| 55 |
features:
|
|
|
|
| 49 |
default: true
|
| 50 |
data_files:
|
| 51 |
- split: train
|
| 52 |
+
path: train-*.parquet
|
| 53 |
dataset_info:
|
| 54 |
config_name: documents
|
| 55 |
features:
|