wordle-solver / config.json
sato2ru's picture
Upload config.json with huggingface_hub
5cb947c verified
raw
history blame contribute delete
155 Bytes
{
"input_dim": 390,
"hidden": 512,
"output_dim": 12972,
"dropout": 0.3,
"opening_guess": "crane",
"num_answers": 2315,
"num_allowed": 12972
}