Point to training script
Browse files
README.md
CHANGED
@@ -5,14 +5,16 @@ library_name: span-marker
|
|
5 |
tags:
|
6 |
- span-marker
|
7 |
- token-classification
|
8 |
-
-
|
9 |
-
-
|
10 |
pipeline_tag: token-classification
|
11 |
---
|
12 |
|
13 |
# SpanMarker for Named Entity Recognition
|
14 |
|
15 |
-
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for
|
|
|
|
|
16 |
|
17 |
## Usage
|
18 |
|
|
|
5 |
tags:
|
6 |
- span-marker
|
7 |
- token-classification
|
8 |
+
- pos
|
9 |
+
- part-of-speech
|
10 |
pipeline_tag: token-classification
|
11 |
---
|
12 |
|
13 |
# SpanMarker for Named Entity Recognition
|
14 |
|
15 |
+
This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that can be used for identifying verbs in text.
|
16 |
+
In particular, this SpanMarker model uses [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) as the underlying encoder.
|
17 |
+
See [span_marker_verbs_train.ipynb](span_marker_verbs_train.ipynb) for the training script used to create this model.
|
18 |
|
19 |
## Usage
|
20 |
|