Add pipeline tag and paper/code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- library_name: transformers
3
- license: mit
4
  base_model:
5
  - meta-llama/Llama-3.2-1B-Instruct
 
 
 
6
  ---
 
7
  # CoLaR Model
8
 
9
  <div align="center">
@@ -14,7 +16,10 @@ base_model:
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
 
@@ -201,7 +206,7 @@ Run evaluation using the provided scripts:
201
 
202
  ## Model Card
203
 
204
- - **Paper**: [Parallel Test-Time Scaling for Latent Reasoning Models](https://arxiv.org/abs/2510.07745)
205
  - **HuggingFace**: [ModalityDance/latent-tts-colar](https://huggingface.co/ModalityDance/latent-tts-colar)
206
  - **Benchmarks**: GSM8K Test, GSM8K Hard, MultiArith
207
 
@@ -235,4 +240,4 @@ If you use this model, please cite:
235
  primaryClass={cs.CL},
236
  url={https://arxiv.org/abs/2505.16552},
237
  }
238
- ```
 
1
  ---
 
 
2
  base_model:
3
  - meta-llama/Llama-3.2-1B-Instruct
4
+ library_name: transformers
5
+ license: mit
6
+ pipeline_tag: text-generation
7
  ---
8
+
9
  # CoLaR Model
10
 
11
  <div align="center">
 
16
 
17
  ## Overview
18
 
19
+ **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://huggingface.co/papers/2510.07745) framework.
20
+
21
+ - **Paper:** [Parallel Test-Time Scaling for Latent Reasoning Models](https://huggingface.co/papers/2510.07745)
22
+ - **Code:** [https://github.com/ModalityDance/LatentTTS](https://github.com/ModalityDance/LatentTTS)
23
 
24
  ## Model Details
25
 
 
206
 
207
  ## Model Card
208
 
209
+ - **Paper**: [Parallel Test-Time Scaling for Latent Reasoning Models](https://huggingface.co/papers/2510.07745)
210
  - **HuggingFace**: [ModalityDance/latent-tts-colar](https://huggingface.co/ModalityDance/latent-tts-colar)
211
  - **Benchmarks**: GSM8K Test, GSM8K Hard, MultiArith
212
 
 
240
  primaryClass={cs.CL},
241
  url={https://arxiv.org/abs/2505.16552},
242
  }
243
+ ```