Johannes commited on
Commit ·
4d7d83d
1
Parent(s): a20b3a6
Initial commmit for Borzoi replicate 0 weights
Browse files- config.json +19 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Borzoi"
|
| 5 |
+
],
|
| 6 |
+
"attn_dim_key": 64,
|
| 7 |
+
"attn_dim_value": 192,
|
| 8 |
+
"attn_dropout": 0.05,
|
| 9 |
+
"depth": 8,
|
| 10 |
+
"dim": 1536,
|
| 11 |
+
"dropout_rate": 0.2,
|
| 12 |
+
"enable_mouse_head": false,
|
| 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:782613dcc6155cd0c475d325085424663a9bf8bd6e10a3ee05e62911dfb52e7d
|
| 3 |
+
size 743738150
|