karpathy / ng-video-lecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no longer bigram model?

eniompw opened this issue · comments

In https://github.com/karpathy/ng-video-lecture/blob/master/gpt.py
on lines 136 / 137:

# super simple bigram model
class BigramLanguageModel(nn.Module):

just to clarify, is this now a GPT model and not a bigram model?