datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
act-grasp-stack-transfer-noisyact-grasp-stack-transferstack-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.stackoverflow-datasetstacked-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.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.stackexchangeThis dataset is based entirely on HuggingFaceH4/stack-exchange-preferences, but it has been restructured.
All HTML tags have been cleaned out, and the answers column has been turned into the answer column, so instead of answers being stored in JSON format there is now a row for each answer.
Furthermore there is a separate file for every forum instead of a single file.
AI_Employment
Dataset Card for AI Use in Business from US Census Bureau
This dataset is from the US Census Bureau and contains the segment about AI use in businesses.
Dataset Details
The BTOS questionnaire defines AI as computer systems and software able to perform tasks normally requiring human
intelligence, such as decision-making, visual perception, speech recognition and language processing.
Examples of AI technologies and applications include machine learning, natural language… See the full description on the dataset page: https://huggingface.co/datasets/StaceyASavage/AI_Employment.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.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.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.stacktab-services
StackTab: the developer services under price watch
One row per developer service whose pricing StackTab reads: its category, its homepage and the pricing page the plan figures were read from.
Rows in this cut
29
One row is
one service
Cut
2026-09-04
Refreshed
Monthly, on the first of the month
Measured by
StackTab
Method
https://toolproof.thecompound.tech/methodology
Licence
Creative Commons Attribution 4.0 International
Publisher
Compound Labs
Also… See the full description on the dataset page: https://huggingface.co/datasets/kyisaiah47/stacktab-services.stack-overflow-datasetemail-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.peru-web-tech-stacksThis dataset contains human-verified tech stack labels for Peruvian websites based on wappalyzer and manual inspection.
frontend_layer: the library or highest level framework the client uses to render the UI.
frontend_framework: the coding framework used to structure the frontend, not necessarily SSR.
backend_framework: pure backend server or a dual stack acting only as backend.
fullstack_framework: native monolithic technologies or dual stacks such as Next.js only when they act as a… See the full description on the dataset page: https://huggingface.co/datasets/4verburga/peru-web-tech-stacks.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.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.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
HeightCeleb
HeightCeleb
This repository contains the dataset described in article "HeightCeleb - an enrichment of VoxCeleb dataset with speaker height information",
which was presented at SLT 2024 conference in Macau, China.
The dataset is an extension to Voxceleb dataset and contains
height information that was scraped from the Internet.
Live demo of system trained with HeightCeleb
Demo system deployed in HuggingFace Spaces
Dataset Attribution
HeightCeleb dataset… See the full description on the dataset page: https://huggingface.co/datasets/stachu86/HeightCeleb.Stack_overflow_questionstackoverflow-kubernetes-questionscovert from https://huggingface.co/datasets/mcipriano/stackoverflow-kubernetes-questions/blob/main/README.md
format from parquet to csv
coverting code as below
import pandas as pd
from pandas import read_parquet
data = read_parquet("~/Downloads/kubernetes_dump.parquet")
#print(data.count())
#data.head()
data.to_csv('/tmp/out.csv', index=False)
p2c_polite_stackStackOverflow-ML-Librariesstack-overflowcloud-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.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.stackoverflowstackshare-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.50k_stackoverflowstack_overflow_data
