Support streaming and loading on Windows
#2
by
albertvillanova
HF staff
- opened
Currently, file paths are joined with string concatenation using the slash /
. This does not work on Windows machines, that use the back-slash \
.
This PR uses os.path.join
to join file paths.
- This support loading this dataset on Windows machines
- This additionally makes this dataset support loading in streaming mode
albertvillanova
changed pull request title from
Use os.path.join to join paths
to Support streaming and loading on Windows
ccdv
changed pull request status to
merged