teowu commited on
Commit
61e8715
1 Parent(s): 40db0ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -9,6 +9,17 @@ pinned: false
9
 
10
  **Our Github Page**: [https://github.com/Q-Future](https://github.com/Q-Future)
11
 
 
 
 
 
 
 
 
 
 
 
 
12
  ### Our Spaces
13
 
14
  Great thanks to the research GPU grants!
 
9
 
10
  **Our Github Page**: [https://github.com/Q-Future](https://github.com/Q-Future)
11
 
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
 
25
  Great thanks to the research GPU grants!