CoolFace
18 shown

datasets

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

Clear all
01Doohae /klue-mrc-bm25text10K<n<100K0 likes226 downloads5y agoHugging Face02StephanAkkerman /MRC-psycholinguistic-database MRC Psycholinguistic Database This is the complete MRC psycholinguistic database as found on https://websites.psychology.uwa.edu.au/school/mrcdatabase/uwa_mrc.htm. Usage This dataset is ideal for training and evaluating machine learning models for English word concreteness. Acknowledgments We extend our heartfelt gratitude to all the authors of the original dataset. License This dataset is made available under the MIT license. tabulartext-classification100K<n<1M10 likes125 downloads2y agoHugging Face03mrciomnl /spotify_datasettabular100K<n<1M1 likes106 downloads2y agoHugging Face04mrcksggcfc /store-sales-time-series-forecasting taken from this Kaggle competition: Dataset Description In this competition, you will predict sales for the thousands of product families sold at Favorita stores located in Ecuador. The training data includes dates, store and product information, whether that item was being promoted, as well as the sales numbers. Additional files include supplementary information that may be useful in building your models. File Descriptions and Data Field Information… See the full description on the dataset page: https://huggingface.co/datasets/mrcksggcfc/store-sales-time-series-forecasting.tabular1M<n<10M3 likes106 downloads15d agoHugging Face05p-storm /VSMRC-mrc-ABCD VSMRC/mrc (bản tách cột A/B/C/D) Dataset này là gì Đây là bản định dạng lại (reformatted / derived) của dataset gốc VSMRC/mrc — phần multiple-choice reading comprehension trong bộ VSMRC (Vietnamese Text Segmentation and Multiple-Choice Reading Comprehension Dataset), do nhóm tác giả tại Đại học Công nghệ, ĐHQGHN công bố. Dataset gốc đã có sẵn cột choices (list Python) và correctchoice (số nguyên 0-3) — bản này chỉ map lại thành các cột A, B, C, D, answer cho khớp… See the full description on the dataset page: https://huggingface.co/datasets/p-storm/VSMRC-mrc-ABCD.tabularquestion-answering10K<n<100K0 likes68 downloads1mo agoHugging Face06MR-CODESPIKE /sentinelng-data-grid SentinelNG Data Grid Dataset This repository contains a CSV-based data-grid resource for SentinelNG. The primary artifact is a tabular dataset intended to support grid, location, or structured alert workflows in the SentinelNG ecosystem. Working with the data Load the CSV with a tool that preserves column names and types, then inspect missing values, coordinate or identifier semantics, and duplicate rows before use. Do not infer geographic or security meaning from… See the full description on the dataset page: https://huggingface.co/datasets/MR-CODESPIKE/sentinelng-data-grid.text1K<n<10K0 likes42 downloads21d agoHugging Face07MR-CODESPIKE /ground-truth-ob Ground Truth OB This repository contains ground_truth_kb.csv, a tabular ground-truth or knowledge-base resource. The current repository is deliberately small and contains no executable training or evaluation script. Recommended use Load the CSV, inspect its column names and encoding, validate identifiers and labels, and record the provenance of every ground-truth field before joining it with model outputs. Keep an immutable copy of the raw file and create derived… See the full description on the dataset page: https://huggingface.co/datasets/MR-CODESPIKE/ground-truth-ob.textn<1K0 likes29 downloads21d agoHugging Face08yuneun92 /news-mrc-dataset-200textn<1K0 likes28 downloads2y agoHugging Face09mr-checker /real-yt-omnitextmultiple-choice10K<n<100K0 likes24 downloads3mo agoHugging Face10mrcuddle /VN-Database Visual Novels Dataset This dataset contains a collection of visual novel scripts sourced from alpindale/visual-novels. Converted into Hugging Face and, by extension. datasets-compatible format. textn<1K1 likes21 downloads1y agoHugging Face11muhammadravi251001 /idk_mrc_nli_chunkingYou can download this Dataset just like this: data_files = {"train": "data_nli_train_chunking_df.csv", "validation": "data_nli_val_chunking_df.csv", "test": "data_nli_test_chunking_df.csv"} dataset = load_dataset("muhammadravi251001/idk_mrc_nli_chunking", data_files=data_files) This is some modification from IDK-MRC dataset to IDK-MRC-NLI dataset. By convert QAS dataset to NLI dataset. You can find the original IDK-MRC in this link:… See the full description on the dataset page: https://huggingface.co/datasets/muhammadravi251001/idk_mrc_nli_chunking.textn<1K0 likes19 downloads3y agoHugging Face12mr-checker /yt-market-signal-7k This dataset is a synthetic one created using Gemini. It contains 7k+ collection of yt video titles, descriptions and their corresponding labels. This dataset is created keeping in mind to analyse Why the market cares about the content texttext-classification1K<n<10K0 likes17 downloads3mo agoHugging Face13muhammadravi251001 /idk-mrc-nliYou can download this Dataset just like this (if you only need: premise, hypothesis, and label column): from datasets import load_dataset, Dataset, DatasetDict import pandas as pd data_files = {"train": "data_nli_train_df.csv", "validation": "data_nli_val_df.csv", "test": "data_nli_test_df.csv"} dataset = load_dataset("muhammadravi251001/idk-mrc-nli", data_files=data_files) selected_columns = ["premise", "hypothesis", "label"] # selected_columns =… See the full description on the dataset page: https://huggingface.co/datasets/muhammadravi251001/idk-mrc-nli.text1K<n<10K0 likes12 downloads3y agoHugging Face14mr-checker /yt-strategic-intent-9kThis dataset is a synthetic strategic intent corpus generated using Google Gemini, containing approximately 10,000 rows of labeled examples. It is designed to answer the question “What does the audience want?” with 7 intents: Build Awareness Career Decide Evaluate Inspiration Learn and Predict The dataset provides a structured foundation for training text classification models that uncover audience desires and strategic drivers behind YouTube and business-related content. texttext-classification1K<n<10K0 likes11 downloads3mo agoHugging Face15muhammadravi251001 /idk_mrc_nli_nerYou can download this Dataset just like this: data_files = {"train": "data_nli_train_ner_df.csv", "validation": "data_nli_val_ner_df.csv", "test": "data_nli_test_ner_df.csv"} dataset = load_dataset("muhammadravi251001/idk_mrc_nli_ner", data_files=data_files) This is some modification from IDK-MRC dataset to IDK-MRC-NLI dataset. By convert QAS dataset to NLI dataset. You can find the original IDK-MRC in this link:… See the full description on the dataset page: https://huggingface.co/datasets/muhammadravi251001/idk_mrc_nli_ner.text10K<n<100K0 likes10 downloads3y agoHugging Face16mr-checker /yt-tech-comments-datasetThis dataset is a synthetic one generated using Gemini for the task youtube comment sentiment analysis. It contains ~11k rows. texttext-classification10K<n<100K0 likes9 downloads3mo agoHugging Face17mrcuddle /Luminous-OpusConverted from ChaoticNeutrals/Luminous_Opus texttext-generationn<1K0 likes6 downloads2y agoHugging Face18kans2298 /MRCtabularn<1K0 likes1 downloads2y agoHugging Face

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