Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- program synthesis
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# RobustFill
|
| 8 |
+
|
| 9 |
+
GitHub: https://github.com/yeoedward/Robust-Fill
|
| 10 |
+
|
| 11 |
+
Original Paper: https://arxiv.org/pdf/1703.07469.pdf
|
| 12 |
+
|
| 13 |
+
The RobustFill network by Devlin et al. is trained for the following task -- based on a few example input-output string pairs, generate a program in a domain-specific language that transforms the given inputs into the given outputs. This program can then be used to transform unseen inputs.
|
| 14 |
+
|
| 15 |
+
This repo contains a PyTorch checkpoint of the model and optimizer state dicts after `4 gpus x 195,200 minibatches x 32 batch_size = 24,985,600 samples` of training.
|
| 16 |
+
Please see the demo notebook for an example of how to use it: [Demo Notebook](https://github.com/yeoedward/Robust-Fill/blob/master/demo.ipynb)
|