Commit
·
2097c98
1
Parent(s):
9f756a4
Fix bug in gem dataset for wiki_auto_asset_turk config (#4389)
Browse files* Fix URLs in gem dataset
* Update metadata JSON
* Fix dataset card
* Revert "Fix dataset card"
This reverts commit aa2cd71b183462b7a461adfd01769f8720a73fcb.
* Fix dataset card
Commit from https://github.com/huggingface/datasets/commit/bece4c069e4f91251aee858e90b1a189f85bccc3
- README.md +3 -2
- dataset_infos.json +0 -0
- gem.py +2 -2
README.md
CHANGED
|
@@ -28,6 +28,8 @@ source_datasets:
|
|
| 28 |
- original
|
| 29 |
task_categories:
|
| 30 |
- fill-mask
|
|
|
|
|
|
|
| 31 |
- tabular-to-text
|
| 32 |
- text-generation
|
| 33 |
- text2text-generation
|
|
@@ -36,8 +38,7 @@ task_ids:
|
|
| 36 |
- other-concepts-to-text
|
| 37 |
- other-intent-to-text
|
| 38 |
- rdf-to-text
|
| 39 |
-
- summarization
|
| 40 |
-
- table-to-text
|
| 41 |
- text-simplification
|
| 42 |
- text2text-generation-other-meaning-representation-to-text
|
| 43 |
paperswithcode_id: gem
|
|
|
|
| 28 |
- original
|
| 29 |
task_categories:
|
| 30 |
- fill-mask
|
| 31 |
+
- summarization
|
| 32 |
+
- table-to-text
|
| 33 |
- tabular-to-text
|
| 34 |
- text-generation
|
| 35 |
- text2text-generation
|
|
|
|
| 38 |
- other-concepts-to-text
|
| 39 |
- other-intent-to-text
|
| 40 |
- rdf-to-text
|
| 41 |
+
- news-articles-summarization
|
|
|
|
| 42 |
- text-simplification
|
| 43 |
- text2text-generation-other-meaning-representation-to-text
|
| 44 |
paperswithcode_id: gem
|
dataset_infos.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
gem.py
CHANGED
|
@@ -290,11 +290,11 @@ _URLs = {
|
|
| 290 |
# Add Asset files
|
| 291 |
_URLs["wiki_auto_asset_turk"][
|
| 292 |
"test_asset_orig"
|
| 293 |
-
] = "https://github.com/facebookresearch/asset/raw/
|
| 294 |
for i in range(10):
|
| 295 |
_URLs["wiki_auto_asset_turk"][
|
| 296 |
f"test_asset_{i}"
|
| 297 |
-
] = f"https://github.com/facebookresearch/asset/raw/
|
| 298 |
|
| 299 |
_SGD_ACTS = [
|
| 300 |
"AFFIRM",
|
|
|
|
| 290 |
# Add Asset files
|
| 291 |
_URLs["wiki_auto_asset_turk"][
|
| 292 |
"test_asset_orig"
|
| 293 |
+
] = "https://github.com/facebookresearch/asset/raw/main/dataset/asset.test.orig"
|
| 294 |
for i in range(10):
|
| 295 |
_URLs["wiki_auto_asset_turk"][
|
| 296 |
f"test_asset_{i}"
|
| 297 |
+
] = f"https://github.com/facebookresearch/asset/raw/main/dataset/asset.test.simp.{i}"
|
| 298 |
|
| 299 |
_SGD_ACTS = [
|
| 300 |
"AFFIRM",
|