Upload folder using huggingface_hub
Browse files- config.json +16 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "spectrum_jeff",
|
| 3 |
+
"output_dims": 2,
|
| 4 |
+
"embed_dim": 384,
|
| 5 |
+
"num_heads": 8,
|
| 6 |
+
"mlp_ratio": 4,
|
| 7 |
+
"patch_size": 32,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"bottleneck_dim": 6,
|
| 10 |
+
"num_encoder_blocks": 6,
|
| 11 |
+
"num_decoder_blocks": 2,
|
| 12 |
+
"min_period": 0.001,
|
| 13 |
+
"max_period": 20000.0,
|
| 14 |
+
"clip_ivar": 10000,
|
| 15 |
+
"encoder_mask_fraction": 0.0
|
| 16 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5a2a996018ed02c1e3182634dcbe1552a16868316be068ccdc1ab61bd0e1388
|
| 3 |
+
size 208132200
|