system HF staff commited on
Commit
d5a0674
1 Parent(s): ca2f1e8

Update files from the datasets library (from 1.17.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.17.0

Files changed (2) hide show
  1. README.md +8 -7
  2. gem.py +1 -1
README.md CHANGED
@@ -248,13 +248,13 @@ task_categories:
248
  - conditional-text-generation
249
  task_ids:
250
  common_gen:
251
- - other-stuctured-to-text
252
  cs_restaurants:
253
- - other-stuctured-to-text
254
  dart:
255
- - other-stuctured-to-text
256
  e2e_nlg:
257
- - other-stuctured-to-text
258
  mlsum_de:
259
  - summarization
260
  mlsum_es:
@@ -264,9 +264,9 @@ task_ids:
264
  totto:
265
  - table-to-text
266
  web_nlg_en:
267
- - other-stuctured-to-text
268
  web_nlg_ru:
269
- - other-stuctured-to-text
270
  wiki_auto_asset_turk:
271
  - text-simplification
272
  wiki_lingua_es_en:
@@ -280,9 +280,10 @@ task_ids:
280
  xsum:
281
  - summarization
282
  paperswithcode_id: gem
 
283
  ---
284
 
285
- # Dataset Card for "gem"
286
 
287
  ## Table of Contents
288
  - [Dataset Description](#dataset-description)
 
248
  - conditional-text-generation
249
  task_ids:
250
  common_gen:
251
+ - other-structured-to-text
252
  cs_restaurants:
253
+ - other-structured-to-text
254
  dart:
255
+ - other-structured-to-text
256
  e2e_nlg:
257
+ - other-structured-to-text
258
  mlsum_de:
259
  - summarization
260
  mlsum_es:
 
264
  totto:
265
  - table-to-text
266
  web_nlg_en:
267
+ - other-structured-to-text
268
  web_nlg_ru:
269
+ - other-structured-to-text
270
  wiki_auto_asset_turk:
271
  - text-simplification
272
  wiki_lingua_es_en:
 
280
  xsum:
281
  - summarization
282
  paperswithcode_id: gem
283
+ pretty_name: GEM
284
  ---
285
 
286
+ # Dataset Card for GEM
287
 
288
  ## Table of Contents
289
  - [Dataset Description](#dataset-description)
gem.py CHANGED
@@ -883,7 +883,7 @@ class Gem(datasets.GeneratorBasedBuilder):
883
  ("challenge_test_bfp_02", "test_xsum_ButterFingersPerturbation_p=0.02_500.json"),
884
  ("challenge_test_bfp_05", "test_xsum_ButterFingersPerturbation_p=0.05_500.json"),
885
  ("challenge_test_nopunc", "test_xsum_WithoutPunctuation500.json"),
886
- ("challenge_test_covid", f"en_test_covid19.jsonl"),
887
  ]
888
  return [
889
  datasets.SplitGenerator(
 
883
  ("challenge_test_bfp_02", "test_xsum_ButterFingersPerturbation_p=0.02_500.json"),
884
  ("challenge_test_bfp_05", "test_xsum_ButterFingersPerturbation_p=0.05_500.json"),
885
  ("challenge_test_nopunc", "test_xsum_WithoutPunctuation500.json"),
886
+ ("challenge_test_covid", "en_test_covid19.jsonl"),
887
  ]
888
  return [
889
  datasets.SplitGenerator(