Token Classification
SpanMarker
PyTorch
TensorBoard
Safetensors
English
ner
named-entity-recognition
generated_from_span_marker_trainer
Eval Results (legacy)
Instructions to use tomaarsen/span-marker-bert-base-acronyms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SpanMarker
How to use tomaarsen/span-marker-bert-base-acronyms with SpanMarker:
from span_marker import SpanMarkerModel model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-bert-base-acronyms") - Notebooks
- Google Colab
- Kaggle
Link to uncased model
Browse files
README.md
CHANGED
|
@@ -52,6 +52,9 @@ metrics:
|
|
| 52 |
|
| 53 |
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [acronym_identification](https://huggingface.co/datasets/acronym_identification) dataset. In particular, this SpanMarker model uses [bert-base-cased](https://huggingface.co/bert-base-cased) as the underlying encoder. See [train.py](train.py) for the training script.
|
| 54 |
|
|
|
|
|
|
|
|
|
|
| 55 |
## Metrics
|
| 56 |
|
| 57 |
It achieves the following results on the validation set:
|
|
|
|
| 52 |
|
| 53 |
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [acronym_identification](https://huggingface.co/datasets/acronym_identification) dataset. In particular, this SpanMarker model uses [bert-base-cased](https://huggingface.co/bert-base-cased) as the underlying encoder. See [train.py](train.py) for the training script.
|
| 54 |
|
| 55 |
+
Is your data not (always) capitalized correctly? Then consider using the uncased variant of this model instead for better performance:
|
| 56 |
+
[tomaarsen/span-marker-bert-base-uncased-acronyms](https://huggingface.co/tomaarsen/span-marker-bert-base-uncased-acronyms).
|
| 57 |
+
|
| 58 |
## Metrics
|
| 59 |
|
| 60 |
It achieves the following results on the validation set:
|