bigscience-workshop / biomedical

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

Close #921 (Flambe Dependency Fix) #922

Open raissinging opened 1 month ago

raissinging commented 1 month ago

closes #921

There is a dependency issue in the recently merged flambe dataset as it imports the bigbio schemas from the wrong file. I think this PR should fix that issue by importing the schemas using .bigbiohub instead of from bigbio.utils (a file that is in a different folder and which I think causes the ImportError).

Checkbox