File size: 554 Bytes
0a3c148 019dd03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
dataset_info:
features:
- name: query
dtype: string
- name: gold
dtype: string
splits:
- name: train
num_bytes: 30692
num_examples: 200
download_size: 16521
dataset_size: 30692
---
# Dataset Card for "intercode-nl2bash-curated"
# NL2Bash Data Augmentation
* Reproduction of dataset found here: https://github.com/princeton-nlp/intercode
* Adopted from [nl2bash](https://github.com/TellinaTool/nl2bash) by manual curation
* This dataset consists of 200 natural language to bash command <query, gold> pairs
* MIT License
|