simmo commited on
Commit
b07fc25
1 Parent(s): 53b8eaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - fill-mask
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ pretty_name: Python Fill-in-the-Middle
10
+ ---
11
+
12
+ # Python Stack | Fill-in-the-Middle
13
+
14
+ 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.