Update broken URLs
Browse files
README.md
CHANGED
@@ -64,14 +64,14 @@ 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/
|
68 |
|
69 |
## Model Details
|
70 |
|
71 |
### Model Description
|
72 |
|
73 |
- **Model Type:** SpanMarker
|
74 |
-
- **Encoder:** [bert-base-uncased](https://huggingface.co/
|
75 |
- **Maximum Sequence Length:** 256 tokens
|
76 |
- **Maximum Entity Length:** 8 words
|
77 |
- **Training Dataset:** [BioNLP2004](https://huggingface.co/datasets/tner/bionlp2004)
|
|
|
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/bert-base-uncased) as the underlying encoder. See [train.py](train.py) for the training script.
|
68 |
|
69 |
## Model Details
|
70 |
|
71 |
### Model Description
|
72 |
|
73 |
- **Model Type:** SpanMarker
|
74 |
+
- **Encoder:** [bert-base-uncased](https://huggingface.co/bert-base-uncased)
|
75 |
- **Maximum Sequence Length:** 256 tokens
|
76 |
- **Maximum Entity Length:** 8 words
|
77 |
- **Training Dataset:** [BioNLP2004](https://huggingface.co/datasets/tner/bionlp2004)
|