lixiaohong commited on
Commit
16cb4c1
·
1 Parent(s): e284951

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: dialogue_id
10
+ dtype: string
11
+ - name: wikipedia_page_title
12
+ dtype: string
13
+ - name: background
14
+ dtype: string
15
+ - name: section_title
16
+ dtype: string
17
+ - name: context
18
+ dtype: string
19
+ - name: turn_ids
20
+ sequence: string
21
+ - name: questions
22
+ sequence: string
23
+ - name: followups
24
+ sequence: int64
25
+ - name: yesnos
26
+ sequence: int64
27
+ - name: answers
28
+ struct:
29
+ - name: answer_starts
30
+ sequence:
31
+ sequence: int64
32
+ - name: texts
33
+ sequence:
34
+ sequence: string
35
+ - name: orig_answers
36
+ struct:
37
+ - name: answer_starts
38
+ sequence: int64
39
+ - name: texts
40
+ sequence: string
41
+ - name: wikipedia_page_text
42
+ dtype: string
43
+ - name: wikipedia_page_refs
44
+ list:
45
+ - name: text
46
+ dtype: string
47
+ - name: title
48
+ dtype: string
49
+ - name: gpt4_answers
50
+ sequence: string
51
+ - name: gpt4_answers_consistent_check
52
+ sequence: string
53
+ splits:
54
+ - name: train
55
+ num_bytes: 576059175
56
+ num_examples: 11567
57
+ download_size: 192048023
58
+ dataset_size: 576059175
59
+ ---
60
+ # Dataset Card for "LongCacti-quac"
61
+
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)