Closed chschroeder closed 1 year ago
search for "from_pretrained" then add parameters like "local_files_only" or "local_files_first"
Thanks for your input! This has also been on my todo list for a while. I have started to work on this and it will be part of the next release.
Feature description
Provide a way to set
local_files_only
in TransformerBasedClassification. https://github.com/huggingface/transformers/issues/2867Motivation
The integration tests are too slow and a majority of the time can be avoided with this setting. Moreover, in environments without an internet connection the current state will fail.
Addition comments
-