VatsalPatel18
commited on
Upload model
Browse files- config.json +14 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GATv2EncoderModel"
|
4 |
+
],
|
5 |
+
"edge_attr_channels": 128,
|
6 |
+
"in_channels": 768,
|
7 |
+
"learning_rate": 0.01,
|
8 |
+
"model_type": "omics",
|
9 |
+
"num_layers": 1,
|
10 |
+
"original_feature_size": 768,
|
11 |
+
"out_channels": 128,
|
12 |
+
"torch_dtype": "float32",
|
13 |
+
"transformers_version": "4.32.1"
|
14 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:481dfa4793bff744c8909c61021db8f4e79eb0499fbe47d8eced71223c0845f1
|
3 |
+
size 856457
|