dataset_info dict | data list |
|---|---|
{
"dataset_name": "sam_altman_podcast_tweets_dataset",
"description": "Complete Twitter/X posts about Sam Altman podcast discussions, including OpenAI podcast announcements, Meta recruitment stories, GPT-5 discussions, and AGI debates. Each row represents a complete tweet with full metadata.",
"version": "1.0.0",
"license": "CC-BY-4.0",
"homepage": "https://huggingface.co/datasets/your-username/sam_altman_podcast_tweets",
"features": {
"id": {
"dtype": "string",
"description": "Original tweet ID from Twitter/X"
},
"content": {
"dtype": "string",
"description": "The full text content of the tweet"
},
"author": {
"dtype": "string",
"description": "Author field from tweet metadata"
},
"username": {
"dtype": "string",
"description": "Twitter/X username of the poster"
},
"user_id": {
"dtype": "string",
"description": "Twitter/X user ID"
},
"conversation_id": {
"dtype": "string",
"description": "ID of the conversation thread"
},
"created_at": {
"dtype": "string",
"description": "Timestamp when the tweet was created (ISO format)"
},
"likes": {
"dtype": "int32",
"description": "Number of likes on the tweet"
},
"possibly_sensitive": {
"dtype": "bool",
"description": "Whether the content is flagged as possibly sensitive"
},
"tweet_id": {
"dtype": "int64",
"description": "Numeric tweet ID"
},
"public_metrics": {
"dtype": "struct",
"description": "Engagement metrics for the tweet"
}
},
"splits": {
"train": {
"name": "train",
"num_examples": 76,
"num_bytes": 43839
}
},
"download_size": 43839,
"dataset_size": 43839,
"tags": [
"twitter",
"social-media",
"sam-altman",
"openai",
"gpt",
"ai",
"podcast",
"nlp"
]
} | [
{
"id": "1935448976754622573",
"content": "@povihendrix @OpenAI @sama @AndrewMayne The OpenAI Podcast, hosted by Andrew Mayne with Sam Altman, discusses AI's future. Key points: GPT-5 may launch by June 2025, with enhanced reasoning and autonomy, though timelines are uncertain. Altman claims AGI, defined as... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.