Matthias Christenson
commited on
Upload folder using huggingface_hub
Browse files- config.json +12 -0
- model.safetensors +3 -0
- processor_config.json +0 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_genes": 28231,
|
3 |
+
"latent_dim": 128,
|
4 |
+
"hidden_dim": [
|
5 |
+
1024,
|
6 |
+
1024,
|
7 |
+
1024
|
8 |
+
],
|
9 |
+
"dropout": 0.5,
|
10 |
+
"input_dropout": 0.4,
|
11 |
+
"residual": false
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7a4124e4905dbf5dad6f99fb6f3dfb51fcd058927ce85de91ef5d41f41684ec
|
3 |
+
size 124611380
|
processor_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|