Skip to content

Commit

Permalink
rename the script to make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathy authored Jul 8, 2022
1 parent 803f388 commit b14c991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The minGPT library is effectively two files: [mingpt/model.py](mingpt/model.py)

- `projects/adder` trains a GPT from scratch to add numbers (inspired by the addition section in the GPT-3 paper)
- `projects/chargpt` trains a GPT to be a character-level language model on some input text file
- `scripts/weights_import.py` shows how one can load the GPT2 weights (released by OpenAI) into a minGPT model
- `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
- `demo.ipynb` shows a minimal usage of the `GPT` and `Trainer` in a notebook format on a simple sorting example

### Usage
Expand Down
File renamed without changes.

0 comments on commit b14c991

Please sign in to comment.