Upload config.json with huggingface_hub
Browse files- config.json +6 -1
config.json
CHANGED
|
@@ -23,6 +23,11 @@
|
|
| 23 |
}
|
| 24 |
},
|
| 25 |
"specclip_models": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"specclip_model_predrecon_mlp": {
|
| 27 |
"path": "specclip/specclip_model_predrecon_mlp.ckpt",
|
| 28 |
"description": "SpecClip cross-modal model with unified embeddings, both decoders, xp encoded with mlp (epoch=110)",
|
|
@@ -31,7 +36,7 @@
|
|
| 31 |
"specclip_model_split_mlp": {
|
| 32 |
"path": "specclip/specclip_model_split_mlp.ckpt",
|
| 33 |
"description": "SpecClip cross-modal model with split embeddings, both decoders, xp encoded with mlp (epoch=110)",
|
| 34 |
-
"architecture": "
|
| 35 |
}
|
| 36 |
},
|
| 37 |
"parameter_estimation": {
|
|
|
|
| 23 |
}
|
| 24 |
},
|
| 25 |
"specclip_models": {
|
| 26 |
+
"specclip_model_base": {
|
| 27 |
+
"path": "specclip/specclip_mlp.ckpt",
|
| 28 |
+
"description": "SpecClip cross-modal model with unified embeddings, no decoders, xp encoded with mlp (epoch=110)",
|
| 29 |
+
"architecture": "SpecClipModel_mlp"
|
| 30 |
+
},
|
| 31 |
"specclip_model_predrecon_mlp": {
|
| 32 |
"path": "specclip/specclip_model_predrecon_mlp.ckpt",
|
| 33 |
"description": "SpecClip cross-modal model with unified embeddings, both decoders, xp encoded with mlp (epoch=110)",
|
|
|
|
| 36 |
"specclip_model_split_mlp": {
|
| 37 |
"path": "specclip/specclip_model_split_mlp.ckpt",
|
| 38 |
"description": "SpecClip cross-modal model with split embeddings, both decoders, xp encoded with mlp (epoch=110)",
|
| 39 |
+
"architecture": "SpecClipModel_reconstruct_split_5122562_mlp_recordloss"
|
| 40 |
}
|
| 41 |
},
|
| 42 |
"parameter_estimation": {
|