File size: 2,708 Bytes
cedd0b0
 
 
 
 
 
 
 
 
 
 
 
 
1c45f7c
cedd0b0
91da675
cedd0b0
 
 
 
 
 
e277ff9
 
 
 
cedd0b0
 
fd95fc7
12f802e
fd95fc7
 
cedd0b0
 
 
1c45f7c
 
 
 
 
 
 
 
 
 
 
 
 
 
fd95fc7
1c45f7c
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: content
    dtype: string
  - name: poster
    dtype: string
  - name: date_utc
    dtype: timestamp[ns]
  - name: flair
    dtype: 'null'
  - name: title
    dtype: string
  - name: permalink
    dtype: string
  - name: id
    dtype: string
  - name: content_length
    dtype: int64
  - name: score
    dtype: int64
  splits:
  - name: train
    num_bytes: 1151601
    num_examples: 531
  download_size: 698345
  dataset_size: 1151601
---
# Dataset Card for "dataset-creator-reddit-amitheasshole"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

--- Generated Part of README Below ---


## Dataset Overview
The goal is to have an open dataset of [r/amitheasshole](https://www.reddit.com/r/amitheasshole/) submissions. Im leveraging PRAW and the reddit API to get downloads.

There is a limit of 1000 in an API call and limited search functionality, so this is run every hour to get new submissions.

## Creation Details
THis was created by [derek-thomas/dataset-creator-reddit-amitheasshole](https://huggingface.co/spaces/derek-thomas/dataset-creator-reddit-amitheasshole)

## Update Frequency
The dataset is updated hourly with the most recent update being `2023-10-29 21:00:00 UTC+0000` where we added **200 new rows**.

## Licensing 
[Reddit Licensing terms](https://www.redditinc.com/policies/data-api-terms) as accessed on October 25:
> The Content created with or submitted to our Services by Users (“User Content”) is owned by Users and not by Reddit. Subject to your complete and ongoing compliance with the Data API Terms, Reddit grants you a non-exclusive, non-transferable, non-sublicensable, and revocable license to copy and display the User Content using the Data API solely as necessary to develop, deploy, distribute, and run your App to your App Users. You may not modify the User Content except to format it for such display. You will comply with any requirements or restrictions imposed on usage of User Content by their respective owners, which may include "all rights reserved" notices, Creative Commons licenses, or other terms and conditions that may be agreed upon between you and the owners. Except as expressly permitted by this section, no other rights or licenses are granted or implied, including any right to use User Content for other purposes, such as for training a machine learning or AI model, without the express permission of rightsholders in the applicable User Content

My take is that you can't use this data for *training* without getting permission.