tomaarsen HF staff commited on
Commit
25258c3
·
1 Parent(s): 7cbb7c3

Point to training script

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -5,14 +5,16 @@ library_name: span-marker
5
  tags:
6
  - span-marker
7
  - token-classification
8
- - ner
9
- - named-entity-recognition
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 Named Entity Recognition. In particular, this SpanMarker model uses [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) as the underlying encoder.
 
 
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