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

Misalignment between file format specified in configs metadata YAML and the inferred builder #6140

Closed
albertvillanova opened this issue Aug 10, 2023 · 0 comments · Fixed by #6154
Labels
bug Something isn't working

Comments

@albertvillanova
Copy link
Member

There is a misalignment between the format of the data_files specified in the configs metadata YAML (CSV):

configs:
  - config_name: default
    data_files:
      - split: train
        path: data.csv

and the inferred builder (JSON). Note there are multiple JSON files in the repo, but they do not appear in the configs metadata YAML.

See: https://huggingface.co/datasets/freddyaboulton/chatinterface_with_image_csv/discussions/1

CC: @freddyaboulton @polinaeterna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant