Cie1 commited on
Commit
7257bf5
·
verified ·
1 Parent(s): 77971bc

Update MMSearch-Plus dataset with encrypted text fields (images unchanged)

Browse files
Files changed (1) hide show
  1. mmsearch_plus.py +2 -3
mmsearch_plus.py CHANGED
@@ -29,9 +29,8 @@ _LICENSE = "CC BY-NC 4.0"
29
 
30
  _URLS = {
31
  "train": [
32
- "data-00000-of-00003.arrow",
33
- "data-00001-of-00003.arrow",
34
- "data-00002-of-00003.arrow"
35
  ]
36
  }
37
 
 
29
 
30
  _URLS = {
31
  "train": [
32
+ "data-00000-of-00002.arrow",
33
+ "data-00001-of-00002.arrow"
 
34
  ]
35
  }
36