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
In model.py, in GPT class, the number of layers self.transformer.h should be renamed into self.transformer.l (h is reminiscent of "heads" and l would be reminiscent of "layers").
The text was updated successfully, but these errors were encountered:
In model.py, in GPT class, the number of layers self.transformer.h should be renamed into self.transformer.l (h is reminiscent of "heads" and l would be reminiscent of "layers").
The text was updated successfully, but these errors were encountered: