Update dataset card YAML for parquet shards
Browse files
README.md
CHANGED
|
@@ -12,9 +12,9 @@ configs:
|
|
| 12 |
- config_name: default
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
-
path: train.
|
| 16 |
- split: validation
|
| 17 |
-
path: validation.
|
| 18 |
tags:
|
| 19 |
- somali
|
| 20 |
- low-resource
|
|
@@ -51,7 +51,7 @@ Somali is a low-resource language with ~25 million speakers worldwide. Existing
|
|
| 51 |
|
| 52 |
### Data fields
|
| 53 |
|
| 54 |
-
Each
|
| 55 |
|
| 56 |
- `id` (string): source-prefixed unique identifier (e.g. `hplt2-so_12345`).
|
| 57 |
- `text` (string): the document body, cleaned and length-filtered.
|
|
|
|
| 12 |
- config_name: default
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
+
path: "train-*.parquet"
|
| 16 |
- split: validation
|
| 17 |
+
path: validation.parquet
|
| 18 |
tags:
|
| 19 |
- somali
|
| 20 |
- low-resource
|
|
|
|
| 51 |
|
| 52 |
### Data fields
|
| 53 |
|
| 54 |
+
Each row in the train shards (`train-*.parquet`) and `validation.parquet` has the schema:
|
| 55 |
|
| 56 |
- `id` (string): source-prefixed unique identifier (e.g. `hplt2-so_12345`).
|
| 57 |
- `text` (string): the document body, cleaned and length-filtered.
|