shahules786
commited on
Commit
•
4797c80
1
Parent(s):
0748ed9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: user
|
5 |
+
dtype: string
|
6 |
+
- name: subreddit
|
7 |
+
dtype: string
|
8 |
+
- name: post_id
|
9 |
+
dtype: string
|
10 |
+
- name: link_flair_text
|
11 |
+
dtype: string
|
12 |
+
- name: over_18
|
13 |
+
dtype: bool
|
14 |
+
- name: is_question
|
15 |
+
dtype: bool
|
16 |
+
- name: rots
|
17 |
+
sequence: string
|
18 |
+
- name: safety_label
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 167028.87151967647
|
23 |
+
num_examples: 1502
|
24 |
+
download_size: 101362
|
25 |
+
dataset_size: 167028.87151967647
|
26 |
+
---
|
27 |
+
# Dataset Card for "prosocial-nsfw-reddit"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|