AnnemarieWittig commited on
Commit
80ad6b5
·
1 Parent(s): 9f3521d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,6 +6,6 @@ library_name: spacy
6
  pipeline_tag: token-classification
7
  ---
8
 
9
- This is a NER-model trained using the spacy library in Python. It recognizes first names, second names and last names and uses a separate spacy model to find connected entities. It is based on spacy's English transformer pipeline (roberta-base). You can use it as any other spacy model.
10
 
11
  This model was created as part of the [Qanary-NER-automl-component's multi result branch](https://github.com/WSE-research/Qanary-NER-automl-component/tree/multi-result#automation-service). To include it in this component, refer to the [corresponding Readme chapter](https://github.com/WSE-research/Qanary-NER-automl-component#option-1). There are images containing this, and other, models already available to download. A list can be found in [the final chapter of the Readme](https://github.com/WSE-research/Qanary-NER-automl-component/tree/multi-result#ready-to-go-docker-images).
 
6
  pipeline_tag: token-classification
7
  ---
8
 
9
+ This is a NER-model trained using the spacy library in Python. It recognizes first names, second names and last names and uses a separate spacy model to find connected entities. It is based on spacy's English transformer pipeline (roberta-base). You can use it as any other spacy-generated transformer model.
10
 
11
  This model was created as part of the [Qanary-NER-automl-component's multi result branch](https://github.com/WSE-research/Qanary-NER-automl-component/tree/multi-result#automation-service). To include it in this component, refer to the [corresponding Readme chapter](https://github.com/WSE-research/Qanary-NER-automl-component#option-1). There are images containing this, and other, models already available to download. A list can be found in [the final chapter of the Readme](https://github.com/WSE-research/Qanary-NER-automl-component/tree/multi-result#ready-to-go-docker-images).