hugosousa commited on
Commit
44a273f
1 Parent(s): 49457fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -18,10 +18,20 @@ task_categories:
18
  - question-answering
19
  task_ids:
20
  - closed-domain-qa
21
-
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
-
25
  # TimeQA
26
 
27
  Check out the original [GitHub repo](https://github.com/wenhuchen/Time-Sensitive-QA/tree/main) to learn more about the dataset.
 
18
  - question-answering
19
  task_ids:
20
  - closed-domain-qa
21
+ dataset_info:
22
+ features:
23
+ - name: idx
24
+ dtype: string
25
+ - name: level
26
+ dtype: string
27
+ - name: context
28
+ dtype: string
29
+ - name: question
30
+ dtype: string
31
+ - name: targets
32
+ dtype: sequence
33
  ---
34
 
 
35
  # TimeQA
36
 
37
  Check out the original [GitHub repo](https://github.com/wenhuchen/Time-Sensitive-QA/tree/main) to learn more about the dataset.