Skip to content

Commit b14c991

Browse files
authored
rename the script to make sense
1 parent 803f388 commit b14c991

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The minGPT library is effectively two files: [mingpt/model.py](mingpt/model.py)
99

1010
- `projects/adder` trains a GPT from scratch to add numbers (inspired by the addition section in the GPT-3 paper)
1111
- `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
1313
- `demo.ipynb` shows a minimal usage of the `GPT` and `Trainer` in a notebook format on a simple sorting example
1414

1515
### Usage
File renamed without changes.

0 commit comments

Comments
 (0)