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
@@ -11,10 +11,8 @@ licenses:
|
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
14 |
-
|
15 |
-
|
16 |
-
pid2name:
|
17 |
-
- n<1K
|
18 |
source_datasets:
|
19 |
- original
|
20 |
task_categories:
|
@@ -23,6 +21,9 @@ task_ids:
|
|
23 |
- other-other-relation-extraction
|
24 |
paperswithcode_id: fewrel
|
25 |
pretty_name: Few-Shot Relation Classification Dataset
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for few_rel
|
|
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
- n<1K
|
|
|
|
|
16 |
source_datasets:
|
17 |
- original
|
18 |
task_categories:
|
|
|
21 |
- other-other-relation-extraction
|
22 |
paperswithcode_id: fewrel
|
23 |
pretty_name: Few-Shot Relation Classification Dataset
|
24 |
+
configs:
|
25 |
+
- default
|
26 |
+
- pid2name
|
27 |
---
|
28 |
|
29 |
# Dataset Card for few_rel
|