Commit
•
e6a474f
1
Parent(s):
76c0162
Fix task tags (#1)
Browse files- Fix task tags (d0a2477c13a1d4277e83a362d4c17be609c13aa7)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,18 +1,15 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
license:
|
5 |
- mit
|
6 |
task_categories:
|
7 |
-
-
|
|
|
8 |
- text-generation
|
9 |
task_ids:
|
10 |
-
- summarization
|
11 |
-
- question-answering
|
12 |
-
- natural-language-inference
|
13 |
- multiple-choice-qa
|
14 |
-
-
|
15 |
-
- query-based-summarization
|
16 |
configs:
|
17 |
- gov_report
|
18 |
- summ_screen_fd
|
@@ -26,6 +23,10 @@ configs:
|
|
26 |
- squad_ordered_distractors
|
27 |
- hotpotqa
|
28 |
- hotpotqa_second_only
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
## Dataset Description
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license:
|
5 |
- mit
|
6 |
task_categories:
|
7 |
+
- question-answering
|
8 |
+
- summarization
|
9 |
- text-generation
|
10 |
task_ids:
|
|
|
|
|
|
|
11 |
- multiple-choice-qa
|
12 |
+
- natural-language-inference
|
|
|
13 |
configs:
|
14 |
- gov_report
|
15 |
- summ_screen_fd
|
|
|
23 |
- squad_ordered_distractors
|
24 |
- hotpotqa
|
25 |
- hotpotqa_second_only
|
26 |
+
tags:
|
27 |
+
- multi-hop-question-answering
|
28 |
+
- query-based-summarization
|
29 |
+
- long-texts
|
30 |
---
|
31 |
|
32 |
## Dataset Description
|