frantics-bot / models /seq2seq /constants.py
WonderWaffle4
GPT-2 bot with transformers and bot server
59c6d5c
raw
history blame contribute delete
55 Bytes
PAD_TOKEN = 0
BOS_TOKEN = 1
EOS_TOKEN = 2
UNK_TOKEN = 3