Update MMSearch-Plus dataset with encrypted text fields (images unchanged)
Browse files
README.md
CHANGED
|
@@ -85,17 +85,13 @@ os.environ['MMSEARCH_PLUS'] = 'your_canary_string'
|
|
| 85 |
|
| 86 |
# Download the entire dataset repository (including all .arrow files)
|
| 87 |
snapshot_download(
|
| 88 |
-
repo_id="Cie1/MMSearch-Plus"
|
| 89 |
-
repo_type="dataset",
|
| 90 |
-
revision="main", # pin if needed
|
| 91 |
)
|
| 92 |
|
| 93 |
# Download the custom data loader script
|
| 94 |
script_path = hf_hub_download(
|
| 95 |
repo_id="Cie1/MMSearch-Plus",
|
| 96 |
-
filename="mmsearch_plus.py"
|
| 97 |
-
repo_type="dataset",
|
| 98 |
-
revision="main", # pin if needed
|
| 99 |
)
|
| 100 |
|
| 101 |
# Load dataset with transparent decryption using the custom loader
|
|
|
|
| 85 |
|
| 86 |
# Download the entire dataset repository (including all .arrow files)
|
| 87 |
snapshot_download(
|
| 88 |
+
repo_id="Cie1/MMSearch-Plus"
|
|
|
|
|
|
|
| 89 |
)
|
| 90 |
|
| 91 |
# Download the custom data loader script
|
| 92 |
script_path = hf_hub_download(
|
| 93 |
repo_id="Cie1/MMSearch-Plus",
|
| 94 |
+
filename="mmsearch_plus.py"
|
|
|
|
|
|
|
| 95 |
)
|
| 96 |
|
| 97 |
# Load dataset with transparent decryption using the custom loader
|