SpanMarker
Using SpanMarker at Hugging Face
SpanMarker 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.
Exploring SpanMarker in the Hub
You can find span_marker
models by filtering at the left of the models page.
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.
Installation
To get started, you can follow the SpanMarker installation guide. You can also use the following one-line install through pip:
Copied
Using existing models
All span_marker
models can easily be loaded from the Hub.
Copied
Once loaded, you can use SpanMarkerModel.predict
to perform inference.
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!
Additional resources
SpanMarker repository
SpanMarker docs
Last updated