tomaarsen/SpanMarkerNER

[Deps Bug] ImportError: cannot import name 'DatasetFilter' from 'huggingface_hub'

Opened this issue · 0 comments

I think huggingface_hub updated, and now span marker doesn't work without manually restricting the version of huggingface_hub

In a fresh venv run pip install span-marker

Then, running from span_marker import SpanMarkerModel produces the error in the title

Probably should fix the import and adjust the dependencies