Conversation
|
Hi @napsternxg! We are currently in the process of going through open issues and PRs and merging them whenever possible. Would it be doable for you to update your PR (and others you created) according to the latest contribution guide, i.e., making it compatible with the HF Hub? If you don't have bandwidth for this, me and other maintainers would try to amend your PR by making the required changes ourselves, ideally still giving due credit to your contribution while doing that. Please let me know what you think! |
|
Thanks @phlobo for the tag. |
|
@mariosaenger I migrated the original loader to the new format with some minor fixes. The implementation is pretty straightforward. Can you please review the PR? |
Please name your PR after the issue it closes. You can use the following line: "Closes #ISSUE-NUMBER" where you replace the ISSUE-NUMBER with the one corresponding to your dataset.
Fixes #27 - Add S800
If the following information is NOT present in the issue, please populate:
Checkbox
biodatasets/my_dataset/my_dataset.py(please use only lowercase and underscore for dataset naming)._CITATION,_DATASETNAME,_DESCRIPTION,_HOMEPAGE,_LICENSE,_URLs,_SUPPORTED_TASKS,_SOURCE_VERSION, and_BIGBIO_VERSIONvariables._info(),_split_generators()and_generate_examples()in dataloader script.BUILDER_CONFIGSclass attribute is a list with at least oneBigBioConfigfor the source schema and one for a bigbio schema.datasets.load_datasetfunction.python -m tests.test_bigbio biodatasets/my_dataset/my_dataset.py.