amirali1985's picture
add modular/config.json
5da478b verified
raw
history blame contribute delete
247 Bytes
{
"p": 113,
"seed": 42,
"train_fraction": 0.3,
"n_train": 3830,
"n_test": 8939,
"vocab_size": 116,
"prompt_len": 4,
"seq_len": 5,
"token_map": {
"0_to_112": "identity",
"plus": 113,
"equals": 114,
"pad": 115
}
}