Object Detection
English
Chinese
legal
admin commited on
Commit
fc69e85
·
1 Parent(s): 30aafba

add Maintenance

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -24,6 +24,12 @@ from huggingface_hub import snapshot_download
24
  model_dir = snapshot_download("Genius-Society/svhn")
25
  ```
26
 
 
 
 
 
 
 
27
  ## Dataset
28
  <https://huggingface.co/datasets/Genius-Society/svhn>
29
 
 
24
  model_dir = snapshot_download("Genius-Society/svhn")
25
  ```
26
 
27
+ ## Maintenance
28
+ ```bash
29
+ GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:Genius-Society/svhn
30
+ cd svhn
31
+ ```
32
+
33
  ## Dataset
34
  <https://huggingface.co/datasets/Genius-Society/svhn>
35