From 8559c189a89916d28ceb71e6361dd464125b93f7 Mon Sep 17 00:00:00 2001 From: "Teo (Timothy) Wu Haoning" <38696372+teowu@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:30:11 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f7c313a..7b6a867 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,20 @@ print(ds["dev"][0]) from datasets import load_dataset ds = load_dataset("q-future/Q-Bench2-HF") + +print(ds["dev"][0]) + +### {'id': 0, +### 'image1': , +### 'image2': , +### 'question': 'Compared to the first image, how is the clarity of the second image?', +### 'option0': 'More blurry', +### 'option1': 'Clearer', +### 'option2': 'About the same', +### 'option3': 'N/A', +### 'question_type': 2, +### 'question_concern': 0, +### 'correct_choice': 'B'} ``` ## Release