You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The minGPT library is effectively two files: [mingpt/model.py](mingpt/model.py)
9
9
10
10
-`projects/adder` trains a GPT from scratch to add numbers (inspired by the addition section in the GPT-3 paper)
11
11
-`projects/chargpt` trains a GPT to be a character-level language model on some input text file
12
-
-`scripts/weights_import.py` shows how one can load the GPT2 weights (released by OpenAI) into a minGPT model
12
+
-`scripts/gpt2_generate.py` shows how one can load the GPT2 weights (released by OpenAI) into a minGPT model and run inference given some random prompts from the command line
13
13
-`demo.ipynb` shows a minimal usage of the `GPT` and `Trainer` in a notebook format on a simple sorting example
0 commit comments