tomaarsen HF staff commited on
Commit
1508430
1 Parent(s): e6e1939

Only -> always

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ metrics:
52
 
53
  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-uncased](https://huggingface.co/bert-base-uncased) as the underlying encoder. See [train.py](train.py) for the training script.
54
 
55
- Is your data only capitalized correctly? Then consider using the cased variant of this model instead for better performance:
56
  [tomaarsen/span-marker-bert-base-acronyms](https://huggingface.co/tomaarsen/span-marker-bert-base-acronyms).
57
 
58
  ## Metrics
 
52
 
53
  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-uncased](https://huggingface.co/bert-base-uncased) as the underlying encoder. See [train.py](train.py) for the training script.
54
 
55
+ Is your data always capitalized correctly? Then consider using the cased variant of this model instead for better performance:
56
  [tomaarsen/span-marker-bert-base-acronyms](https://huggingface.co/tomaarsen/span-marker-bert-base-acronyms).
57
 
58
  ## Metrics