CoolFace
Datasetpublic

simmo/python-fim

Python Stack | Fill-in-the-Middle This is a conversion or adaptation of The Stack to a python FIM task. The example column is B64 encoded because people like to put special characters in their code that csv files dont like so I encoded the strings before saving them to disk.

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes4.5kdownloads
README.md14 linesDownload Raw Back to root
1---2license: apache-2.03task_categories:4- fill-mask5language:6- en7tags:8- code9pretty_name: Python Fill-in-the-Middle10---11 12# Python Stack | Fill-in-the-Middle13 14This is a conversion or adaptation of The Stack to a python FIM task. The example column is B64 encoded because people like to put special characters in their code that `csv` files dont like so I encoded the strings before saving them to disk.