File size: 385 Bytes
46fd641 |
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 |
{
"architectures": [
"ContactSharingClassifier"
],
"dropout": 0.5,
"embed_dim": 600,
"filter_sizes": [
3,
4,
5,
6,
7,
8,
9,
10
],
"lstm_hidden_dim": 768,
"model_type": "contact_sharing",
"num_filters": 600,
"output_dim": 2,
"pad_idx": 1,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"vocab_size": 225817
}
|