WenhaoWang commited on
Commit
4adbe47
·
verified ·
1 Parent(s): ca8d3ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -38,8 +38,6 @@ dataset_info:
38
  configs:
39
  - config_name: default
40
  data_files:
41
- - split: All
42
- path: data/All-*
43
  - split: Full
44
  path: data/Full-*
45
  - split: Subset
@@ -53,7 +51,7 @@ tags:
53
  ```python
54
  # All text and image prompts: ~13.4G
55
  from datasets import load_dataset
56
- ds = load_dataset("WenhaoWang/TIP-I2V", split='All')
57
  ```
58
 
59
 
 
38
  configs:
39
  - config_name: default
40
  data_files:
 
 
41
  - split: Full
42
  path: data/Full-*
43
  - split: Subset
 
51
  ```python
52
  # All text and image prompts: ~13.4G
53
  from datasets import load_dataset
54
+ ds = load_dataset("WenhaoWang/TIP-I2V", split='Full')
55
  ```
56
 
57