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

add bach script #47

Closed
wants to merge 1 commit into from

Conversation

roman807
Copy link
Collaborator

Adds a script with instructions of how to download the 'BACH' dataset and create a metadata-file (csv with the columns 'path', 'label', 'split').

BACH could be used as a first dataset/task example for an end2end workflow.

@roman807 roman807 linked an issue Jan 23, 2024 that may be closed by this pull request
@@ -0,0 +1,81 @@
"""script to create metadata for the BACH dataset
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest a bit different folder structure:

scripts
  | 
  datasets
    |
    BACH
      |- README.md
      |- generate_metadata.py

Now in README.md we can put some info abou the dataset and then instructions on how to use it (step 1: download the dataset from to this 2. Then execute the script python scripts/datasets/BACH/generate_metadata.py ... etc)

Basically something similar to this

What do you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, created an issue for this: #70

@nkaenzig
Copy link
Collaborator

@roman807 I added the logic from here now to: https://github.com/kaiko-ai/eva/pull/64/files

@roman807
Copy link
Collaborator Author

this is now covered here: #64

@roman807 roman807 closed this Jan 25, 2024
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

Successfully merging this pull request may close these issues.

Add a script for BACH metadata generation
3 participants