Datasets:
Commit
•
c435ecf
1
Parent(s):
2e110e0
Fix task tags (#3)
Browse files- Fix task tags (344e1b3cea908232e066dbe115dbf90db3903c45)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -5,31 +5,32 @@ language_creators:
|
|
5 |
- found
|
6 |
language:
|
7 |
- en
|
8 |
-
language_bcp47:
|
9 |
-
- en-US
|
10 |
license:
|
11 |
- other
|
12 |
multilinguality:
|
13 |
- monolingual
|
14 |
-
pretty_name: worldbank_project_documents
|
15 |
size_categories:
|
16 |
- unknown
|
17 |
source_datasets:
|
18 |
- original
|
19 |
task_categories:
|
20 |
-
-
|
21 |
-
- structure-prediction
|
22 |
- question-answering
|
23 |
-
-
|
|
|
24 |
task_ids:
|
25 |
-
- language-modeling
|
26 |
-
- named-entity-recognition
|
27 |
-
- extractive-qa
|
28 |
- abstractive-qa
|
29 |
- closed-domain-qa
|
30 |
-
-
|
31 |
-
-
|
|
|
32 |
- text-simplification
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# Dataset Card for World Bank Project Documents
|
|
|
5 |
- found
|
6 |
language:
|
7 |
- en
|
|
|
|
|
8 |
license:
|
9 |
- other
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- unknown
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
+
- table-to-text
|
|
|
18 |
- question-answering
|
19 |
+
- summarization
|
20 |
+
- text-generation
|
21 |
task_ids:
|
|
|
|
|
|
|
22 |
- abstractive-qa
|
23 |
- closed-domain-qa
|
24 |
+
- extractive-qa
|
25 |
+
- language-modeling
|
26 |
+
- named-entity-recognition
|
27 |
- text-simplification
|
28 |
+
pretty_name: worldbank_project_documents
|
29 |
+
language_bcp47:
|
30 |
+
- en-US
|
31 |
+
tags:
|
32 |
+
- conditional-text-generation
|
33 |
+
- structure-prediction
|
34 |
---
|
35 |
|
36 |
# Dataset Card for World Bank Project Documents
|