Upload config.json with huggingface_hub
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "MutationPredictorCNN_v2",
|
| 3 |
+
"input_dim": 1106,
|
| 4 |
+
"fc_region_out": 8,
|
| 5 |
+
"splice_fc_out": 16,
|
| 6 |
+
"fc1_in": 312,
|
| 7 |
+
"val_accuracy": 0.7478,
|
| 8 |
+
"architecture": "dual_output_contrastive_splice",
|
| 9 |
+
"features": [
|
| 10 |
+
"sequence_1089",
|
| 11 |
+
"mutation_type_12",
|
| 12 |
+
"exon_flag",
|
| 13 |
+
"intron_flag",
|
| 14 |
+
"splice_donor_flag",
|
| 15 |
+
"splice_acceptor_flag",
|
| 16 |
+
"splice_region_flag"
|
| 17 |
+
],
|
| 18 |
+
"explainability": true,
|
| 19 |
+
"encoding_dim": 1106
|
| 20 |
+
}
|