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]>
README.md
CHANGED
|
@@ -21,7 +21,7 @@ configs:
|
|
| 21 |
- config_name: default
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
-
path: "
|
| 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
|