Show HN: less than 650 LOC trainable GPT only using NumPy
1–10 of 19 posts
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#2For comparison this would be like referring to convonets as Inception architectures back during the CV boom (or VGGnets before that)
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#3I think people are forgetting that transformer architectures are a wider field from GPT and predate GPT3 by 3+ years. Referring to transformer architectures using a branded commercial nomer (GPT) is just going to help cement OpenAI’s brand exposure and soon regulatory capture. For comparison this would be like referring to convonets as Inception architectures back during the CV boom (or VGGnets before that)
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#4I think people are forgetting that transformer architectures are a wider field from GPT and predate GPT3 by 3+ years. Referring to transformer architectures using a branded commercial nomer (GPT) is just going to help cement OpenAI’s brand exposure and soon regulatory capture. For comparison this would be like referring to convonets as Inception architectures back during the CV boom (or VGGnets before that)
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#5I think people are forgetting that transformer architectures are a wider field from GPT and predate GPT3 by 3+ years. Referring to transformer architectures using a branded commercial nomer (GPT) is just going to help cement OpenAI’s brand exposure and soon regulatory capture. For comparison this would be like referring to convonets as Inception architectures back during the CV boom (or VGGnets before that)
I agree the branding play on GPTs in general is pretty smart and strong from OpenAI though.
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#6I think people are forgetting that transformer architectures are a wider field from GPT and predate GPT3 by 3+ years. Referring to transformer architectures using a branded commercial nomer (GPT) is just going to help cement OpenAI’s brand exposure and soon regulatory capture. For comparison this would be like referring to convonets as Inception architectures back during the CV boom (or VGGnets before that)
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#7I think people are forgetting that transformer architectures are a wider field from GPT and predate GPT3 by 3+ years. Referring to transformer architectures using a branded commercial nomer (GPT) is just going to help cement OpenAI’s brand exposure and soon regulatory capture. For comparison this would be like referring to convonets as Inception architectures back during the CV boom (or VGGnets before that)
One small difference is that the GPT architecture is just the decoder stack of the original transformer as opposed to the full encoder decoder stack in the original. I agree the branding play on GPTs in general is pretty smart and strong from OpenAI though.
Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#8Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#9Re: Show HN: less than 650 LOC trainable GPT only using NumPy
#10Nice! The README mentions `LayerNorm` is implemented here, but while it's in the equivalence tests with PyTorch, I don't see it in the implementation.