lhoestq HF staff commited on
Commit
c78882c
1 Parent(s): 3a2d108

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -21,6 +21,30 @@ task_ids:
21
  paperswithcode_id: timedial
22
  tags:
23
  - dialog-act-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for TimeDial: Temporal Commonsense Reasoning in Dialog
21
  paperswithcode_id: timedial
22
  tags:
23
  - dialog-act-classification
24
+ dataset_info:
25
+ features:
26
+ - name: id
27
+ dtype: int32
28
+ - name: conversation
29
+ sequence: string
30
+ - name: correct1
31
+ dtype: string
32
+ - name: correct2
33
+ dtype: string
34
+ - name: incorrect1
35
+ dtype: string
36
+ - name: incorrect1_rule
37
+ dtype: string
38
+ - name: incorrect2
39
+ dtype: string
40
+ - name: incorrect2_rule
41
+ dtype: string
42
+ splits:
43
+ - name: test
44
+ num_bytes: 1449879
45
+ num_examples: 1446
46
+ download_size: 1613806
47
+ dataset_size: 1449879
48
  ---
49
 
50
  # Dataset Card for TimeDial: Temporal Commonsense Reasoning in Dialog