ummagumm-a commited on
Commit
fd1af43
·
1 Parent(s): b33852c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -5,12 +5,27 @@ dataset_info:
5
  dtype: string
6
  - name: comment
7
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
8
  splits:
9
  - name: train
10
- num_bytes: 1423
11
- num_examples: 19
12
- download_size: 3744
13
- dataset_size: 1423
 
 
 
14
  ---
15
  # Dataset Card for "reddit_posts_comments"
16
 
 
5
  dtype: string
6
  - name: comment
7
  dtype: string
8
+ - name: controversiality
9
+ dtype: int64
10
+ - name: edited
11
+ dtype: string
12
+ - name: is_submitter
13
+ dtype: bool
14
+ - name: score
15
+ dtype: int64
16
+ - name: num_comments_below
17
+ dtype: int64
18
+ - name: date-time
19
+ dtype: string
20
  splits:
21
  - name: train
22
+ num_bytes: 591662
23
+ num_examples: 3201
24
+ - name: test
25
+ num_bytes: 115871
26
+ num_examples: 643
27
+ download_size: 367223
28
+ dataset_size: 707533
29
  ---
30
  # Dataset Card for "reddit_posts_comments"
31