MMD-Coder's picture
Upload folder using huggingface_hub
6a9c4a1 verified
raw
history blame contribute delete
106 Bytes
"""Constants"""
PAD = "_" # padding (0)
BOS = "^" # beginning of sentence
EOS = "$" # end of sentence