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

CGD_instructions references images that aren't there in the parquets #329

Open
StrangeTcy opened this issue Jan 16, 2024 · 1 comment
Open

Comments

@StrangeTcy
Copy link

https://huggingface.co/datasets/pufanyi/MIMICIT/tree/main/data/CGD/
CGD_instructions.json has lines with references like "image_ids": ["CGD_IMG_0000000000069568", "CGD_IMG_000000328270"], "rel_ins_ids": ["CGD_INS_000001"], but https://huggingface.co/datasets/pufanyi/MIMICIT/tree/main/data/CGD/CGD_frames.parquet apparently doesn't have any CGD_INS_ rows.
Surely there are newer folders like https://huggingface.co/datasets/pufanyi/MIMICIT/tree/main/CGD, but these only have parquets and no jsons with instructions.

@Luodian
Copy link
Owner

Luodian commented Jan 17, 2024

We did change the structure of HF's dataset into parquets (inside it, it's a Dataframe object) as suggested by HF staff. So this dataset would be visible to viewers.

It should be accessed via

from datasets import load_dataset
data = load_dataset("pufanyi/MIMICIT", "CGD", use_auth_token=True)

@pufanyi Would you mind to address this question with more details?

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