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
01TianfuXinqu /filesystem_huggingface_9816_customer_feedback_raw_nucfubxi Raw Customer Feedback Corpus Fresh export of anonymized customer feedback records collected from the company's product channels (mobile app, website, email, in-app). Each record contains a product reference, a star rating, the customer review text, the review date, the originating channel, and the current processing status. This is the source dataset for the CX analytics curation pipeline. texttext-classificationn<1K0 likes142 downloads1mo agoHugging Face02TianfuXinqu /filesystem_huggingface_9875_customer_feedback_src Visual Question Answering Dataset Samples: 18000 License: mit Language: en Description Visual question answering dataset with images and answers. Provenance image-question pairs from a public visual QA benchmark Usage Intended for visual question answering research. 0 likes78 downloads29d agoHugging Face03zhuq41 /fetch_hf_term_notion_gh_7942_target_customer_feedback Customer Feedback Overview Aggregated customer feedback entries with sentiment labels. Usage Load the dataset with the datasets library. License MIT Status Documentation pending update. Provenance This dataset is derived from the upstream source zhuq41/fetch_hf_term_notion_gh_7942_source_sentiment_tweets. textn<1K0 likes68 downloads28d agoHugging Face04Roy229 /tla7941-customer-feedback-sentiment Customer Feedback Sentiment Sentiment-labeled customer feedback collected from app store reviews and in-product surveys. This dataset is a derived artifact published on this hub. Provenance This dataset was derived from the upstream source dataset: Roy229/tla7941-customer-support-querylogs The usage terms of a derived artifact follow the license of its upstream source. textn<1K0 likes67 downloads28d agoHugging Face05TianfuXinqu /github_fetch_huggingface_terminal_9061_aspcbz_src_customer_feedback Customer Feedback Corpus Raw customer feedback messages collected from support channels, surveys, and app reviews. This corpus is the canonical upstream source for the company's published feedback snapshots. Contents 12,400 feedback messages Fields: message_id, channel, message_text, created_at, customer_region Language: English Usage Use this dataset as the upstream reference for any published customer-feedback derivative. textn<1K0 likes67 downloads29d agoHugging Face06zhuq41 /fetch_huggingface_9025_retail-customer-feedback0 likes56 downloads29d agoHugging Face07TianfuXinqu /github_fetch_huggingface_terminal_9145_m2k9q4_asset_customer_feedback Chatbot Response Pairs A derived dataset used to train a customer-support chatbot. Description This dataset contains 6,000 utterance-response pairs derived from support conversations. Each record contains a customer utterance, the agent response, and a category label. Provenance This dataset was derived from the following source datasets: TianfuXinqu/github_fetch_huggingface_terminal_9080_m7k2p9_upstream_forum_crawls… See the full description on the dataset page: https://huggingface.co/datasets/TianfuXinqu/github_fetch_huggingface_terminal_9145_m2k9q4_asset_customer_feedback.textn<1K0 likes54 downloads29d agoHugging Face08TianfuXinqu /github_fetch_huggingface_terminal_9038_customer_feedback Customer Feedback Dataset Anonymized customer feedback messages collected from our support channels. Dataset Description This dataset contains 850 anonymized customer feedback records with sentiment labels. Data Fields feedback_id: unique identifier for the feedback record message: the raw feedback text category: one of bug, feature_request, complaint, compliment sentiment: sentiment label (positive, neutral, negative) Intended Use… See the full description on the dataset page: https://huggingface.co/datasets/TianfuXinqu/github_fetch_huggingface_terminal_9038_customer_feedback.n<1K0 likes44 downloads29d agoHugging Face09Roy229 /customer-feedback-sentiment-q4z8 Customer Feedback Sentiment (q4z8) Description This repository is an unofficial mirror of the Amazon Review Polarity dataset (amazon_polarity), re-uploaded to this hub for internal sentiment-analysis experiments. The dataset contains Amazon product reviews labeled as positive or negative. The original dataset is distributed under an Apache-2.0 license. No modifications were made to the underlying data. Source Source: Pending License… See the full description on the dataset page: https://huggingface.co/datasets/Roy229/customer-feedback-sentiment-q4z8.0 likes42 downloads29d agoHugging Face10zhuq41 /novadata-license-audit-fea4b7-customer-feedback-ds Customer Feedback Dataset Aggregated customer feedback texts collected from support tickets. This dataset was derived from the upstream source dataset: novadata-license-audit-fea4b7-source-reviews Content Feedback text Sentiment label 0 likes38 downloads29d agoHugging Face11zhuq41 /github_fetch_filesystem_huggingface_google_map_terminal_8002_glz3zj_derived_customer_feedback Customer Feedback Dataset Customer feedback comments prepared for sentiment analysis. Description Contains 5,000 annotated customer feedback comments covering product quality, delivery, and service. Each record has a sentiment label. Provenance Derived from the Retail Feedback Corpus published on the Hugging Face Hub. License License: cc-by-4.0 Source:… See the full description on the dataset page: https://huggingface.co/datasets/zhuq41/github_fetch_filesystem_huggingface_google_map_terminal_8002_glz3zj_derived_customer_feedback.0 likes38 downloads28d agoHugging Face12zhuq41 /github_fetch_huggingface_terminal_9079-license-audit-md9d9h-customer-feedback-ds Customer Feedback Dataset Aggregated customer feedback texts compiled from support interactions. Derived from the upstream source dataset: github_fetch_huggingface_terminal_9079-license-audit-md9d9h-source-reviews 0 likes35 downloads29d agoHugging Face13zhuq41 /github_fetch_huggingface_terminal_9107_8be428b7_derived_customer_feedback Customer Feedback Dataset Customer feedback comments prepared for sentiment analysis. Description Contains 5,000 annotated customer feedback comments covering product quality, delivery, and service. Each record has a sentiment label. Provenance Derived from the Retail Feedback Corpus published on the Hugging Face Hub. License License: cc-by-4.0 textn<1K0 likes22 downloads1mo agoHugging Face14Programmer-RD-AI /customer-feedback-action-plans Customer Feedback → Action Plans A small, practical dataset that maps raw customer feedback (e.g., restaurant reviews) to actionable recommendations with optional aspect annotations and reasoning. Useful for training instruction-following models, aspect-aware summarizers, or classification heads that support the generation task. Files & Splits train.csv — main training split for generation. validation.csv — validation split for generation. train_aux_classification.csv —… See the full description on the dataset page: https://huggingface.co/datasets/Programmer-RD-AI/customer-feedback-action-plans.text-generation1K<n<10K0 likes16 downloads1y agoHugging Face15toolathon123 /au-nz-insurance-customer-feedback-quarterly au-nz-insurance-customer-feedback-quarterly Customer feedback for AU and NZ insurance policies for 2026Q2. Rows: 40 Columns: ['policy_id', 'customer_id', 'feedback_text', 'rating', 'feedback_date', 'region'] textn<1K0 likes16 downloads1mo agoHugging Face16interneuronai /customer_feedback_analysis_bert_dataset Customer Feedback Analysis Description: Classify customer feedback based on sentiment and topic to identify improvement areas and strengthen customer engagement. How to Use Here is how to use this model to classify text into different categories: from transformers import AutoModelForSequenceClassification, AutoTokenizer model_name = "interneuronai/customer_feedback_analysis_bert" model = AutoModelForSequenceClassification.from_pretrained(model_name)… See the full description on the dataset page: https://huggingface.co/datasets/interneuronai/customer_feedback_analysis_bert_dataset.text1K<n<10K1 likes11 downloads2y agoHugging Face17infinite-dataset-hub /CustomerFeedbackClaims CustomerFeedbackClaims tags: Classification, Insurance, Claims Note: This is an AI-generated dataset so its content may be inaccurate or false Dataset Description: The dataset CustomerFeedbackClaims comprises customer feedback specifically related to insurance claims. The feedback is categorized into various classes that represent the nature of the customer's experience with the claims process. These categories are designed to help an ML practitioner understand the sentiment and key… See the full description on the dataset page: https://huggingface.co/datasets/infinite-dataset-hub/CustomerFeedbackClaims.textn<1K1 likes11 downloads2y agoHugging Face18alkav /customerfeedbackMistraltextn<1K0 likes10 downloads2y agoHugging Face19alkav /customerfeedbackstextn<1K0 likes9 downloads2y agoHugging Face20interneuronai /customer_feedback_analysis_-_company_x_bart_dataset Customer Feedback Analysis - Company X Description: Classify customer feedback based on sentiment, topic, and urgency. Prioritize and address customer concerns, improve products and services, and enhance customer satisfaction. How to Use Here is how to use this model to classify text into different categories: from transformers import AutoModelForSequenceClassification, AutoTokenizer model_name = "interneuronai/customer_feedback_analysis_-_company_x_bart"… See the full description on the dataset page: https://huggingface.co/datasets/interneuronai/customer_feedback_analysis_-_company_x_bart_dataset.text10K<n<100K1 likes9 downloads2y agoHugging Face21m-k-a-q /benchcoll-customer-feedback benchcoll-customer-feedback License This dataset is released under the APACHE-2.0 license. Release Notes Q1 2026 release — major refresh across the dataset family. Refreshed all source pulls through 2026-03-31. Added new schema fields documented in SCHEMA_CHANGES.md per repo. Backfilled missing rows flagged by Q4 audit. All datasets now ship with a versioned manifest at manifests/v2026.1.json. If you depended on the previous schema, pin to the v2025.4 tag.… See the full description on the dataset page: https://huggingface.co/datasets/m-k-a-q/benchcoll-customer-feedback.0 likes8 downloads5mo agoHugging Face22Nawras-99 /simple-customer-feedback-demo Simple Customer Feedback Demo Overview This dataset is a small synthetic demo created to illustrate how a dataset can be published and documented on Hugging Face. It contains 10 English customer feedback examples with simple labels and metadata. The purpose of this dataset is to demonstrate the structure of a Dataset Repository, the Dataset Viewer, and the role of a Dataset Card. This dataset does not contain real customer data. Dataset Purpose The… See the full description on the dataset page: https://huggingface.co/datasets/Nawras-99/simple-customer-feedback-demo.texttext-classificationn<1K0 likes8 downloads4mo agoHugging Face23alkav /customerfeedbacks-llama2-80textn<1K0 likes7 downloads2y agoHugging Face24alkav /customer_feedbacktextn<1K0 likes7 downloads2y agoHugging Face25Raiadarsh12345 /customer_feedback_gold0 likes4 downloads10mo agoHugging Face26adiez85 /Customer-Feedback-Analysistextn<1K0 likes3 downloads9mo agoHugging Face27GuntoPunto /customer_feedback_emotion_analysis_datasettextn<1K0 likes1 downloads2y agoHugging Face28Raiadarsh12345 /customer_feedback_base0 likes1 downloads10mo agoHugging Face29efekahveci /customer_feedbacktextn<1K0 likes1 downloads10mo agoHugging Face30Raiadarsh12345 /customer_feedback_initial0 likes1 downloads9mo agoHugging Face

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