SpanMarker
Last updated
Last updated
is a framework for training powerful Named Entity Recognition models using familiar encoders such as BERT, RoBERTa and DeBERTa. Tightly implemented on top of the 🌍 Transformers library, SpanMarker can take good advantage of it. As a result, SpanMarker will be intuitive to use for anyone familiar with Transformers.
You can find span_marker
models by filtering at the left of the .
All models on the Hub come with these useful features:
An automatically generated model card with a brief description.
An interactive widget you can use to play with the model directly in the browser.
An Inference API that allows you to make inference requests.
To get started, you can follow the . You can also use the following one-line install through pip:
Copied
All span_marker
models can easily be loaded from the Hub.
Copied
Copied
Copied
If you want to load a specific SpanMarker model, you can click Use in SpanMarker
and you will be given a working snippet!
Once loaded, you can use to perform inference.
SpanMarker
SpanMarker