- Anaconda folder
// ./vscode/settings.json
{
"the_anaconda_folder": "/home/sunao/anaconda3"
}
- Hugging face token
// makefile
<YOUR_HUGGINGFACE_USER>
<YOUR_HUGGINGFACE_TOKEN>
to init conda env / deps / dataset / models
make init-git
make init-conda-eval
make download_datasets