abdullahamlwakeb commited on
Commit
71cfd1f
·
verified ·
1 Parent(s): 7029e59

fix dataset loading by using the proper file extension `parquet`

Browse files

Fixing loading the dataset as it is not working right now because the wrong file extension in the dataset config

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