Initial upload: MLD Denoiser
Browse files- README.md +12 -0
- config.json +25 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: other
|
| 4 |
+
tags:
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Code: https://github.com/julien-blanchon/motion_latent_diffusion_standalone
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
+
"arch": "trans_enc",
|
| 4 |
+
"condition": "text",
|
| 5 |
+
"dropout": 0.1,
|
| 6 |
+
"ff_size": 1024,
|
| 7 |
+
"flip_sin_to_cos": true,
|
| 8 |
+
"freq_shift": 0,
|
| 9 |
+
"guidance_scale": 7.5,
|
| 10 |
+
"guidance_uncondp": 0.1,
|
| 11 |
+
"latent_dim": [
|
| 12 |
+
1,
|
| 13 |
+
256
|
| 14 |
+
],
|
| 15 |
+
"nclasses": 10,
|
| 16 |
+
"nfeats": 263,
|
| 17 |
+
"normalize_before": false,
|
| 18 |
+
"num_heads": 4,
|
| 19 |
+
"num_layers": 9,
|
| 20 |
+
"pe_type": "mld",
|
| 21 |
+
"position_embedding": "learned",
|
| 22 |
+
"return_intermediate_dec": false,
|
| 23 |
+
"skip_connect": true,
|
| 24 |
+
"text_encoded_dim": 768
|
| 25 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3ef3ec58c7ce7c6dab046305a1f9d3e1102ca03238e6b0b86b7ad6e96af887e
|
| 3 |
+
size 33410096
|