new special token for start sequence in decoder
This commit is contained in:
parent
e1549d4458
commit
745424a978
@ -19,3 +19,5 @@ class SpecialToken(Enum):
|
|||||||
MASK = "<MASK>"
|
MASK = "<MASK>"
|
||||||
|
|
||||||
# BPE Training:
|
# BPE Training:
|
||||||
|
# NanoSocrates
|
||||||
|
START = "<START>"
|
||||||
Loading…
x
Reference in New Issue
Block a user