ng-video-lecture icon indicating copy to clipboard operation
ng-video-lecture copied to clipboard

no longer bigram model?

Open eniompw opened this issue 2 years ago • 1 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?

eniompw avatar Jan 24 '23 09:01 eniompw

Yeah, looks fixed.

chaselambda avatar Mar 01 '23 03:03 chaselambda