CoolFace
10 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01ahmed-masry /ChartQAIf you wanna use the dataset, you need to download the zip file manually from the "Files and versions" tab. Please note that this dataset can not be directly loaded with the load_dataset function from the datasets library. If you want a version of the dataset that can be loaded with the load_dataset function, you can use this one: https://huggingface.co/datasets/ahmed-masry/chartqa_without_images But it doesn't contain the chart images. Hence, you will still need to use the images stored in… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/ChartQA.image10K<n<100K32 likes3.6k downloads2y agoHugging Face02ahmed-masry /ChartQAPro ChartQAPro: A More Diverse and Challenging Benchmark for Chart Question Answering 🤗Dataset | 🖥️Code | 📄Paper The abstract of the paper states that: Charts are ubiquitous, as people often use them to analyze data, answer questions, and discover critical insights. However, performing complex analytical tasks with charts requires significant perceptual and cognitive effort. Chart Question Answering (CQA) systems automate this process by enabling models to interpret and reason with… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/ChartQAPro.textvisual-question-answering1K<n<10K21 likes2.1k downloads1y agoHugging Face03ahmed-masry /chartqa_without_images Dataset Card for "chartqa_without_images" If you wanna load the dataset, you can run the following code: from datasets import load_dataset data = load_dataset('ahmed-masry/chartqa_without_images') The dataset has the following structure: DatasetDict({ train: Dataset({ features: ['imgname', 'query', 'label', 'type'], num_rows: 28299 }) val: Dataset({ features: ['imgname', 'query', 'label', 'type'], num_rows: 1920 }) test:… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/chartqa_without_images.text10K<n<100K1 likes1.8k downloads3y agoHugging Face04ahmed-masry /ChartGemma Dataset Card for the ChartGemma dataset. If you wanna load the dataset, you can run the following code: from datasets import load_dataset dataset = load_dataset('ahmed-masry/ChartGemma') The dataset has the following structure: DatasetDict({ train: Dataset({ features: ['image', 'input', 'output'], num_rows: 163240 }) }) Each row consist of the image, the input query, and the output label. To load the image, we suggest using the following piece of code:… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/ChartGemma.image100K<n<1M12 likes484 downloads8mo agoHugging Face05ahmed-masry /unichart-qa-datatext100K<n<1M2 likes426 downloads2y agoHugging Face06ahmed-masry /unichart-table-datatext100K<n<1M4 likes114 downloads2y agoHugging Face07ahmed-masry /UniChart-pretrain-imagesimage1 likes82 downloads3y agoHugging Face08ahmed-masry /unichart-pretrain-data Dataset Card for "unichart-pretrain-data" If you wanna load the dataset, you can run the following code: from datasets import load_dataset data = load_dataset('ahmed-masry/unichart-pretrain-data') The dataset has the following structure: DatasetDict({ train: Dataset({ features: ['imgname', 'query', 'label'], num_rows: 6898333 }) }) It has 6898333 rows; each row consist of the imgename, the input query, and the output label. Chart Images The… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/unichart-pretrain-data.text1M<n<10M9 likes78 downloads3y agoHugging Face09ahmed-masry /DashboardQA DashboardQA: Benchmarking Multimodal Agents for Question Answering on Interactive Dashboards 🤗Dataset | 🖥️Code | 📄Paper The abstract of the paper states that: Dashboards are powerful visualization tools for data-driven decision-making, integrating multiple interactive views that allow users to explore, filter, and navigate data. Unlike static charts, dashboards support rich interactivity, which is essential for uncovering insights in real-world analytical workflows. However… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/DashboardQA.tabularn<1K0 likes55 downloads8mo agoHugging Face10Ghada787 /Om-El-Masryeen-projectgated0 likes2 downloads8mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.