Update README
Browse files
README.md
CHANGED
|
@@ -73,12 +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:
|
| 77 |
|
| 78 |
```python
|
| 79 |
import os
|
| 80 |
from datasets import load_dataset
|
| 81 |
-
from decrypt_after_load import
|
| 82 |
|
| 83 |
encrypted_dataset = load_dataset("Cie1/MMSearch-Plus", split='train')
|
| 84 |
decrypted_dataset = decrypt_dataset(
|
|
|
|
| 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
|
| 80 |
from datasets import load_dataset
|
| 81 |
+
from decrypt_after_load import decrypt_dataset
|
| 82 |
|
| 83 |
encrypted_dataset = load_dataset("Cie1/MMSearch-Plus", split='train')
|
| 84 |
decrypted_dataset = decrypt_dataset(
|