jlustgarten
jlustgarten
## How to reproduce the behaviour Use spacy to fine-tune a base model with a transformer from hugging face: python -m spacy train config.cfg --output ./output --paths.train ./train.spacy --paths.dev ./dev.spacy...
### Discussed in https://github.com/explosion/spaCy/discussions/13394 Originally posted by **jlustgarten** March 23, 2024 ## How to reproduce the behaviour Create a transformer ner model Train it on data using the cfg and...
# Bug report ## What's wrong I am running mypy (1.18.2) and django-stubs (5.2.7) on python 3.13 and while doing so, I am getting an INTERNAL ERROR issue that is...