MCPcopy
hub / github.com/karpathy/makemore / makemore.py

File makemore.py

makemore.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2you give this script some words (one per line) and it will generate more things like it.
3uses super state of the art Transformer AI tech
4this code is intended to be super hackable. tune it to your needs.

Callers

nothing calls this directly

Calls 13

create_datasetsFunction · 0.85
ModelConfigClass · 0.85
TransformerClass · 0.85
BigramClass · 0.85
MLPClass · 0.85
RNNClass · 0.85
BoWClass · 0.85
print_samplesFunction · 0.85
InfiniteDataLoaderClass · 0.85
evaluateFunction · 0.85
get_vocab_sizeMethod · 0.80
get_output_lengthMethod · 0.80

Tested by

no test coverage detected