SilvioGiancola commited on
Commit
6438205
·
verified ·
1 Parent(s): dae19db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,5 +1,9 @@
 
 
 
1
  from huggingface_hub import snapshot_download
2
  snapshot_download(repo_id="OpenSportsLab/soccernetpro-classification-toyexample",
3
  repo_type="dataset", revision="main",
4
  local_dir="soccernetpro-classification-toyexample")
 
5
 
 
1
+ # Download that dataset
2
+
3
+ ```
4
  from huggingface_hub import snapshot_download
5
  snapshot_download(repo_id="OpenSportsLab/soccernetpro-classification-toyexample",
6
  repo_type="dataset", revision="main",
7
  local_dir="soccernetpro-classification-toyexample")
8
+ ```
9