Note that this model is mostly used for tests
Browse files
README.md
CHANGED
@@ -50,6 +50,9 @@ metrics:
|
|
50 |
|
51 |
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. In particular, this SpanMarker model uses [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) as the underlying encoder.
|
52 |
|
|
|
|
|
|
|
53 |
## Usage
|
54 |
|
55 |
To use this model for inference, first install the `span_marker` library:
|
|
|
50 |
|
51 |
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. In particular, this SpanMarker model uses [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) as the underlying encoder.
|
52 |
|
53 |
+
## Note
|
54 |
+
This model is primarily used for efficient tests on the [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) GitHub repository.
|
55 |
+
|
56 |
## Usage
|
57 |
|
58 |
To use this model for inference, first install the `span_marker` library:
|