tomaarsen HF staff commited on
Commit
bfc3164
1 Parent(s): 3a519c5

Fix broken URLs

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -142,14 +142,14 @@ model-index:
142
 
143
  # SpanMarker with bert-base-uncased on Inspec
144
 
145
- This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [Inspec](https://huggingface.co/datasets/midas/inspec) dataset that can be used for Named Entity Recognition. This SpanMarker model uses [bert-base-uncased](https://huggingface.co/models/bert-base-uncased) as the underlying encoder. See [train.py](train.py) for the training script.
146
 
147
  ## Model Details
148
 
149
  ### Model Description
150
 
151
  - **Model Type:** SpanMarker
152
- - **Encoder:** [bert-base-uncased](https://huggingface.co/models/bert-base-uncased)
153
  - **Maximum Sequence Length:** 256 tokens
154
  - **Maximum Entity Length:** 8 words
155
  - **Training Dataset:** [Inspec](https://huggingface.co/datasets/midas/inspec)
 
142
 
143
  # SpanMarker with bert-base-uncased on Inspec
144
 
145
+ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [Inspec](https://huggingface.co/datasets/midas/inspec) dataset that can be used for Named Entity Recognition. 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.
146
 
147
  ## Model Details
148
 
149
  ### Model Description
150
 
151
  - **Model Type:** SpanMarker
152
+ - **Encoder:** [bert-base-uncased](https://huggingface.co/bert-base-uncased)
153
  - **Maximum Sequence Length:** 256 tokens
154
  - **Maximum Entity Length:** 8 words
155
  - **Training Dataset:** [Inspec](https://huggingface.co/datasets/midas/inspec)