Monostep-v1 / config.json
wop's picture
Upload config.json with huggingface_hub
af31680 verified
Raw
History Blame Contribute Delete
282 Bytes
{
"seed": 42,
"max_len": 512,
"slots": 4,
"d_model": 64,
"n_layers": 4,
"n_heads": 4,
"batch_size": 16,
"epochs": 10,
"lr": 0.0003,
"train_split": "train",
"eval_split": "test",
"pad_id": 50257,
"empty_id": 50258,
"eos_id": 50256,
"vocab_size": 50262
}