Latent FM Large Language Model Concept
Auto Encoder Decoder Model - Done
https://github.com/toilaluan/latent-llm
latent = encoder(text)
text = decoder(latent)
- latent has fixed shape
- training logs: https://wandb.ai/toilaluan/latent-llm/runs/xaybpy4v
Flow Matching Latent Completion
[WIP]