reddit_sources / README.md
cappuch's picture
Update README.md
8a2408c
metadata
task_categories:
  - summarization
  - conversational
  - text-generation
  - text2text-generation
language:
  - en
tags:
  - code
pretty_name: reddit-programming
size_categories:
  - 1K<n<10K

Reddit Dataset

Overview

This dataset contains information from 200 subreddits, each comprising 5,012 posts. The data was scraped from Reddit and includes various attributes for each post and subreddit.

Subreddits

Compelete list can be found at here

Data Fields

  • 'title' - Title of the post
  • 'score' - Upvote count
  • 'id' - Reddit ID for the API
  • 'subreddit' - Subreddit
  • 'url' - URL to the post
  • 'num_comments' - Amount of comments
  • 'body' - The text in the postt
  • 'created' - Date in UNIX time.

Usage

literally a csv file