File size: 1,428 Bytes
1c3f0fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
74
75
76
77
78
79
80
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: selftext
    dtype: string
  - name: score
    dtype: int64
  - name: upvote_ratio
    dtype: float64
  - name: num_comments
    dtype: int64
  - name: created_utc
    dtype: float64
  - name: author
    dtype: string
  - name: permalink
    dtype: string
  - name: url
    dtype: string
  - name: is_self
    dtype: bool
  - name: domain
    dtype: string
  - name: flair
    dtype: string
  - name: subreddit
    dtype: string
  - name: nsfw
    dtype: bool
  - name: spoiler
    dtype: bool
  - name: stickied
    dtype: bool
  - name: awards
    dtype: int64
  - name: scraped_at
    dtype: string
  - name: comments
    list:
    - name: author
      dtype: string
    - name: awards
      dtype: int64
    - name: body
      dtype: string
    - name: created_utc
      dtype: float64
    - name: id
      dtype: string
    - name: is_submitter
      dtype: bool
    - name: parent_id
      dtype: string
    - name: permalink
      dtype: string
    - name: post_id
      dtype: string
    - name: score
      dtype: int64
    - name: stickied
      dtype: bool
  - name: comments_count
    dtype: int64
  splits:
  - name: train
    num_bytes: 18782452
    num_examples: 2815
  download_size: 9529835
  dataset_size: 18782452
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---