ummagumm-a commited on
Commit
7b1947d
1 Parent(s): a2e88de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -6,13 +6,13 @@ dataset_info:
6
  - name: post_title
7
  dtype: string
8
  - name: post_body
9
- dtype: string
10
  - name: subreddit
11
  dtype: string
12
  - name: post_url
13
  dtype: string
14
  - name: flair_text
15
- dtype: string
16
  - name: score
17
  dtype: int64
18
  - name: comments
@@ -23,10 +23,13 @@ dataset_info:
23
  dtype: string
24
  splits:
25
  - name: train
26
- num_bytes: 30959
27
- num_examples: 100
28
- download_size: 24854
29
- dataset_size: 30959
 
 
 
30
  ---
31
  # Dataset Card for "reddit_posts"
32
 
 
6
  - name: post_title
7
  dtype: string
8
  - name: post_body
9
+ dtype: float64
10
  - name: subreddit
11
  dtype: string
12
  - name: post_url
13
  dtype: string
14
  - name: flair_text
15
+ dtype: float64
16
  - name: score
17
  dtype: int64
18
  - name: comments
 
23
  dtype: string
24
  splits:
25
  - name: train
26
+ num_bytes: 2215
27
+ num_examples: 8
28
+ - name: test
29
+ num_bytes: 621
30
+ num_examples: 2
31
+ download_size: 13777
32
+ dataset_size: 2836
33
  ---
34
  # Dataset Card for "reddit_posts"
35