synthbot commited on
Commit
e106154
1 Parent(s): e69a5b8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: author
5
+ dtype: string
6
+ - name: story
7
+ dtype: string
8
+ - name: chapter
9
+ dtype: int64
10
+ - name: story_tags
11
+ dtype: string
12
+ - name: story_title
13
+ dtype: string
14
+ - name: story_blurb
15
+ dtype: string
16
+ - name: story_status
17
+ dtype: string
18
+ - name: story_likes
19
+ dtype: int64
20
+ - name: story_dislikes
21
+ dtype: int64
22
+ - name: story_description
23
+ dtype: string
24
+ - name: story_rating
25
+ dtype: string
26
+ - name: created
27
+ dtype: string
28
+ - name: updated
29
+ dtype: string
30
+ - name: views
31
+ dtype: int64
32
+ - name: text
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 17523944056
37
+ num_examples: 980135
38
+ download_size: 9822398046
39
+ dataset_size: 17523944056
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: train
44
+ path: data/train-*
45
+ ---
46
+ # Dataset Card for "fimfarchive"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)