bigscience-workshop / biomedical

Tools for curating biomedical training data for large-scale language modeling
439 stars 111 forks source link

Flambe Dependency Bug #921

Open raissinging opened 1 month ago

raissinging commented 1 month ago

Describe the bug

On Hugging Face when using flambe or anytime you load_dataset it has a DatasetModuleNotInstalledError for bigbio.

This is because in flambe.py I put: from bigbio.utils import schemas

Instead I should've imported the schema using .bigbiohub I have created a pull request to fix this issue. Sorry about this issue.