Skip to content
Discussion options

You must be logged in to vote

Have you installed spacy-transformers? Not finding the transformer factory doesn't mean the model files can't be found, it means spaCy doesn't have any knowledge of Transformer functionality. If you install a model through pip then dependencies like spacy-transformers will be automatically installed, but if you call spacy.load that won't happen, so you need to insure you already have dependencies.

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@Panzerotto93
Comment options

@polm
Comment options

@Panzerotto93
Comment options

@polm
Comment options

@polm
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues lang / it Italian language data and models feat / transformer Feature: Transformer
2 participants
Converted from issue

This discussion was converted from issue #10971 on June 17, 2022 01:41.