tungvu3196/vlm-project-multi-lang-spanish-test
My Multilingual Medical VQA Dataset (Spanish Subset Test) This repository contains the Spanish subset of the VLM project dataset.
010
This is a Dataset Card in YAML format.
language:
- es
- en # English is implicitly present in the A1 column and original text
task_categories:
- question-answering
- visual-question-answering
This section defines the different subsets (configurations)
For this test, we only have one configuration: "Spanish"
configs:
- configname: Spanish datafiles:
- split: train path: data/spanish/train.parquet # Use .parquet instead of wildcard for simplicity
- split: test path: data/spanish/test.parquet
This section provides detailed information for the Dataset Viewer
It's important that the features are defined for the final, clean schema.
dataset_info:
- config_name: Spanish features:
- name: No. dtype: int64
- name: Patient ID dtype: string
- name: Slide dtype: string
- name: Deliverable dtype: string
- name: Original dtype: string
- name: Status dtype: string
- name: Remove Status dtype: string
- name: Doctor dtype: string
- name: Start date dtype: float64
- name: Q1 dtype: string
- name: A1 dtype: string
- name: Q2 dtype: string
- name: A2 dtype: string
- name: Q3 dtype: string
- name: A3 dtype: string
- name: Q4 dtype: string
- name: A4 dtype: string
- name: Notes dtype: string
- name: image dtype: image
- name: imagewithbboxes dtype: image
- name: Google Drive Link dtype: string
- name: rotated_link dtype: string splits:
- name: train num_examples: 10783
- name: test num_examples: 1542 ---
My Multilingual Medical VQA Dataset (Spanish Subset Test)
This repository contains the Spanish subset of the VLM project dataset.
