tomaarsen HF staff commited on
Commit
1cfe586
1 Parent(s): dcba39f

Add training script link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -142,7 +142,7 @@ 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.
146
 
147
  ## Model Details
148
 
 
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