WenhaoWang commited on
Commit
3182d09
1 Parent(s): 0f3e420

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -50,9 +50,24 @@ It inspires many exciting new research areas, such as Text-to-Video Prompt Engin
50
 
51
  # Download
52
 
53
- ## Method 1
 
 
 
 
 
 
 
 
 
 
54
 
55
- ## Method 2
 
 
 
 
 
56
 
57
  # Explanation
58
 
 
50
 
51
  # Download
52
 
53
+ ## Automatically
54
+ Install the [datasets](https://huggingface.co/docs/datasets/v1.15.1/installation.html) library first, by:
55
+ ```
56
+ pip install datasets
57
+ ```
58
+ Then it can be downloaded automatically with
59
+ ```
60
+ import numpy as np
61
+ from datasets import load_dataset
62
+ dataset = load_dataset('WenhaoWang/VidProM')
63
+ ```
64
 
65
+ ## Manual
66
+
67
+ You can download each file by ```wget```, for instance:
68
+ ```
69
+ wget https://huggingface.co/datasets/WenhaoWang/VidProM/resolve/main/VidProM_unique.csv
70
+ ```
71
 
72
  # Explanation
73