derek-thomas HF staff commited on
Commit
e277ff9
1 Parent(s): 7b187db

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -16,18 +16,20 @@ dataset_info:
16
  dtype: 'null'
17
  - name: title
18
  dtype: string
19
- - name: score
20
- dtype: int64
21
  - name: permalink
22
  dtype: string
23
  - name: id
24
  dtype: string
 
 
 
 
25
  splits:
26
  - name: train
27
- num_bytes: 440321
28
- num_examples: 200
29
- download_size: 279819
30
- dataset_size: 440321
31
  ---
32
  # Dataset Card for "dataset-creator-reddit-amitheasshole"
33
 
@@ -45,11 +47,10 @@ There is a limit of 1000 in an API call and limited search functionality, so thi
45
  THis was created by [derek-thomas/dataset-creator-reddit-amitheasshole](https://huggingface.co/spaces/derek-thomas/dataset-creator-reddit-amitheasshole)
46
 
47
  ## Update Frequency
48
- The dataset is updated hourly with the most recent update being `2023-10-27 16:00:00 UTC+0000` where we added **200 new rows**.
49
 
50
  ## Licensing
51
  [Reddit Licensing terms](https://www.redditinc.com/policies/data-api-terms) as accessed on October 25:
52
  > 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
53
 
54
  My take is that you can't use this data for *training* without getting permission.
55
-
 
16
  dtype: 'null'
17
  - name: title
18
  dtype: string
 
 
19
  - name: permalink
20
  dtype: string
21
  - name: id
22
  dtype: string
23
+ - name: content_length
24
+ dtype: int64
25
+ - name: score
26
+ dtype: int64
27
  splits:
28
  - name: train
29
+ num_bytes: 444139
30
+ num_examples: 201
31
+ download_size: 283310
32
+ dataset_size: 444139
33
  ---
34
  # Dataset Card for "dataset-creator-reddit-amitheasshole"
35
 
 
47
  THis was created by [derek-thomas/dataset-creator-reddit-amitheasshole](https://huggingface.co/spaces/derek-thomas/dataset-creator-reddit-amitheasshole)
48
 
49
  ## Update Frequency
50
+ The dataset is updated hourly with the most recent update being `2023-10-27 16:00:00 UTC+0000` where we added **0 new rows**.
51
 
52
  ## Licensing
53
  [Reddit Licensing terms](https://www.redditinc.com/policies/data-api-terms) as accessed on October 25:
54
  > 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
55
 
56
  My take is that you can't use this data for *training* without getting permission.