Add training script link
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ model-index:
|
|
64 |
|
65 |
# SpanMarker with bert-base-uncased on BioNLP2004
|
66 |
|
67 |
-
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [BioNLP2004](https://huggingface.co/datasets/tner/bionlp2004) 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.
|
68 |
|
69 |
## Model Details
|
70 |
|
|
|
64 |
|
65 |
# SpanMarker with bert-base-uncased on BioNLP2004
|
66 |
|
67 |
+
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [BioNLP2004](https://huggingface.co/datasets/tner/bionlp2004) 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.
|
68 |
|
69 |
## Model Details
|
70 |
|