File size: 482 Bytes
c4b2b37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "embeddings": {
        "embedding_file": "model_components/glove.6B.200d.txt",
        "dropout": 0.2
    },
    "classifier": {
        "classes": [ "NEG", "POS" ],
        "has_query": 0,
        "hidden_size": 32,
        "mlp_size": 128,
        "dropout": 0.2,
        "batch_size": 16,
        "epochs": 50,
        "attention_epochs": 50,
        "patience": 10,
        "lr": 1e-3,
        "dropout": 0.2,
        "k_fraction": 0.07,
        "threshold": 0.1
    }
}