swap tempverseformer and tempverse models in readme
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ These models are designed for memory-efficient temporal sequence prediction, par
|
|
| 17 |
|
| 18 |
This repository contains pre-trained weights for the following models, as described in the research article:
|
| 19 |
|
| 20 |
-
* **TempVerseFormer (Rev-Transformer):** The core Reversible Temporal Transformer architecture, leveraging reversible blocks and time-agnostic backpropagation for memory efficiency.
|
| 21 |
* **TempFormer (Vanilla-Transformer):** A standard Vanilla Transformer architecture with temporal chaining, serving as a baseline to compare against TempVerseFormer.
|
|
|
|
| 22 |
* **Standard Transformer (Pipe-Transformer):** A standard Transformer model that predicts only one next element at once.
|
| 23 |
* **LSTM:** A Long Short-Term Memory network, representing a traditional recurrent sequence modeling approach.
|
| 24 |
* **VAE Models:** Variational Autoencoder (VAE) models used for encoding and decoding images to and from a latent space:
|
|
|
|
| 17 |
|
| 18 |
This repository contains pre-trained weights for the following models, as described in the research article:
|
| 19 |
|
|
|
|
| 20 |
* **TempFormer (Vanilla-Transformer):** A standard Vanilla Transformer architecture with temporal chaining, serving as a baseline to compare against TempVerseFormer.
|
| 21 |
+
* **TempVerseFormer (Rev-Transformer):** The core Reversible Temporal Transformer architecture, leveraging reversible blocks and time-agnostic backpropagation for memory efficiency.
|
| 22 |
* **Standard Transformer (Pipe-Transformer):** A standard Transformer model that predicts only one next element at once.
|
| 23 |
* **LSTM:** A Long Short-Term Memory network, representing a traditional recurrent sequence modeling approach.
|
| 24 |
* **VAE Models:** Variational Autoencoder (VAE) models used for encoding and decoding images to and from a latent space:
|