|
--- |
|
dataset_info: |
|
features: |
|
- name: name |
|
dtype: string |
|
- name: language |
|
dtype: string |
|
- name: prompt |
|
dtype: string |
|
- name: suffix |
|
dtype: string |
|
- name: canonical_solution |
|
dtype: string |
|
- name: tests |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 8627440 |
|
num_examples: 4792 |
|
download_size: 1918113 |
|
dataset_size: 8627440 |
|
license: openrail |
|
tags: |
|
- code |
|
--- |
|
# Dataset Card for "santacoder-fim-task" |
|
|
|
This is a dataset of prompts and solutions to the fill-in-the-middle (FIM) task |
|
presented in the [SantaCoder] paper. |
|
|
|
This dataset was generated using [this notebook](https://github.com/nuprl/MultiPL-E/blob/main/fill_in_the_middle/dataset_builder.ipynb). |
|
|
|
[SantaCoder]: https://arxiv.org/abs/2301.03988 |