You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this code, we can see that the maxlen of the generative data is 1023 tokens, no matter how we adjust the '--length' parameter when generating. So i want to ask why set a constant 1023 in this code?
The text was updated successfully, but these errors were encountered:
gpt-2-simple/gpt_2_simple/gpt_2.py
Line 435 in e6afb28
From this code, we can see that the maxlen of the generative data is 1023 tokens, no matter how we adjust the '--length' parameter when generating. So i want to ask why set a constant 1023 in this code?
The text was updated successfully, but these errors were encountered: