Jr23xd23 abdullahamlwakeb commited on
Commit
7adb8aa
·
verified ·
1 Parent(s): be70fe5

fix dataset loading by using the proper file extension `parquet` (#3)

Browse files

- fix dataset loading by using the proper file extension `parquet` (71cfd1f460390b8758d58024ab980a9d463418df)


Co-authored-by: Abdullah Aml <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
- path: "*.jsonl"
25
  ---
26
 
27
  # ArabicText-Large: High-Quality Arabic Corpus for LLM Training
 
21
  - config_name: default
22
  data_files:
23
  - split: train
24
+ path: "data/*.parquet"
25
  ---
26
 
27
  # ArabicText-Large: High-Quality Arabic Corpus for LLM Training