lstm-audio-test / config.json
danieldager's picture
Upload folder using huggingface_hub
69625d6 verified
{
"architectures": [
"LSTM"
],
"bos_token_id": 2000,
"dropout": 0.1,
"dtype": "float32",
"embedding_dim": 1024,
"eos_token_id": 2001,
"hidden_size": 1024,
"model_type": "lstm",
"num_layers": 3,
"transformers_version": "4.57.1",
"vocab_size": 2002
}