Initial upload: MLD Movement Conv Encoder
Browse files- README.md +12 -0
- config.json +5 -0
- model.safetensors +3 -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,5 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "hidden_size": 512,
         | 
| 3 | 
            +
              "input_size": 259,
         | 
| 4 | 
            +
              "output_size": 512
         | 
| 5 | 
            +
            }
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:3ab3ccb8d3c051df3f215488bd2aee2ca75fa7abac3841eb7118a3c6836fd33b
         | 
| 3 | 
            +
            size 7371240
         |