roborovski commited on
Commit
b385cd8
·
1 Parent(s): fffa1c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: chunk
5
+ dtype: string
6
+ - name: chunk_id
7
+ dtype: int32
8
+ - name: turn_start
9
+ dtype: int32
10
+ - name: turn_end
11
+ dtype: int32
12
+ - name: alignment_score
13
+ dtype: float32
14
+ - name: turns
15
+ list:
16
+ - name: names
17
+ sequence: string
18
+ - name: utterances
19
+ sequence: string
20
+ - name: number
21
+ dtype: int32
22
+ - name: text
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 414731309
27
+ num_examples: 38969
28
+ - name: test
29
+ num_bytes: 70536184
30
+ num_examples: 7500
31
+ - name: validation
32
+ num_bytes: 73015166
33
+ num_examples: 6327
34
+ download_size: 210313194
35
+ dataset_size: 558282659
36
+ ---
37
+ # Dataset Card for "crd-preproc"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)