SilvioGiancola's picture
Update README.md
6438205 verified
# 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")
```