File size: 641 Bytes
05289c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: subtitle
    dtype: string
  - name: content
    dtype: string
  - name: claps
    dtype: int64
  - name: voters
    dtype: int64
  - name: wordcount
    dtype: int64
  - name: topics
    sequence: string
  - name: responses
    dtype: int64
  - name: URL
    dtype: string
  - name: published_at
    dtype: timestamp[us]
  - name: author_name
    dtype: string
  splits:
  - name: train
    num_bytes: 124247
    num_examples: 13
  download_size: 69529
  dataset_size: 124247
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---