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