WenhaoWang
commited on
Commit
•
53d779f
1
Parent(s):
2855989
Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ df = pd.DataFrame(ds)
|
|
72 |
```
|
73 |
|
74 |
```python
|
75 |
-
# 10k
|
76 |
from datasets import load_dataset
|
77 |
ds = load_dataset("WenhaoWang/TIP-I2V", split='Eval', streaming=True)
|
78 |
|
|
|
72 |
```
|
73 |
|
74 |
```python
|
75 |
+
# 10k TIP-Eval (text and compressed image) prompts: ~0.08G
|
76 |
from datasets import load_dataset
|
77 |
ds = load_dataset("WenhaoWang/TIP-I2V", split='Eval', streaming=True)
|
78 |
|