Closed ahalterman closed 6 years ago
I trained an initial Arabic NER model using annotations in the format in the train_ner example, which I think is also the Prodigy format. Use the Prodigy to spaCy format converter and use spacy train instead, which should make it way faster.
spacy train
Closed by b1cdc4c
I trained an initial Arabic NER model using annotations in the format in the train_ner example, which I think is also the Prodigy format. Use the Prodigy to spaCy format converter and use
spacy train
instead, which should make it way faster.