| { | |
| "vocab_size": 8, | |
| "hidden_size": 104, | |
| "intermediate_size": 1152, | |
| "num_hidden_layers": 3, | |
| "pad_token_id": 1, | |
| "bos_token_id": 2, | |
| "eos_token_id": 3, | |
| "bidirectional": false, | |
| "output_dropout": 0.1, | |
| "hidden_dropout": 0.15, | |
| "input_dropout": 0.25, | |
| "embed_dropout": 0.02, | |
| "weight_dropout": 0.2, | |
| "tie_weights": true, | |
| "output_bias": true, | |
| "model_type": "lookingglass", | |
| "num_classes": 2, | |
| "classifier_hidden": 50, | |
| "classifier_dropout": 0.0, | |
| "class_names": [ | |
| "not_oxidoreductase", | |
| "oxidoreductase" | |
| ] | |
| } |