| # Download that dataset | |
| ``` | |
| from huggingface_hub import snapshot_download | |
| snapshot_download(repo_id="OpenSportsLab/soccernetpro-classification-toyexample", | |
| repo_type="dataset", revision="main", | |
| local_dir="soccernetpro-classification-toyexample") | |
| ``` | |
| # Download that dataset | |
| ``` | |
| from huggingface_hub import snapshot_download | |
| snapshot_download(repo_id="OpenSportsLab/soccernetpro-classification-toyexample", | |
| repo_type="dataset", revision="main", | |
| local_dir="soccernetpro-classification-toyexample") | |
| ``` | |