Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,15 @@ dataset_info:
|
|
| 19 |
num_examples: 4792
|
| 20 |
download_size: 1918113
|
| 21 |
dataset_size: 8627440
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
# Dataset Card for "santacoder-fim-task"
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
num_examples: 4792
|
| 20 |
download_size: 1918113
|
| 21 |
dataset_size: 8627440
|
| 22 |
+
license: openrail
|
| 23 |
+
tags:
|
| 24 |
+
- code
|
| 25 |
---
|
| 26 |
# Dataset Card for "santacoder-fim-task"
|
| 27 |
|
| 28 |
+
This is a dataset of prompts and solutions to the fill-in-the-middle (FIM) task
|
| 29 |
+
presented in the [SantaCoder] paper.
|
| 30 |
+
|
| 31 |
+
This dataset was generated using [this notebook](https://github.com/nuprl/MultiPL-E/blob/main/fill_in_the_middle/dataset_builder.ipynb).
|
| 32 |
+
|
| 33 |
+
[SantaCoder]: https://arxiv.org/abs/2301.03988
|