David Bamman

Results 3 comments of David Bamman

Yes, thanks for bringing this up -- this is something I've been wanting to look into about the transformers library (which seems to require http calls for bert-based models even...

One quick solution is to use transformers' ["offline mode"](https://huggingface.co/docs/transformers/main/installation#offline-mode) when executing your code, which involves setting the environment variable TRANSFORMERS_OFFLINE=1. In your case (within the lltk/model directory), from the command...

Thanks for the note! Yes that does seems weird -- if this is with a version