tomaarsen HF staff commited on
Commit
97226a6
1 Parent(s): b2ac7e8

Add link to uncased model

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -43,6 +43,9 @@ metrics:
43
 
44
  This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. 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.
45
 
 
 
 
46
  ## Labels & Metrics
47
 
48
  | **Label** | **Examples** | **Precision** | **Recall** | **F1** |
 
43
 
44
  This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for Named Entity Recognition. 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.
45
 
46
+ Is your data not (always) capitalized correctly? Then consider using the uncased variant of this model instead for better performance:
47
+ [tomaarsen/span-marker-bert-base-uncased-cross-ner](https://huggingface.co/tomaarsen/span-marker-bert-base-uncased-cross-ner).
48
+
49
  ## Labels & Metrics
50
 
51
  | **Label** | **Examples** | **Precision** | **Recall** | **F1** |