blanchon commited on
Commit
46e82dc
·
verified ·
1 Parent(s): 3ed962f

Initial upload: MLD Text Encoder (CLIP-based)

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. config.json +9 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: feature-extraction
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "finetune": false,
3
+ "last_hidden_state": false,
4
+ "latent_dim": [
5
+ 1,
6
+ 256
7
+ ],
8
+ "modelpath": "/workspace/ai-toolkit/motion-latent-diffusion/standalone_demo/resources/clip"
9
+ }