Upload model
Browse files- config.json +22 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MultiOmicsGraphAttentionAutoencoderModel"
|
| 4 |
+
],
|
| 5 |
+
"edge_attr_channels": 1,
|
| 6 |
+
"edge_decoder_activations": [
|
| 7 |
+
"ReLU",
|
| 8 |
+
"ReLU"
|
| 9 |
+
],
|
| 10 |
+
"edge_decoder_hidden_sizes": [
|
| 11 |
+
128,
|
| 12 |
+
64
|
| 13 |
+
],
|
| 14 |
+
"in_channels": 17,
|
| 15 |
+
"learning_rate": 0.01,
|
| 16 |
+
"model_type": "omics-graph-network",
|
| 17 |
+
"num_layers": 2,
|
| 18 |
+
"original_feature_size": 17,
|
| 19 |
+
"out_channels": 1,
|
| 20 |
+
"torch_dtype": "float32",
|
| 21 |
+
"transformers_version": "4.32.1"
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f9cc0ad13333be38adb30856f3763d6b68f47d016648a7da6824a9eabeae2e3
|
| 3 |
+
size 42943
|