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