nmcco commited on
Commit
92ed88a
·
verified ·
1 Parent(s): 3e777b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -22,12 +22,24 @@ dataset_info:
22
  dtype: string
23
  - name: Book
24
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
25
  splits:
26
  - name: train
27
- num_bytes: 360385412.33602
28
  num_examples: 89795
29
- download_size: 86283960
30
- dataset_size: 360385412.33602
31
  ---
32
  # Dataset Card for "bookv5-may-10-train"
33
 
 
22
  dtype: string
23
  - name: Book
24
  dtype: string
25
+ - name: chat_prompt
26
+ dtype: string
27
+ - name: chat_text
28
+ struct:
29
+ - name: messages
30
+ list:
31
+ - name: content
32
+ dtype: string
33
+ - name: role
34
+ dtype: string
35
+ - name: chat_speaker
36
+ dtype: string
37
  splits:
38
  - name: train
39
+ num_bytes: 597690602.4057924
40
  num_examples: 89795
41
+ download_size: 126267894
42
+ dataset_size: 597690602.4057924
43
  ---
44
  # Dataset Card for "bookv5-may-10-train"
45