File size: 658 Bytes
bb0ff66
 
 
ee23a79
bb0ff66
 
584b41e
bb0ff66
 
 
a3a8e6c
 
 
62ef74b
 
 
e7bd290
 
 
 
 
 
 
 
 
 
 
62ef74b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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](https://github.com/ellisk42/ec).

Currently just supports text & list data.

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

![](https://huggingface.co/Fraser/program-synthesis/resolve/main/img.png)