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 · 0 comments
Open

irc_disentangle - Issue with splitting data #6906

eor51355 opened this issue May 17, 2024 · 0 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

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

1 participant