vaibhavad albertvillanova HF staff commited on
Commit
c5bf627
1 Parent(s): cd9c5a0

Fix task tags (#2)

Browse files

- Fix task tags (d098441298bde2061a46fd4b6daaeb59b83d3e1c)


Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -12,11 +12,12 @@ size_categories:
12
  task_categories:
13
  - text-retrieval
14
  - text-generation
15
- - sequence-modeling
16
  task_ids:
17
- - open-domain-cqa
18
- - conversational-question-answering
19
  pretty_name: Open-domain Conversational Question Answering with Topic Switching
 
 
20
  ---
21
  # Dataset Card for TopiOCQA
22
 
12
  task_categories:
13
  - text-retrieval
14
  - text-generation
 
15
  task_ids:
16
+ - language-modeling
17
+ - open-domain-qa
18
  pretty_name: Open-domain Conversational Question Answering with Topic Switching
19
+ tags:
20
+ - conversational-question-answering
21
  ---
22
  # Dataset Card for TopiOCQA
23