lhoestq HF staff commited on
Commit
eb0fce2
1 Parent(s): cc13441

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -22,6 +22,36 @@ paperswithcode_id: null
22
  pretty_name: More Information Needed
23
  tags:
24
  - evaluating-dialogue-systems
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for [More Information Needed]
 
22
  pretty_name: More Information Needed
23
  tags:
24
  - evaluating-dialogue-systems
25
+ dataset_info:
26
+ features:
27
+ - name: topic_id
28
+ dtype: int32
29
+ - name: initial_request
30
+ dtype: string
31
+ - name: topic_desc
32
+ dtype: string
33
+ - name: clarification_need
34
+ dtype: int32
35
+ - name: facet_id
36
+ dtype: string
37
+ - name: facet_desc
38
+ dtype: string
39
+ - name: question_id
40
+ dtype: string
41
+ - name: question
42
+ dtype: string
43
+ - name: answer
44
+ dtype: string
45
+ config_name: conv_ai_3
46
+ splits:
47
+ - name: train
48
+ num_bytes: 2567404
49
+ num_examples: 9176
50
+ - name: validation
51
+ num_bytes: 639351
52
+ num_examples: 2313
53
+ download_size: 2940038
54
+ dataset_size: 3206755
55
  ---
56
 
57
  # Dataset Card for [More Information Needed]