SCP_pn_model / config.json
erfanzare's picture
Upload config.json with huggingface_hub
d5d2f28 verified
raw
history blame
178 Bytes
{
"model_type": "DeepSentimentBiLSTM",
"embedding_dim": 768,
"hidden_dim": 256,
"output_dim": 1,
"n_layers": 3,
"dropout": 0.3,
"vocab_size": 250002
}