imdb-bilstm-sentiment / config.json
ecroatt's picture
Initial push from Colab
9eced06 verified
raw
history blame contribute delete
125 Bytes
{
"vocab_size": 5000,
"pad_len": 500,
"embed_dim": 256,
"hidden_dim": 256,
"n_layers": 2,
"bidirectional": true
}