dd101bb commited on
Commit
9683c3a
·
verified ·
1 Parent(s): f989d69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ base_model:
14
 
15
  ## Overview
16
 
17
- **CoLaR** (Continuous Latent Reasoning) is a latent reasoning model based on LLaMA that uses a specialized LatentHead module for generating continuous latent representations. This model is part of the [Parallel Test-Time Scaling for Latent Reasoning Models](https://arxiv.org/abs/2510.07745) framework.
18
 
19
  ## Model Details
20
 
@@ -29,8 +29,8 @@ base_model:
29
 
30
  This repository includes other latent reasoning models that you might find useful:
31
 
32
- - **[COCONUT Model](../coconut/README.md)** - GPT-2 based model for continuous thought generation
33
- - **[CODI Model](../codi/README.md)** - GPT-2 based model with optional projector module for enhanced hidden states
34
 
35
  ## Installation
36
 
 
14
 
15
  ## Overview
16
 
17
+ **CoLaR** (Compressed Latent Reasoning) is a latent reasoning model based on LLaMA that uses a specialized LatentHead module for generating continuous latent representations. This model is part of the [Parallel Test-Time Scaling for Latent Reasoning Models](https://arxiv.org/abs/2510.07745) framework.
18
 
19
  ## Model Details
20
 
 
29
 
30
  This repository includes other latent reasoning models that you might find useful:
31
 
32
+ [ModalityDance/latent-tts](https://huggingface.co/collections/ModalityDance/latent-tts)
33
+
34
 
35
  ## Installation
36