Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:

There is an indentation error in the code: in the loop for processing text file content, words.append(word) and the following lines are placed outside the loop instead of inside it. This causes only the data from the last line to be preserved, rather than data from all lines.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment