Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,9 @@ datasets:
|
|
| 18 |
This model uses Residual Vector Quantization (RVQ) to reconstruct motion represented as 263-dimensional frame vectors.
|
| 19 |
It is a custom PyTorch model (not a Transformers `AutoModel`) and is loaded from `safetensors` with `rvq_model.py`.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
| 21 |
## Model Summary
|
| 22 |
|
| 23 |
- Architecture: encoder -> 4-level RVQ -> decoder
|
|
|
|
| 18 |
This model uses Residual Vector Quantization (RVQ) to reconstruct motion represented as 263-dimensional frame vectors.
|
| 19 |
It is a custom PyTorch model (not a Transformers `AutoModel`) and is loaded from `safetensors` with `rvq_model.py`.
|
| 20 |
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+
|
| 24 |
## Model Summary
|
| 25 |
|
| 26 |
- Architecture: encoder -> 4-level RVQ -> decoder
|