datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
KVQA-ChatML
KVQA-ChatML Dataset
이 데이터셋은 SKT의 KVQA 데이터셋을 ChatML 형식으로 변환한 것입니다.
데이터셋 정보
원본 데이터셋: skt/KVQA
총 샘플 수: 약 100,000개
파일 수: 100개 parquet 파일
포맷: ChatML (user/assistant 대화 형식)
데이터 구조
{
"image": PIL.Image,
"conversations": [
{"role": "user", "content": "질문"},
{"role": "assistant", "content": "답변"}
],
"id": "unique_id",
"source": "KVQA",
"answer_type": "answer_type",
"answerable": boolean
}
사용 방법
from datasets… See the full description on the dataset page: https://huggingface.co/datasets/ko-vlm/KVQA-ChatML.odia-ocr-chatmlutokyo_legacy_chatml
