nmcco commited on
Commit
f04f45a
·
verified ·
1 Parent(s): 0cec0e2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: Text
7
+ dtype: string
8
+ - name: Speaker
9
+ dtype: string
10
+ - name: Text_10_word_context
11
+ dtype: string
12
+ - name: Text_20_word_context
13
+ dtype: string
14
+ - name: Text_100_word_context
15
+ dtype: string
16
+ - name: Text_200_word_context
17
+ dtype: string
18
+ - name: Text_400_word_context
19
+ dtype: string
20
+ - name: Text_800_word_context
21
+ dtype: string
22
+ - name: Text_1600_word_context
23
+ dtype: string
24
+ - name: Text_variable_400_to_1200_word_context
25
+ dtype: string
26
+ - name: Book
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 2255869205
31
+ num_examples: 97066
32
+ download_size: 344123932
33
+ dataset_size: 2255869205
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
+ ---
40
+ # Dataset Card for "offical_books_v1.1"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)