You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 anyCGD_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.
The text was updated successfully, but these errors were encountered: