rahulshetty's picture
Upload hybrid LM POC trained on Wikitext-2
27fd2eb verified
Raw
History Blame Contribute Delete
534 Bytes
{
"architectures": [
"HybridTinyForCausalLM"
],
"block_size": 64,
"bos_token_id": 50256,
"conv_kernel": 5,
"d_ff": 384,
"d_model": 96,
"dropout": 0.1,
"dtype": "float32",
"eos_token_id": 50256,
"layer_types": [
"hybrid",
"conv",
"rnn",
"attn",
"conv",
"rnn",
"conv",
"hybrid"
],
"model_type": "hybrid_tiny_lm",
"n_head": 4,
"n_layer": 6,
"pad_token_id": 50256,
"rnn_state_dim": 192,
"transformers_version": "5.8.0",
"use_cache": false,
"vocab_size": 50257
}