config.json missing?
HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/jinaai/jina-embeddings-v2-base-de/resolve/main/config.json
when trying the code example
I'm experiencing the same problem. The link from the error message returns the 404 HTTPError:
OSError: jinaai/jina-embeddings-v2-base-de does not appear to have a file named config.json. Checkout 'https://huggingface.co/jinaai/jina-embeddings-v2-base-de/main' for available files.
it was just not published here https://huggingface.co/jinaai/jina-embeddings-v2-base-de/tree/main
but for instance for -en embeddings it exists
The model seems to exist now!
The model seems to exist now!
thanks!
There are now files, but only when you are logged into Huggingface (HF).
To run the model via CLI, this is what worked:
- Create a token on HF: https://huggingface.co/settings/tokens
- Log into HF via CLI:
huggingface-cli login
and paste token