How to use P0L3/CliReNER-distilroberta-base with SpanMarker:
from span_marker import SpanMarkerModel model = SpanMarkerModel.from_pretrained("P0L3/CliReNER-distilroberta-base")
How to fix it?