CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-nc-4.0updated 1y agoView on Hugging Face
0likes39downloads
settings

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.

namejournal-entries-emotion-detection-vad
visibilitypublic
licencecc-by-nc-4.0
gatedno
ownermmarkusmalone
Account settings
mmarkusmalone/journal-entries-emotion-detection-vad · CoolFace