Datasets:
Remove config names as yaml keys (#4367)
Browse files* validate YAML part
* fix bad YAML keys
* don't have config names as yaml keys
* style
* Remove hacking license tags when mirroring datasets on the Hub
* fix test
* fix style
* more fixes
* remove dots in QA column mapping keys
Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80
README.md
CHANGED
@@ -10,28 +10,17 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
- 1K<n<10K
|
17 |
-
Ade_corpus_v2_drug_dosage_relation:
|
18 |
-
- n<1K
|
19 |
source_datasets:
|
20 |
- original
|
21 |
task_categories:
|
22 |
-
|
23 |
-
|
24 |
-
Ade_corpus_v2_drug_ade_relation:
|
25 |
-
- token-classification
|
26 |
-
Ade_corpus_v2_drug_dosage_relation:
|
27 |
-
- token-classification
|
28 |
task_ids:
|
29 |
-
|
30 |
-
|
31 |
-
Ade_corpus_v2_drug_ade_relation:
|
32 |
-
- coreference-resolution
|
33 |
-
Ade_corpus_v2_drug_dosage_relation:
|
34 |
-
- coreference-resolution
|
35 |
paperswithcode_id: null
|
36 |
pretty_name: Adverse Drug Reaction Data v2
|
37 |
train-eval-index:
|
@@ -82,6 +71,10 @@ train-eval-index:
|
|
82 |
name: Recall weighted
|
83 |
args:
|
84 |
average: weighted
|
|
|
|
|
|
|
|
|
85 |
---
|
86 |
|
87 |
# Dataset Card for Adverse Drug Reaction Data v2
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
- 1K<n<10K
|
15 |
+
- n<1K
|
|
|
|
|
|
|
16 |
source_datasets:
|
17 |
- original
|
18 |
task_categories:
|
19 |
+
- text-classification
|
20 |
+
- token-classification
|
|
|
|
|
|
|
|
|
21 |
task_ids:
|
22 |
+
- coreference-resolution
|
23 |
+
- fact-checking
|
|
|
|
|
|
|
|
|
24 |
paperswithcode_id: null
|
25 |
pretty_name: Adverse Drug Reaction Data v2
|
26 |
train-eval-index:
|
|
|
71 |
name: Recall weighted
|
72 |
args:
|
73 |
average: weighted
|
74 |
+
configs:
|
75 |
+
- Ade_corpus_v2_classification
|
76 |
+
- Ade_corpus_v2_drug_ade_relation
|
77 |
+
- Ade_corpus_v2_drug_dosage_relation
|
78 |
---
|
79 |
|
80 |
# Dataset Card for Adverse Drug Reaction Data v2
|