khaledyusuf44 commited on
Commit
d77214b
·
verified ·
1 Parent(s): b5ab1f8

Update dataset card YAML for parquet shards

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,9 +12,9 @@ configs:
12
  - config_name: default
13
  data_files:
14
  - split: train
15
- path: train.jsonl
16
  - split: validation
17
- path: validation.jsonl
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 line in `train.jsonl` and `validation.jsonl` is one JSON object:
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.