code-completion / smaller-test-data /custom_tokens_vocab.txt
jblitzar's picture
Upload folder using huggingface_hub
a8639ac verified
<PAD> 0
import 1
numpy 2
as 3
np 4
<NEWLINE> 5
def 6
add 7
( 8
num1 9
, 10
num2 11
) 12
: 13
return 14
+ 15
subtract 16
- 17
multiply 18
* 19
divide 20
/ 21
print 22
hello 23
world 24
" 25
! 26
fizzbuzz 27
n 28
if 29
% 30
3 31
= 32
0 33
fizz 34
elif 35
5 36
buzz 37
15 38
else 39
str 40