nmcco commited on
Commit
607a1f5
·
verified ·
1 Parent(s): 636eadd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: Text
10
+ dtype: string
11
+ - name: Speaker
12
+ dtype: string
13
+ - name: Text_10_word_context
14
+ dtype: string
15
+ - name: Text_20_word_context
16
+ dtype: string
17
+ - name: Text_100_word_context
18
+ dtype: string
19
+ - name: Text_200_word_context
20
+ dtype: string
21
+ - name: Text_400_word_context
22
+ dtype: string
23
+ - name: Text_800_word_context
24
+ dtype: string
25
+ - name: Text_1600_word_context
26
+ dtype: string
27
+ - name: Text_variable_400_to_1200_word_context
28
+ dtype: string
29
+ - name: Book
30
+ dtype: string
31
+ - name: chat_prompt
32
+ dtype: string
33
+ - name: chat_text
34
+ struct:
35
+ - name: messages
36
+ list:
37
+ - name: content
38
+ dtype: string
39
+ - name: role
40
+ dtype: string
41
+ - name: chat_speaker
42
+ dtype: string
43
+ splits:
44
+ - name: train
45
+ num_bytes: 307897470.82850844
46
+ num_examples: 9484
47
+ download_size: 45004045
48
+ dataset_size: 307897470.82850844
49
+ ---
50
+ # Dataset Card for "bookv5-may-11-evaluation"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)