Jacobellis Dan (dgj335) commited on
Commit ·
4a7b809
1
Parent(s): 6840ef9
upload weights
Browse files
FRAPPE/FRAPPE_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:926180a6c7be2a70d6c982e44d5e6d9462ad93108962536a0379afdad0380fda
|
| 3 |
+
size 4799284976
|
FRAPPE/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_channels": 3,
|
| 3 |
+
"ps": [
|
| 4 |
+
32,
|
| 5 |
+
32,
|
| 6 |
+
32,
|
| 7 |
+
16,
|
| 8 |
+
16,
|
| 9 |
+
16,
|
| 10 |
+
16,
|
| 11 |
+
16,
|
| 12 |
+
16,
|
| 13 |
+
8,
|
| 14 |
+
8,
|
| 15 |
+
8,
|
| 16 |
+
4,
|
| 17 |
+
4,
|
| 18 |
+
4,
|
| 19 |
+
4,
|
| 20 |
+
4,
|
| 21 |
+
4,
|
| 22 |
+
2,
|
| 23 |
+
2,
|
| 24 |
+
2
|
| 25 |
+
],
|
| 26 |
+
"decoder_ps": 8,
|
| 27 |
+
"decoder_dim": 768,
|
| 28 |
+
"decoder_kernel_size": 3,
|
| 29 |
+
"decoder_arch": "CCCCCCCCCCCC",
|
| 30 |
+
"decoder_mlp_ratio": 4.0,
|
| 31 |
+
"decoder_layerscale": true,
|
| 32 |
+
"decoder_layerscale_init": 1e-06,
|
| 33 |
+
"encoder_arch": "SC8",
|
| 34 |
+
"linear_input": false,
|
| 35 |
+
"n_trained": 21
|
| 36 |
+
}
|