Cie1 commited on
Commit
ce34ab8
·
verified ·
1 Parent(s): 223a1e9

Update README

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -73,7 +73,12 @@ Official repository for the paper "[MMSearch-Plus: Benchmarking Provenance-Aware
73
 
74
  ### Dataset Usage
75
 
76
- For better compatibility with newer versions of the datasets library, we provide explicit decryption functions (`decrypt_after_load.py` is downloadable from our GitHub/HF repo):
 
 
 
 
 
77
 
78
  ```python
79
  import os
 
73
 
74
  ### Dataset Usage
75
 
76
+ <details>
77
+ <summary>For better compatibility with newer versions of the datasets library, we provide explicit decryption functions is downloadable from our GitHub/HF repo.</summary>
78
+ ```bash
79
+ wget https://github.com/mmsearch-plus/MMSearch-Plus/blob/main/decrypt_after_load.py
80
+ ```
81
+ </details>
82
 
83
  ```python
84
  import os