CoolFace
27 shown

datasets

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

Clear all
01habedi /stack-exchange-dataset Overview This dataset consists of three TSV files, namely: cs.tsv, ds.tsv, and p.tsv. Each file includes the data for the questions asked on a Stack Exchange (SE) question-answering community, from the creation of the community until May 2021. cs.tsv --> Computer Science SE ds.csv --> Data Science SE p.csv --> Political Science SE File Structure Each file has the following columns: id: the question id title: the title of the question body: the body or text of the… See the full description on the dataset page: https://huggingface.co/datasets/habedi/stack-exchange-dataset.tabulartext-classification10K<n<100K11 likes380 downloads7mo agoHugging Face02c17hawke /stackoverflow-datasettabular10K<n<100K6 likes305 downloads4y agoHugging Face03stacked-summaries /stacked-xsum xsum-stacked The current version (corresponding to the stacked-booksum release): v0.3. See the Stacked Summaries org page for what this is and why it exists. The maximum input length is 16384 tokens, and the maximum output length is 1024 tokens (measured with the Long-T5 tokenizer). stats [2023-01-09 19:36:25] INFO:root:INPUTS - basic stats - train [2023-01-09 19:36:26] INFO:root:{'num_columns': 5, 'num_rows': 204045, 'num_unique_target': 203107, 'num_unique_text':… See the full description on the dataset page: https://huggingface.co/datasets/stacked-summaries/stacked-xsum.tabularsummarization100K<n<1M2 likes130 downloads4y agoHugging Face04stacked-summaries /stacked-samsum-1024 stacked samsum 1024 Created with the stacked-booksum repo version v0.25. It contains: Original Dataset: copy of the base dataset Stacked Rows: The original dataset is processed by stacking rows based on certain criteria: Maximum Input Length: The maximum length for input sequences is 1024 tokens in the longt5 model tokenizer. Maximum Output Length: The maximum length for output sequences is also 1024 tokens in the longt5 model tokenizer. Special Token: The dataset utilizes the… See the full description on the dataset page: https://huggingface.co/datasets/stacked-summaries/stacked-samsum-1024.tabularsummarization10K<n<100K5 likes126 downloads3y agoHugging Face05stacker-lx /Synthetic-UAV-Flight-Trajectories UAV Trajectory Dataset Summary This dataset comprises over 5000 random UAV (Unmanned Aerial Vehicle) trajectories collected over 20 hours of flight time. It is intended for training AI models such as trajectory prediction applications. The dataset is generated through an automated pipeline for the creation and preprocessing of UAV synthetic trajectories, making it ready for direct AI model training. Data Description The dataset features parameterized… See the full description on the dataset page: https://huggingface.co/datasets/stacker-lx/Synthetic-UAV-Flight-Trajectories.tabular100K<n<1M0 likes87 downloads7mo agoHugging Face06stackscan /lets-encrypt Let's Encrypt Adoption Among Large Companies and Organizations Overview This dataset lists 5,050 large companies and organizations whose websites were found to use SSL/TLS certificates issued by Let's Encrypt. Each row carries firmographic context: industry, employee band, country, locality and founding year. Rows are ordered by website popularity rank, and the file covers the most popular slice of a larger pool of large organizations found to use Let's Encrypt.… See the full description on the dataset page: https://huggingface.co/datasets/stackscan/lets-encrypt.tabulartabular-classification10K<n<100K1 likes58 downloads1mo agoHugging Face07kyisaiah47 /stacktab-plans StackTab: every plan, its price, and the page the price was read from One row per published plan: its base monthly price in USD, what the plan includes, the restrictions attached to it, and the URL the figure was read from with the date it was last checked. Rows in this cut 64 One row is one plan Cut 2026-09-04 Refreshed Monthly, on the first of the month Measured by StackTab Method https://toolproof.thecompound.tech/methodology Licence Creative Commons… See the full description on the dataset page: https://huggingface.co/datasets/kyisaiah47/stacktab-plans.tabularn<1K0 likes48 downloads4d agoHugging Face08stackscan /email-authentication DMARC and SPF Adoption Among Large Organizations Overview This dataset records which of 36,120 large organizations publish SPF and DMARC records on their primary domain, with firmographic context for each: industry, employee band, country, locality and founding year. SPF lists the servers allowed to send mail for a domain. DMARC tells receiving servers what to do with mail that fails that check, and where to send reports. A domain with SPF but no DMARC has… See the full description on the dataset page: https://huggingface.co/datasets/stackscan/email-authentication.tabulartabular-classification10K<n<100K1 likes45 downloads1mo agoHugging Face09Somesh140 /stack-overflow-datasettabular10K<n<100K1 likes40 downloads3y agoHugging Face10albertgong1 /stackexchange StackExchange Dataset Working doc: https://docs.google.com/document/d/1h585bH5sYcQW4pkHzqWyQqA4ape2Bq6o1Cya0TkMOQc/edit?usp=sharing BigQuery query (see so_bigquery.ipynb): CREATE TEMP TABLE answers AS SELECT * FROM bigquery-public-data.stackoverflow.posts_answers WHERE LOWER(Body) LIKE '%arxiv%'; CREATE TEMPORARY TABLE questions AS SELECT * FROM bigquery-public-data.stackoverflow.posts_questions; SELECT * FROM answers JOIN questions ON questions.id = answers.parent_id; NOTE:… See the full description on the dataset page: https://huggingface.co/datasets/albertgong1/stackexchange.tabular1K<n<10K1 likes38 downloads2y agoHugging Face11Kubermatic /stackoverflow_QAs StackOverflow Q&A Dataset for Various Projects Description This dataset consists of Q&A data extracted from StackOverflow, related to different projects of CNCF (Cloud Native Computing Foundation) landscape. It includes the following three columns: Question: The question asked on StackOverflow. Answer: The corresponding answer to the question. Tag: The name of the project to which the question and answer are related. The data was collected using the Git Exchange API to… See the full description on the dataset page: https://huggingface.co/datasets/Kubermatic/stackoverflow_QAs.tabular1K<n<10K3 likes38 downloads2y agoHugging Face12jason1966 /abdullahkhan70_github-tech-stack-languages-and-frameworks GitHub Tech Stack Languages & Frameworks Comprehensive Repository Data: JavaScript, Python, Go, Rust & More Dataset Info Source: Kaggle Original Size: 2.17 MB Kaggle Downloads: 62 Files: 17 Files Mirrored from Kaggle tabular10K<n<100K0 likes28 downloads6mo agoHugging Face13JaehyungKim /p2c_polite_stacktabular1K<n<10K0 likes22 downloads3y agoHugging Face14Syed-Hasan-8503 /StackOverflow-TP4-1M Dataset Details Dataset Description TP4 is a comprehensive dataset containing a curated collection of questions and answers from Stack Overflow. Focused on the realms of Python programming, NumPy, Pandas, TensorFlow, and PyTorch, TP4 includes essential attributes such as question ID, title, question body, answer body, associated tags, and score. This dataset is designed to facilitate research, analysis, and exploration of inquiries and solutions within the Python and… See the full description on the dataset page: https://huggingface.co/datasets/Syed-Hasan-8503/StackOverflow-TP4-1M.tabularquestion-answering1M<n<10M4 likes20 downloads3y agoHugging Face15benlipkin /stack-overflowtabular10K<n<100K0 likes20 downloads9mo agoHugging Face16regularpooria /50k_stackoverflowtabular10K<n<100K1 likes14 downloads11mo agoHugging Face17stackscan /cloud-hosting Cloud and CDN Adoption Among Large Organizations Overview This dataset records which cloud, hosting and CDN providers were detected on the websites of 21,325 large organizations, with firmographic context for each: industry, employee band, country, locality and founding year. Nineteen providers are covered, each as its own column, because organizations commonly use several at once. 3,259 of them show more than one. Collected in August 2026. Infrastructure changes… See the full description on the dataset page: https://huggingface.co/datasets/stackscan/cloud-hosting.tabulartabular-classification10K<n<100K1 likes14 downloads1mo agoHugging Face18MRiabov /stackshare-dataset-jan-2025 stackshare-dataset NOTE: originally created by captn3m0. I'm only reposting this because it may be valuable for the HF community. DOI: 10.5281/zenodo.10554437 A dataset from stackshare.io providing lists of packages and various services. While a list of packages for various ecosystems is easily available elsewhere, a list of services is much harder. See tools.csv for a complete list. I'd recommend sorting by populatity and using the top 2.5-3k results depending on your… See the full description on the dataset page: https://huggingface.co/datasets/MRiabov/stackshare-dataset-jan-2025.tabular1K<n<10K0 likes11 downloads1y agoHugging Face19Syed-Hasan-8503 /StackOverflow-ML-Librariestabular100K<n<1M1 likes9 downloads3y agoHugging Face20stackreport /amazon-beauty-reviews-dataset Dataset Card for "Amazon Beauty Reviews" Dataset Summary This dataset consists of reviews of "All Beauty" category from amazon. The data includes all ~700,000 reviews up to 2023. Reviews include product and user information, ratings, and a plain text review. Supported Tasks and Leaderboards This dataset can be used for numerous tasks like sentiment analysis, text classification, and user behavior analysis. It's particularly useful for training… See the full description on the dataset page: https://huggingface.co/datasets/stackreport/amazon-beauty-reviews-dataset.tabulartext-classification100K<n<1M0 likes8 downloads3mo agoHugging Face21VishwaSharma84 /stack_overflow_datatabular10K<n<100K0 likes7 downloads3y agoHugging Face22suki1974 /stackoverflow_QAs StackOverflow Q&A Dataset for Various Projects Description This dataset consists of Q&A data extracted from StackOverflow, related to different projects of CNCF (Cloud Native Computing Foundation) landscape. It includes the following three columns: Question: The question asked on StackOverflow. Answer: The corresponding answer to the question. Tag: The name of the project to which the question and answer are related. The data was collected using the Git Exchange API to… See the full description on the dataset page: https://huggingface.co/datasets/suki1974/stackoverflow_QAs.tabular1K<n<10K0 likes3 downloads9mo agoHugging Face23nahueldev /tech-stackstabularn<1K0 likes2 downloads2y agoHugging Face24dewanup007 /stackoverflow_qualityratingAnnamoradnejad, I., Habibi, J., & Fazli, M. (2022). Multi-view approach to suggest moderation actions in community question answering sites. Information Sciences, 600, 144-154. @article{annamoradnejad2022multiview, title={Multi-View Approach to Suggest Moderation Actions in Community Question Answering Sites}, author={Annamoradnejad, Issa and Habibi, Jafar and Fazli, Mohammadamin}, journal = {Information Sciences}, volume = {600}, pages = {144-154}, year = {2022}, issn… See the full description on the dataset page: https://huggingface.co/datasets/dewanup007/stackoverflow_qualityrating.tabularn<1K1 likes2 downloads7mo agoHugging Face25dewanup007 /stackoverflow-nova-dataAnnamoradnejad, I., Habibi, J., & Fazli, M. (2022). Multi-view approach to suggest moderation actions in community question answering sites. Information Sciences, 600, 144-154. @article{annamoradnejad2022multiview, title={Multi-View Approach to Suggest Moderation Actions in Community Question Answering Sites}, author={Annamoradnejad, Issa and Habibi, Jafar and Fazli, Mohammadamin}, journal = {Information Sciences}, volume = {600}, pages = {144-154}, year = {2022}, issn = {0020-0255}, doi =… See the full description on the dataset page: https://huggingface.co/datasets/dewanup007/stackoverflow-nova-data.tabularn<1K1 likes2 downloads7mo agoHugging Face26sayedyounes /stack_multilabel_subsettabular1K<n<10K0 likes1 downloads10mo agoHugging Face27harshapitla /stack-overflowtabular10K<n<100K0 likes1 downloads9mo agoHugging Face

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