Add missing space
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ metrics:
|
|
| 47 |
|
| 48 |
# SpanMarker for Named Entity Recognition
|
| 49 |
|
| 50 |
-
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be
|
| 51 |
|
| 52 |
## Usage
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
# SpanMarker for Named Entity Recognition
|
| 49 |
|
| 50 |
+
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. In particular, this SpanMarker model uses [roberta-large](https://huggingface.co/roberta-large) as the underlying encoder.
|
| 51 |
|
| 52 |
## Usage
|
| 53 |
|