nmcco commited on
Commit
6ed2f2c
·
verified ·
1 Parent(s): 1ab4d21

Upload README.md with huggingface_hub

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