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.
04.5k
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. 