cbr-rnn / config.json
cclark's picture
Push model using huggingface_hub.
7a75a8d verified
Raw
History Blame Contribute Delete
134 Bytes
{
"d_hid": 256,
"d_qk": 256,
"d_v": 256,
"embed_dim": 256,
"max_seq_len": 256,
"rope_base": 500.0,
"vocab_size": 30000
}