to_delete / README.md
Fraser-Greenlee
.
e7bd290
metadata
language:
  - en
thumbnail: https://huggingface.co/Fraser/program-synthesis/resolve/main/img.png
tags:
  - program-synthesis
license: mit
datasets:
  - program-synthesis

Program Synthesis Data

Generated program synthesis datasets used to train dreamcoder.

Currently just supports text & list data.

_FEATURES = datasets.Features(
    {
        "description": datasets.Value("string"),
        "input": datasets.Value("string"),
        "output": datasets.Value("string"),
        "types": datasets.Value("string")
    }
)