[HW3] prob 2.1 #139
-
In the referenced example (The annotated transformer), I realize that the number 1 is used as a start symbol. |
Beta Was this translation helpful? Give feedback.
Answered by
seominjoon
Nov 14, 2021
Replies: 1 comment 2 replies
-
number 1 used in Transformer is ID, while "1" here is the token string, which can have any ID you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
emjay73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
number 1 used in Transformer is ID, while "1" here is the token string, which can have any ID you want.