mmarkusmalone/journal-entries-emotion-detection-vad
Reddit Diary of a Redditor VAD Dataset Dataset Creation Process Scraping Reddit Posts Posts were scraped from the r/diaryofaredditor subreddit using the Reddit API. The script used for scraping is shown below:import requests import csv import time access_token = "" headers = { "Authorization": f"bearer {access_token}", "User-Agent": "ChangeMeClient/0.1" } url = "https://oauth.reddit.com/r/diaryofaredditor/new" params = {"limit": 100} after = None csv_path =… See the full description on the dataset page: https://huggingface.co/datasets/mmarkusmalone/journal-entries-emotion-detection-vad.
This repository belongs to mmarkusmalone on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
