Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,11 +140,8 @@ These insights inspired MM-OPERA, a benchmark designed to rigorously evaluate an
|
|
| 140 |
## Usage Example 💻
|
| 141 |
|
| 142 |
```python
|
| 143 |
-
import os
|
| 144 |
from datasets import load_dataset
|
| 145 |
|
| 146 |
-
os.environ['HF_DATASETS_CACHE'] = "/Your/Cache/Path"
|
| 147 |
-
|
| 148 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
| 149 |
ds = load_dataset("titic/MM-OPERA")
|
| 150 |
|
|
|
|
| 140 |
## Usage Example 💻
|
| 141 |
|
| 142 |
```python
|
|
|
|
| 143 |
from datasets import load_dataset
|
| 144 |
|
|
|
|
|
|
|
| 145 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
| 146 |
ds = load_dataset("titic/MM-OPERA")
|
| 147 |
|