Unable to download the Dataset
FileNotFoundError: Couldn't find any data file at /home/azureuser/testing_embedding_models/sentence-transformers/stsb. Couldn't find 'sentence-transformers/stsb' on the Hugging Face Hub either: LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Hello!
That is odd. Could you retry? Perhaps the connection with Hugging Face was temporarily broken. Alternatively, you can check your local Hugging Face cache (~/.cache/huggingface
) and try and find the hub/datasets--sentence-transformers--stsb
directory. If you delete it, you can be sure that there's no broken cache in the way.
- Tom Aarsen