Ligeng-Zhu commited on
Commit
47e848f
1 Parent(s): 053064a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,8 +1,14 @@
 
 
 
 
 
1
 
2
  # How to use?
3
 
4
  ```bash
5
- huggingface-cli download Ligeng-Zhu/panda70mm --local-dir panda70m --repo-type dataset --local-dir-use-symlinks False
 
6
  ```
7
 
8
  Then install dependencies
@@ -24,4 +30,4 @@ python main.py --csv=<your csv files> --shards=0 --total=10
24
  python main.py --csv=<your csv files> --shards=1 --total=10
25
  ...
26
  python main.py --csv=<your csv files> --shards=9 --total=10
27
- ```
 
1
+ ---
2
+ tags:
3
+ - panda70m
4
+ - video2text
5
+ ---
6
 
7
  # How to use?
8
 
9
  ```bash
10
+ huggingface-cli download Ligeng-Zhu/panda70m \
11
+ --local-dir panda70m --repo-type dataset --local-dir-use-symlinks False
12
  ```
13
 
14
  Then install dependencies
 
30
  python main.py --csv=<your csv files> --shards=1 --total=10
31
  ...
32
  python main.py --csv=<your csv files> --shards=9 --total=10
33
+ ```