Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veldhub/veld_data__apis_spacy_ner_models

spacy NER models, trained on APIS ÖBL data.
https://github.com/veldhub/veld_data__apis_spacy_ner_models

named-entity-recognition ner nlp spacy spacy-nlp spacy-nlp-ner

Last synced: 15 days ago
JSON representation

spacy NER models, trained on APIS ÖBL data.

Awesome Lists containing this project

README

        

# ![veld chain](https://raw.githubusercontent.com/veldhub/.github/refs/heads/main/images/symbol_V_letter.png) veld_data__apis_spacy_ner_models

This repo contains spacy NER models, trained on APIS ÖBL data and in this chain veld:
https://github.com/veldhub/veld_chain__train_spacy_apis_ner

This data repo is hosted on github and our internal gitlab.

The public github repo ( https://github.com/veldhub/veld_data__apis_spacy_ner_models ) contains
only metadata in the `main` branch, due to storage issues. The best performing models are published
on huggingface.

The internal gitlab repo ( https://gitlab.oeaw.ac.at/acdh-ch/nlp/veld_data_apis_spacy_ner_models )
additionally contains all models data in the branch `full_data`. In order to get to that data, add
that remote with:
```
git remote add gitlab https://gitlab.oeaw.ac.at/acdh-ch/nlp/veld_data_apis_spacy_ner_models.git
```
and
```
git checkout gitlab/full_data
```