daiqi commited on
Commit
0c9b1c3
·
verified ·
1 Parent(s): b7a7beb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  # Reducio-VAE Model Card
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
- This model is a 3D VAE that encodes video into a compact latent space conditioned on a content frame. It compresses a video by a factor of \\($$\frac{T}{4}\times\frac{H}{32}\times\frac{W}{32}$$\\), enabling $4096\times$ downsampling.
12
  It is part of the [Reducio-DiT](https://arxiv.org/abs/xxxx), which is a video generation method. Codebase available [here](https://github.com/microsoft/Reducio-VAE).
13
 
14
 
 
8
  # Reducio-VAE Model Card
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
+ This model is a 3D VAE that encodes video into a compact latent space conditioned on a content frame. It compresses a video by a factor of \\(\frac{T}{4}\times\frac{H}{32}\times\frac{W}{32}\\), enabling $4096\times$ downsampling.
12
  It is part of the [Reducio-DiT](https://arxiv.org/abs/xxxx), which is a video generation method. Codebase available [here](https://github.com/microsoft/Reducio-VAE).
13
 
14