nmcco commited on
Commit
91c2fac
·
verified ·
1 Parent(s): 89f9008

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: test_text
14
+ dtype: string
15
+ - name: speaker
16
+ dtype: string
17
+ - name: llama_text
18
+ dtype: string
19
+ - name: llama_test_text
20
+ dtype: string
21
+ - name: qwen_text
22
+ dtype: string
23
+ - name: qwen_test_text
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 574723.3333333334
28
+ num_examples: 45
29
+ - name: test
30
+ num_bytes: 114944.66666666667
31
+ num_examples: 9
32
+ download_size: 368447
33
+ dataset_size: 689668.0
34
+ ---
35
+ # Dataset Card for "BOOKv2-ladydog-9"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)