Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/veldhub/veld_data__apis_spacy_ner_models
- Owner: veldhub
- License: mit
- Created: 2024-12-11T09:26:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T16:47:23.000Z (15 days ago)
- Last Synced: 2025-01-20T17:44:06.720Z (15 days ago)
- Topics: named-entity-recognition, ner, nlp, spacy, spacy-nlp, spacy-nlp-ner
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_nerThis 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
```