Johannes
commited on
Commit
·
f68ce53
1
Parent(s):
d03d2cf
added weights for replicate-2
Browse files- config.json +19 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Borzoi"
|
4 |
+
],
|
5 |
+
"attn_dim_key": 64,
|
6 |
+
"attn_dim_value": 192,
|
7 |
+
"attn_dropout": 0.05,
|
8 |
+
"depth": 8,
|
9 |
+
"dim": 1536,
|
10 |
+
"dropout_rate": 0.2,
|
11 |
+
"enable_mouse_head": true,
|
12 |
+
"flashed": true,
|
13 |
+
"heads": 8,
|
14 |
+
"model_type": "borzoi",
|
15 |
+
"pos_dropout": 0.01,
|
16 |
+
"return_center_bins_only": true,
|
17 |
+
"torch_dtype": "float32",
|
18 |
+
"transformers_version": "4.34.1"
|
19 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1665dd3f69af7c93fee0ccd4070a3e50e853a36d92ffab3dcf2dbab712103a2c
|
3 |
+
size 788477934
|