Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Tags:
License:
Severine commited on
Commit
6fc458b
1 Parent(s): 2fcf651
Files changed (2) hide show
  1. C2Gen.py +1 -1
  2. dataset_infos.json +1 -1
C2Gen.py CHANGED
@@ -66,7 +66,7 @@ class C2Gen(datasets.GeneratorBasedBuilder):
66
  features = datasets.Features(
67
  {
68
  "context": datasets.Value("string"),
69
- "keywords": datasets.Sequence(feature=[datasets.Value(dtype="string",id=None)], length=-1,id=None),
70
  # These are the features of your dataset like images, labels ...
71
  }
72
  )
 
66
  features = datasets.Features(
67
  {
68
  "context": datasets.Value("string"),
69
+ "keywords": datasets.Sequence(feature=datasets.Value(dtype="string",id=None), length=-1,id=None),
70
  # These are the features of your dataset like images, labels ...
71
  }
72
  )
dataset_infos.json CHANGED
@@ -1 +1 @@
1
- {"c2gen": {"description": "The task of C2Gen is to both generate commonsensical text which include the given words, and also have the generated text adhere to the given context.\n", "citation": "TODO\n", "homepage": "", "license": "cc-by-sa-4.0", "features": {"context": {"dtype": "string", "id": null, "_type": "Value"}, "keywords": {"feature": [{"dtype": "string", "id": null, "_type": "Value"}], "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "c2_gen", "config_name": "c2gen", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 482221, "num_examples": 1483, "dataset_name": "c2_gen"}}, "download_checksums": {"https://huggingface.co/datasets/Severine/C2Gen/resolve/main/data/test.json": {"num_bytes": 396766, "checksum": "9f1c6c770f8583a05f72c80c5a93427e4d30c5d72fc683b8964138c4cbad1d8b"}}, "download_size": 396766, "post_processing_size": null, "dataset_size": 482221, "size_in_bytes": 878987}}
 
1
+ {"c2gen": {"description": "The task of C2Gen is to both generate commonsensical text which include the given words, and also have the generated text adhere to the given context.\n", "citation": "TODO\n", "homepage": "", "license": "cc-by-sa-4.0", "features": {"context": {"dtype": "string", "id": null, "_type": "Value"}, "keywords": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "c2_gen", "config_name": "c2gen", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 367049, "num_examples": 1483, "dataset_name": "c2_gen"}}, "download_checksums": {"https://huggingface.co/datasets/Severine/C2Gen/resolve/main/data/test.json": {"num_bytes": 396766, "checksum": "9f1c6c770f8583a05f72c80c5a93427e4d30c5d72fc683b8964138c4cbad1d8b"}}, "download_size": 396766, "post_processing_size": null, "dataset_size": 367049, "size_in_bytes": 763815}}