File size: 1,911 Bytes
d482699
 
 
 
 
 
 
 
 
 
 
 
 
d481f57
 
d482699
 
 
 
d481f57
 
 
 
d482699
 
 
 
d481f57
 
 
 
d482699
 
 
 
 
 
 
 
 
 
d481f57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d482699
 
d481f57
 
 
 
d482699
 
 
 
 
 
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
81
82
83
84
85
86
87
88
89
90
---
dataset_info:
  features:
  - name: metadata
    struct:
    - name: controversiality
      dtype: int64
    - name: normalized_controversiality
      dtype: float64
    - name: post
      struct:
      - name: author
        dtype: string
      - name: created_utc
        dtype: int64
      - name: downvotes
        dtype: int64
      - name: flair
        dtype: string
      - name: no_follow
        dtype: bool
      - name: removed_by_category
        dtype: string
      - name: score
        dtype: int64
      - name: suggested_sort
        dtype: string
      - name: title
        dtype: string
      - name: total_awards_received
        dtype: int64
      - name: upvote_ratio
        dtype: float64
      - name: upvotes
        dtype: int64
    - name: subreddit
      struct:
      - name: name
        dtype: string
      - name: subscribers
        dtype: int64
  - name: conversations
    list:
    - name: content
      dtype: string
    - name: metadata
      struct:
      - name: author
        dtype: string
      - name: controversiality
        dtype: int64
      - name: created_utc
        dtype: int64
      - name: downvotes
        dtype: int64
      - name: flair
        dtype: string
      - name: is_submitter
        dtype: bool
      - name: no_follow
        dtype: bool
      - name: removed_by_category
        dtype: string
      - name: score
        dtype: int64
      - name: suggested_sort
        dtype: string
      - name: title
        dtype: string
      - name: total_awards_received
        dtype: int64
      - name: upvote_ratio
        dtype: float64
      - name: upvotes
        dtype: int64
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 306220420
    num_examples: 173713
  download_size: 157973682
  dataset_size: 306220420
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---