CoolFace
20 results

masry

ahmed-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 Faceahmed-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 Faceahmed-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 Faceahmed-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 Faceahmed-masry /unichart-qa-datatext100K<n<1M2 likes426 downloads2y agoHugging Faceahmed-masry /unichart-table-datatext100K<n<1M4 likes114 downloads2y agoHugging Face