nmcco commited on
Commit
7dc8c84
·
verified ·
1 Parent(s): 564812c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ struct:
13
+ - name: messages
14
+ list:
15
+ - name: content
16
+ dtype: string
17
+ - name: role
18
+ dtype: string
19
+ - name: test_text
20
+ dtype: string
21
+ - name: speaker
22
+ dtype: string
23
+ - name: llama_text
24
+ dtype: string
25
+ - name: llama_test_text
26
+ dtype: string
27
+ - name: qwen_text
28
+ dtype: string
29
+ - name: qwen_test_text
30
+ dtype: string
31
+ - name: book
32
+ dtype: string
33
+ - name: prompt
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 146634318
38
+ num_examples: 9465
39
+ - name: test
40
+ num_bytes: 33327156
41
+ num_examples: 2368
42
+ download_size: 88056993
43
+ dataset_size: 179961474
44
+ ---
45
+ # Dataset Card for "BOOKv3_chat_combined_balanced_6books"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)