How to set the transformer model directory in an experimental project? #10892
Answered
by
polm
Bachstelze
asked this question in
Help: Coding & Implementations
-
When we run `spacy project run train-transformer" the defined transformer model is loaded from huggingface. |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jun 1, 2022
Replies: 1 comment 1 reply
-
What project are you using? The For how to specify HuggingFace models in general see #10768. You can just put the path in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What project are you using? The
train-transformer
command is not a built-in, it's defined in the project file.For how to specify HuggingFace models in general see #10768. You can just put the path in the
name
field.