Skip to content
Discussion options

You must be logged in to vote

spacy train shouldn't download it again (well, that's not entirely true, I think it does download it again if you have internet access and there are updates), so double-check that you haven't modified the cache settings/paths in any of the environments you're working in, or that there haven't been updates upstream since the last time you used it.

Internally spacy is calling the same methods as above, so there's nothing custom about how it's getting loaded from huggingface in the background.

You can also download/save it to a local directory and use that in place of emilyalsentzer/Bio_ClinicalBERT above, and then you know for sure that it's just loading from the local path AND that it does…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bpben
Comment options

Answer selected by bpben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party Third-party packages and services feat / training Feature: Training utils, Example, Corpus and converters feat / transformer Feature: Transformer
2 participants