Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Datasets

You can download the nearest neighbor datasets used in the examples from Hugging Face:

Make sure that the downloaded datasets are stored in the example/data directory.

Using Hugging Face CLI Client

You can use huggingface-cli to download the datasets.

huggingface-cli download habedi/nearest-neighbors-datasets --repo-type dataset \
 --local-dir nearest-neighbors-datasets
huggingface-cli download habedi/nearest-neighbors-datasets-large --repo-type dataset \
 --local-dir nearest-neighbors-datasets-large

The command must be run inside this directory (example/data).

For convenience, you can use the pyproject.toml file to set up a Python environment with the required dependencies using Poetry.