Shavakchauhan / Resume_parser_using_deep_learning

Resume parser with ner using state of art in deep learning with transformers specifically bert.
GNU General Public License v3.0
34 stars 13 forks source link

Error in loading model #4

Open k-Rohit opened 6 months ago

k-Rohit commented 6 months ago

Hey, I was trying to load the pre-trained model but it shows

ValueError: [E002] Can't find factory for 'transformer' for language English (en). This usually happens when spaCy calls nlp.create_pipe with a custom component name that's not registered on the current language class. If you're using a custom component, make sure you've added the decorator @Language.component (for function components) or @Language.factory (for class components).

Available factories: attribute_ruler, tok2vec, merge_noun_chunks, merge_entities, merge_subtokens, token_splitter, doc_cleaner, parser, beam_parser, lemmatizer, trainable_lemmatizer, entity_linker, entity_ruler, tagger, morphologizer, ner, beam_ner, senter, sentencizer, spancat, spancat_singlelabel, span_finder, future_entity_ruler, span_ruler, textcat, textcat_multilabel, en.lemmatizer

Could you please help in what could be the possible reason and how to solve it

rohan12345a commented 6 months ago

Oh! I am interested in solving this issue!