tomaarsen HF staff commited on
Commit
6c6db68
1 Parent(s): b32e7e4

Note that this model is mostly used for tests

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -46,6 +46,9 @@ metrics:
46
 
47
  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.
48
 
 
 
 
49
  ## Usage
50
 
51
  To use this model for inference, first install the `span_marker` library:
 
46
 
47
  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.
48
 
49
+ ## Note
50
+ This model is primarily used for efficient tests on the [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) GitHub repository.
51
+
52
  ## Usage
53
 
54
  To use this model for inference, first install the `span_marker` library: