datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
jee-advanced-questions
JEE Advanced — Question Bank
A structured dataset of JEE Advanced examination questions with full
worked solutions and diagrams. JEE Advanced questions are more analytical
than JEE Main — many are subjective, integer, or numerical-answer type with
detailed multi-step solutions.
Subsets (PCM):
Physics — 50 questions
Chemistry — 21 questions
Mathematics — 48 questions
Structure
Organised into subsets by subject and splits (train / test):
mathematics/ physics/… See the full description on the dataset page: https://huggingface.co/datasets/eQOURSE/jee-advanced-questions.jee-advanced-questions
JEE Advanced — Question Bank
A structured dataset of JEE Advanced examination questions with full
worked solutions and diagrams. JEE Advanced questions are more analytical
than JEE Main — many are subjective, integer, or numerical-answer type with
detailed multi-step solutions.
Subsets (PCM):
Physics — 50 questions
Chemistry — 21 questions
Mathematics — 48 questions
Structure
Organised into subsets by subject and splits (train / test):
mathematics/ physics/… See the full description on the dataset page: https://huggingface.co/datasets/Grass-G/jee-advanced-questions.ImageText-Question-answer-pairs-58K-Claude-3.5-Sonnnet
REILX/ImageText-Question-answer-pairs-58K-Claude-3.5-Sonnnet
从VisualGenome数据集V1.2中随机抽取21717张图片,利用Claude-3-opus-20240229和Claude-3-sonnet-20240620两个模型生成了总计58312个问答对,每张图片约3个问答,其中必有一个关于图像细节的问答。Claude-3-opus-20240229模型贡献了约3,028个问答对,而Claude-3-sonnet-20240620模型则生成了剩余的问答对。
Code
使用以下代码生成问答对:
# -*- coding: gbk -*-
import os
import random
import shutil
import re
import json
import requests
import base64
import time
from tqdm import tqdm
from json_repair import repair_json… See the full description on the dataset page: https://huggingface.co/datasets/REILX/ImageText-Question-answer-pairs-58K-Claude-3.5-Sonnnet.
