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:
|