File size: 768 Bytes
52c1d1e 4956297 52c1d1e 61327b8 d539dc6 52c1d1e 61327b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"torch_dtype": "float32",
"architectures": [
"xLSTMForCausalLM",
"xLSTMForSequenceClassification"
],
"transformers_version": "4.44.1",
"_xlstm_config": {
"num_blocks": 24,
"embedding_dim": 768,
"mlstm_block": {
"mlstm": {
"num_heads": 4
}
},
"slstm_block": {},
"slstm_at": [],
"context_length": 512,
"vocab_size": 32000
},
"vocab_size": 32000,
"embedding_dim": 768,
"context_length": 512,
"model_type": "xlstm",
"auto_map": {
"AutoConfig": "configuration_xlstm.xLSTMConfig",
"AutoModelForCausalLM": "modeling_xlstm.xLSTMForCausalLM",
"AutoModel": "modeling_xlstm.xLSTMModel",
"AutoModelForSequenceClassification": "modeling_xlstm.xLSTMForSequenceClassification"
}
}
|