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.
Conversations for this repository live on Hugging Face.
CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.
Open discussions on Hugging Face