Unable to load model in transformers pipeline
Hello, I'd like to try and use your models to create sparse vectors. Although I'm getting issues running it through the transformers pipeline.
Here's the error:
OSError: We couldn't connect to 'https://huggingface.co.' to load this file, couldn't find it in the cached files and it looks like naver/splade-v3 is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co./docs/transformers/installation#offline-mode'.
Would there be a way for me to use this model? Thank you!
Hi
@stanleyt18
SPLADE-v3 is a gated model, so you need to request access (see: https://huggingface.co./docs/hub/models-gated)
Hope it helps,
Thibault