Token Classification
SpanMarker
Safetensors
ner
named-entity-recognition
generated_from_span_marker_trainer
Eval Results (legacy)
Instructions to use lambdavi/span-marker-luke-base-conll2003 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SpanMarker
How to use lambdavi/span-marker-luke-base-conll2003 with SpanMarker:
from span_marker import SpanMarkerModel model = SpanMarkerModel.from_pretrained("lambdavi/span-marker-luke-base-conll2003") - Notebooks
- Google Colab
- Kaggle
Update the code snippets slightly
#2
by tomaarsen HF Staff - opened
It seems to work well with that adjustment!
This pull request updates the snippets a bit for a bit more clarity.
Perfect, thanks!
lambdavi changed pull request status to merged