arjunguha commited on
Commit
def3907
1 Parent(s): 2b77de8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
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