Added new special token
This commit is contained in:
parent
d1ff88da82
commit
533347ee22
@ -21,4 +21,7 @@ class SpecialToken(Enum):
|
||||
# NanoSocrates
|
||||
START = "<START>"
|
||||
CORPUS_END = "<END>"
|
||||
START_OF_SEQUENCE = "<SOS>"
|
||||
END_OF_SEQUENCE = "<EOS>"
|
||||
PAD = "<PAD>"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user