Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irc_disentangle - Issue with splitting data #6906

Open
eor51355 opened this issue May 17, 2024 · 3 comments
Open

irc_disentangle - Issue with splitting data #6906

eor51355 opened this issue May 17, 2024 · 3 comments

Comments

@eor51355
Copy link

Describe the bug

I am trying to access your database through python using "datasets.load_dataset("irc_disentangle")" and I am getting this error message:

ValueError: Instruction "train" corresponds to no data!

Steps to reproduce the bug

import datasets
ds = datasets.load_dataset('irc_disentangle')
ds

Expected behavior

The data is supposed to load into ds and be accessable as such:
ds['train'][1050], ds['train'][1055]

Environment info

I tired Python 3.12 and 3.10

@eor51355
Copy link
Author

eor51355 commented Jun 11, 2024 via email

@cybest0608
Copy link

I still find out that there are some strange bug in v2.15.0 of datasets. it seems like that the *.arrow file cannot be established. it may be an index of the subsets. well I still try to debug it. but, one of the most efficient way may be using the google colab to build this index in the ~/huggingface/datasets, and than download them to replace the local file.....lol......it works!

@eor51355
Copy link
Author

eor51355 commented Jun 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants