jmhb commited on
Commit
db1d4d8
·
verified ·
1 Parent(s): d48be72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -78,7 +78,7 @@ Getting the dataset requires a few steps. We distribute the annotations, but sin
78
  First, get the annotations from the hub like this:
79
  ```
80
  from datasets import load_dataset
81
- repo_name = "viddiff/VidDiffBench"
82
  dataset = load_dataset(repo_name)
83
  ```
84
 
@@ -89,7 +89,7 @@ The source dataset is in the dataset column `source_dataset`.
89
 
90
  First, download some `.py` files from this repo into your local `data/` file.
91
  ```
92
- GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:datasets/viddiff/VidDiffBench data/
93
  ```
94
 
95
  A few datasets let us redistribute videos, so you can download them from this HF repo like this:
 
78
  First, get the annotations from the hub like this:
79
  ```
80
  from datasets import load_dataset
81
+ repo_name = "jmhb/VidDiffBench"
82
  dataset = load_dataset(repo_name)
83
  ```
84
 
 
89
 
90
  First, download some `.py` files from this repo into your local `data/` file.
91
  ```
92
+ GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:datasets/jmhb/VidDiffBench data/
93
  ```
94
 
95
  A few datasets let us redistribute videos, so you can download them from this HF repo like this: