Update README.md
Browse files
README.md
CHANGED
|
@@ -71,7 +71,7 @@ We apply filtering based on image size and SigLIP scores, and perform deduplicat
|
|
| 71 |
```python
|
| 72 |
from datasets import load_dataset
|
| 73 |
|
| 74 |
-
ds = load_dataset("
|
| 75 |
```
|
| 76 |
|
| 77 |
### Format
|
|
|
|
| 71 |
```python
|
| 72 |
from datasets import load_dataset
|
| 73 |
|
| 74 |
+
ds = load_dataset("speed/WAON")
|
| 75 |
```
|
| 76 |
|
| 77 |
### Format
|