Polina Kazakova

Results 54 comments of Polina Kazakova

@DCNemesis that's interesting, could you please share the error message if you still can access it?

@lhoestq @mariosasko I don't know what to do with the test, do you have any ideas? :)

also it's passed in `pyarrow_latest_WIN`

@lhoestq I think it doesn't change the API itself, it just doesn't infer labels by default, but you can **still** set `drop_labels=False` to `load_dataset` and the labels will be inferred....

@mariosasko could you please review this PR again? :) most of the tests for AutoFolder (base class for AudioFolder and ImageFolder) are now basically copied from Image/AudioFolder (their tests are...

@mariosasko thank you for the review! I'm sorry I accidentally asked for the review again, ignore it.

@SamSamhuns could you please try to load it with the current main-branch version of `datasets`? I suppose the problem is that it tries to get splits names from filenames in...

> @polinaeterna @lhoestq Perhaps one way to fix this would be to swap the [order](https://github.com/huggingface/datasets/blob/38c8c725f3996ff1ff03f6fd461aa6d645321034/src/datasets/data_files.py#L78-L79) of the patterns if data_dir is specified (or if load_dataset(data_dir) is called)? Sounds good to...

hi @shaneacton ! could you please show your dataset structure?