File size: 860 Bytes
7f91e1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: author
    dtype: string
  - name: story
    dtype: string
  - name: chapter
    dtype: int64
  - name: story_tags
    dtype: string
  - name: story_title
    dtype: string
  - name: story_blurb
    dtype: string
  - name: story_status
    dtype: string
  - name: story_likes
    dtype: int64
  - name: story_dislikes
    dtype: int64
  - name: story_description
    dtype: string
  - name: story_rating
    dtype: string
  - name: created
    dtype: string
  - name: updated
    dtype: string
  - name: views
    dtype: int64
  - name: text
    dtype: string
  - name: chunks
    sequence: string
  splits:
  - name: train
    num_bytes: 9313923334
    num_examples: 214210
  download_size: 5352531491
  dataset_size: 9313923334
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---