File size: 1,331 Bytes
82119b4
 
c1cb3c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82119b4
 
 
 
 
 
 
 
 
 
 
cff3f54
 
82119b4
 
 
 
 
 
 
 
 
 
 
 
cff3f54
 
82119b4
 
d743cb4
82119b4
d743cb4
 
82119b4
c1cb3c3
 
 
 
82119b4
 
 
 
 
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
dataset_info:
- config_name: comments
  features:
  - name: subreddit
    dtype: string
  - name: link_id
    dtype: string
  - name: id
    dtype: string
  - name: body
    dtype: string
  - name: score
    dtype: int64
  - name: author
    dtype: string
  - name: created_utc
    dtype: int64
  - name: parent_id
    dtype: string
  - name: permalink
    dtype: string
  splits:
  - name: train
    num_bytes: 113857490
    num_examples: 429164
  download_size: 35521499
  dataset_size: 113857490
- config_name: submissions
  features:
  - name: author
    dtype: string
  - name: created_utc
    dtype: int64
  - name: is_self
    dtype: bool
  - name: link_flair_text
    dtype: string
  - name: num_comments
    dtype: int64
  - name: permalink
    dtype: string
  - name: score
    dtype: int64
  - name: selftext
    dtype: string
  - name: subreddit
    dtype: string
  - name: title
    dtype: string
  - name: url
    dtype: string
  - name: upvote_ratio
    dtype: float64
  - name: post_id
    dtype: string
  splits:
  - name: train
    num_bytes: 18150625
    num_examples: 40749
  download_size: 9294614
  dataset_size: 18150625
configs:
- config_name: comments
  data_files:
  - split: train
    path: comments/train-*
- config_name: submissions
  data_files:
  - split: train
    path: submissions/train-*
---