CoolFace
30 shown

datasets

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

Clear all
01AmazonScience /document-haystack Document Haystack Dataset This repository contains the dataset for the paper “Document Haystack: A Long Context Multimodal Image/Document Understanding Vision LLM Benchmark”. 📑 Abstract Paper The proliferation of multimodal Large Language Models has significantly advanced the ability to analyze and understand complex data inputs from different modalities. However, the processing of long documents remains under-explored, largely due to a lack of suitable benchmarks. To… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/document-haystack.textquestion-answering20 likes89k downloads1y agoHugging Face02McAuley-Lab /Amazon-Reviews-2023Amazon Review 2023 is an updated version of the Amazon Review 2018 dataset. This dataset mainly includes reviews (ratings, text) and item metadata (desc- riptions, category information, price, brand, and images). Compared to the pre- vious versions, the 2023 version features larger size, newer reviews (up to Sep 2023), richer and cleaner meta data, and finer-grained timestamps (from day to milli-second).10B<n<100B354 likes62k downloads2y agoHugging Face03AmazonScience /MultilingualMultiModalClassification Additional Information To load the dataset, import datasets ds = datasets.load_dataset("AmazonScience/MultilingualMultiModalClassification", data_dir="wiki-doc-ar-merged") print(ds) DatasetDict({ train: Dataset({ features: ['image', 'filename', 'words', 'ocr_bboxes', 'label'], num_rows: 8129 }) validation: Dataset({ features: ['image', 'filename', 'words', 'ocr_bboxes', 'label'], num_rows: 1742 }) test: Dataset({ features:… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/MultilingualMultiModalClassification.2 likes46k downloads2y agoHugging Face04mteb /amazon_massive_intent MassiveIntentClassification An MTEB dataset Massive Text Embedding Benchmark MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset with 51 Typologically-Diverse Languages Task category t2c Domains Spoken Reference https://arxiv.org/abs/2204.08582 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["MassiveIntentClassification"]) evaluator =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/amazon_massive_intent.texttext-classification100K<n<1M27 likes38k downloads7mo agoHugging Face05fancyzhx /amazon_polarity Dataset Card for Amazon Review Polarity Dataset Summary The Amazon reviews dataset consists of reviews from amazon. The data span a period of 18 years, including ~35 million reviews up to March 2013. Reviews include product and user information, ratings, and a plaintext review. Supported Tasks and Leaderboards text-classification, sentiment-classification: The dataset is mainly used for text classification: given the content and the title, predict the correct… See the full description on the dataset page: https://huggingface.co/datasets/fancyzhx/amazon_polarity.texttext-classification1M<n<10M51 likes15k downloads3y agoHugging Face06AmazonScience /massive MASSIVE is a parallel dataset of > 1M utterances across 51 languages with annotations for the Natural Language Understanding tasks of intent prediction and slot annotation. Utterances span 60 intents and include 55 slot types. MASSIVE was created by localizing the SLURP dataset, composed of general Intelligent Voice Assistant single-shot interactions.text-classification100K<n<1M98 likes12k downloads4y agoHugging Face07AmazonScience /SWE-PolyBench SWE-PolyBench SWE-PolyBench is a multi language repo level software engineering benchmark. Currently it includes 4 languages: Python, Java, Javascript, and Typescript. The number of instances in each language is: Javascript: 1017 Typescript: 729 Python: 199 Java: 165 Datasets There are total three datasets available under SWE-PolyBench. AmazonScience/SWE-PolyBench is the full dataset, AmazonScience/SWE-PolyBench_500 is the stratified sampled dataset with 500 instances and… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/SWE-PolyBench.tabular1K<n<10K5 likes6.1k downloads1y agoHugging Face08suvadityamuk /amazon-berkeley-objects Amazon Berkeley Objects (ABO) A Hugging Face packaging of the Amazon Berkeley Objects (ABO) dataset. The data content is the official CC BY 4.0 release from https://amazon-berkeley-objects.s3.amazonaws.com/index.html. This mirror changes only the packaging: files are grouped into typed Parquet shards, and every original media file is preserved byte-for-byte and never transcoded. Images use the datasets Image() feature, 3D product models use the native Mesh() feature (original… See the full description on the dataset page: https://huggingface.co/datasets/suvadityamuk/amazon-berkeley-objects.imageimage-classification1M<n<10M6 likes6k downloads1mo agoHugging Face09mteb /amazon_massive_scenario MassiveScenarioClassification An MTEB dataset Massive Text Embedding Benchmark MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset with 51 Typologically-Diverse Languages Task category t2c Domains Spoken Reference https://arxiv.org/abs/2204.08582 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["MassiveScenarioClassification"]) evaluator =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/amazon_massive_scenario.texttext-classification1M<n<10M6 likes6k downloads1y agoHugging Face10mteb /amazon_counterfactual AmazonCounterfactualClassification An MTEB dataset Massive Text Embedding Benchmark A collection of Amazon customer reviews annotated for counterfactual detection pair classification. Task category t2c Domains Reviews, Written Reference https://arxiv.org/abs/2104.06893 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["AmazonCounterfactualClassification"])… See the full description on the dataset page: https://huggingface.co/datasets/mteb/amazon_counterfactual.texttext-classification10K<n<100K4 likes4.9k downloads7mo agoHugging Face11AmazonScience /migration-bench-java-full MigrationBench 1. 📖 Overview 🤗 MigrationBench is a large-scale code migration benchmark dataset at the repository level, across multiple programming languages. Current and initial release includes java 8 repositories with the maven build system… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/migration-bench-java-full.tabulartext-generation1K<n<10K4 likes4.4k downloads1y agoHugging Face12AmazonScience /SWE-PolyBench_Verified SWE-PolyBench SWE-PolyBench is a multi language repo level software engineering benchmark. Currently it includes 4 languages: Python, Java, Javascript, and Typescript. The number of instances in the verified split is: Javascript: 100 Typescript: 100 Python: 113 Java: 69 Datasets There are total three datasets available under SWE-PolyBench. AmazonScience/SWE-PolyBench is the full dataset, AmazonScience/SWE-PolyBench_500 is the stratified sampled dataset with 500 instances… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/SWE-PolyBench_Verified.tabularn<1K5 likes3.2k downloads9mo agoHugging Face13mteb /amazon_reviews_multiWe provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language. For each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long. Note that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from amazon.de are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.text1M<n<10M30 likes3k downloads4y agoHugging Face14AmazonScience /bold Dataset Card for Bias in Open-ended Language Generation Dataset (BOLD) Dataset Description Bias in Open-ended Language Generation Dataset (BOLD) is a dataset to evaluate fairness in open-ended language generation in English language. It consists of 23,679 different text generation prompts that allow fairness measurement across five domains: profession, gender, race, religious ideologies, and political ideologies. Some examples of prompts in BOLD are as follows: Many… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/bold.texttext-generation1K<n<10K20 likes2.6k downloads4y agoHugging Face15SetFit /amazon_counterfactual_en Amazon Counterfactual Statements This dataset is the en-ext split from SetFit/amazon_counterfactual. As the original test set is rather small (1333 examples), a different split was created with 50-50 for training & testing. The dataset is described in amazon-multilingual-counterfactual-dataset / Paper It contains statements from Amazon reviews about events that did not or cannot take place. text10K<n<100K0 likes2.5k downloads5y agoHugging Face16AmazonScience /SpIDER-Bench SpIDER-Bench Repository dependency graphs for software issue localization — the graph data behind SpIDER: Spatially Informed Dense Embedding Retrieval for Software Issue Localization (arXiv:2512.16956). Each benchmark instance gets one directed multigraph of its repository at the commit the issue was filed against. Nodes are directories, files, classes and functions carrying their source; edges are contains / imports / inherits / invokes relations between them. SpIDER uses these… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/SpIDER-Bench.tabularfeature-extraction100M<n<1B2 likes2.4k downloads20d agoHugging Face17canrager /amazon_reviews_mcauley_1and5tabular100K<n<1M1 likes2.2k downloads2y agoHugging Face18SetFit /amazon_reviews_multi_entext100K<n<1M7 likes2.2k downloads4y agoHugging Face19defunct-datasets /amazon_reviews_multiWe provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language. For each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long. Note that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from amazon.de are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.summarization100K<n<1M102 likes2.1k downloads3y agoHugging Face20amazon-agi /SIFT-50M Dataset Card for SIFT-50M SIFT-50M (Speech Instruction Fine-Tuning) is a 50-million-example dataset designed for instruction fine-tuning and pre-training of speech-text large language models (LLMs). It is built from publicly available speech corpora containing a total of 14K hours of speech and leverages LLMs and off-the-shelf expert models. The dataset spans five languages, covering diverse aspects of speech understanding and controllable speech generation instructions. SIFT-50M… See the full description on the dataset page: https://huggingface.co/datasets/amazon-agi/SIFT-50M.textaudio-text-to-text10M<n<100M39 likes2.1k downloads1y agoHugging Face21introvoyz041 /amazon-bedrock-samples0 likes1.9k downloads3mo agoHugging Face22datahiveai /Amazon-Reviews-DatasetThis dataset provides a free trial sample of best-selling products and their customer reviews from a leading e-commerce platform, designed to support product intelligence, sentiment analysis, and market trend evaluation. This sample is provided for evaluation purposes only. It includes a curated subset of the full dataset. To access the complete dataset, request additional attributes, or explore alternative product segments, please contact the data provider directly. Key Features 2… See the full description on the dataset page: https://huggingface.co/datasets/datahiveai/Amazon-Reviews-Dataset.image0 likes1.9k downloads1y agoHugging Face23AmazonScience /SWE-PolyBench_500 SWE-PolyBench SWE-PolyBench is a multi language repo level software engineering benchmark. Currently it includes 4 languages: Python, Java, Javascript, and Typescript. The number of instances in each language is: Javascript: 1017 Typescript: 729 Python: 199 Java: 165 Datasets There are total three datasets available under SWE-PolyBench. AmazonScience/SWE-PolyBench is the full dataset, AmazonScience/SWE-PolyBench_500 is the stratified sampled dataset with 500 instances and… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/SWE-PolyBench_500.tabularn<1K3 likes1.9k downloads1y agoHugging Face24sparsh3011 /Amazon-Reviews-2023Amazon Review 2023 is an updated version of the Amazon Review 2018 dataset. This dataset mainly includes reviews (ratings, text) and item metadata (desc- riptions, category information, price, brand, and images). Compared to the pre- vious versions, the 2023 version features larger size, newer reviews (up to Sep 2023), richer and cleaner meta data, and finer-grained timestamps (from day to milli-second).10B<n<100B1 likes1.8k downloads5mo agoHugging Face25iaouali /amazon-benchmark Amazon query–bundle benchmark Canonical, category-organized query and reference-positive data. Experiment traces should reference this repository by commit SHA, category, split, and candidate_id, rather than republishing the dataset. Musical Instruments Split Examples agent_dev 2,028 agent_hidden 1,960 Each record contains a query and 3–7 reference product IDs. These are observed reference positives, not exhaustive labels for all valid… See the full description on the dataset page: https://huggingface.co/datasets/iaouali/amazon-benchmark.texttext-retrieval1K<n<10K0 likes1.7k downloads1d agoHugging Face26mteb /amazon_polarity AmazonPolarityClassification An MTEB dataset Massive Text Embedding Benchmark Amazon Polarity Classification Dataset. Task category t2c Domains Reviews, Written Reference https://huggingface.co/datasets/amazon_polarity How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["AmazonPolarityClassification"]) evaluator = mteb.MTEB(task) model =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/amazon_polarity.texttext-classification1M<n<10M7 likes1.7k downloads1y agoHugging Face27amazon /kaputtgated Kaputt: A Large-Scale Dataset for Visual Defect Detection Abstract We present a novel large-scale dataset for defect detection in a logistics setting. Recent work on industrial anomaly detection has primarily focused on manufacturing scenarios with highly controlled poses and a limited number of object categories. Existing benchmarks like MVTec-AD (Bergmann et al., 2021) and VisA (Zou et al., 2022) have reached saturation, with state-of-the-art methods achieving… See the full description on the dataset page: https://huggingface.co/datasets/amazon/kaputt.image-classification100K<n<1M4 likes1.6k downloads2mo agoHugging Face28amazon-sagemaker /model-mappingtextn<1K0 likes1.5k downloads8h agoHugging Face29YF0808 /GRBench_amazon_shards0 likes1.5k downloads1y agoHugging Face30SetFit /amazon_massive_intent_en-UStext10K<n<100K10 likes1.5k downloads4y agoHugging Face

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