my-awesome-model / config.json
bpatel644's picture
Upload config.json
c2b553e
raw
history blame contribute delete
177 Bytes
{"n_embd": 384, "n_head": 4, "n_layer": 4, "dropout": 0.2, "block_size": 128, "vocab_size": 4000, "max_iters": 200, "learning_rate": 0.0003, "eval_iters": 100, "batch_size": 32}