Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,10 @@ pinned: false
|
|
12 |
Please use the HF versions for the benchmark datasets by Q-Future.
|
13 |
|
14 |
```python
|
15 |
-
|
16 |
from datasets import load_dataset
|
17 |
|
18 |
-
|
19 |
ds = load_dataset("q-future/Q-Bench-HF") # or A-Bench-HF, Q-Bench2-HF
|
20 |
ds["dev"][0] # Containing images (in PIL.ImageFile), questions, and answers
|
21 |
-
|
22 |
```
|
23 |
### Our Spaces
|
24 |
|
|
|
12 |
Please use the HF versions for the benchmark datasets by Q-Future.
|
13 |
|
14 |
```python
|
|
|
15 |
from datasets import load_dataset
|
16 |
|
|
|
17 |
ds = load_dataset("q-future/Q-Bench-HF") # or A-Bench-HF, Q-Bench2-HF
|
18 |
ds["dev"][0] # Containing images (in PIL.ImageFile), questions, and answers
|
|
|
19 |
```
|
20 |
### Our Spaces
|
21 |
|