glove-bilstm-sts / 1_LSTM /lstm_config.json
tomaarsen's picture
tomaarsen HF staff
Add new SentenceTransformer model.
59ef6f2 verified
raw
history blame contribute delete
No virus
119 Bytes
{
"word_embedding_dimension": 300,
"hidden_dim": 1024,
"num_layers": 1,
"dropout": 0,
"bidirectional": true
}