karpathy/llm.c

init from scratch

Open

#243 geöffnet am 24. Apr. 2024

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Cuda (3.626 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (30.145 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide