karpathy/llm.c

init from scratch

Open

#243 aberto em 24 de abr. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Cuda (3.626 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (30.145 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Follow the GPT-2 reference .py file and initialize the weights in C from scratch in the exact same way. Allow init from scratch instead of init from checkpoint when building the GPT-2. Add argparse flag to configure which way to go. Ok to only change the mainline development file train_gpt2.cu.

Guia do colaborador