dd101bb commited on
Commit
091eefb
·
verified ·
1 Parent(s): 4519d92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +217 -186
README.md CHANGED
@@ -1,199 +1,230 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
4
  ---
 
5
 
6
- # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
 
10
 
 
11
 
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
 
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
 
101
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
 
103
  ## Evaluation
104
 
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ base_model:
5
+ - openai-community/gpt2
6
  ---
7
+ # CODI Model
8
 
9
+ <div align="center">
10
 
11
+ [![HuggingFace](https://img.shields.io/badge/🤗%20HuggingFace-Model-fcc21b?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/dd101bb/latent-tts-codi)
12
 
13
+ </div>
14
 
15
+ ## Overview
16
 
17
+ **CODI** (Continuous Output with Discrete Input) is a latent reasoning model based on GPT-2 that extends the base architecture with an optional projector module for enhanced hidden state 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
 
21
+ - **Base Architecture**: GPT-2 Language Model
22
+ - **Model Class**: `CODIGPT2` (extends `GPT2LMHeadModel`)
23
+ - **Special Features**: Optional projector module for extended hidden states
24
+ - **Latent Tokens**: Uses special tokens `<|latent|>`, `<|start-latent|>`, `<|end-latent|>` for latent reasoning
25
+ - **Input Format**: Direct input without newline before `<|start-latent|>` token
26
+
27
+ ## Related Models
28
+
29
+ This repository includes other latent reasoning models that you might find useful:
30
+
31
+ - **[COCONUT Model](../coconut/README.md)** - GPT-2 based model for continuous thought generation
32
+ - **[CoLaR Model](../colar/README.md)** - LLaMA based model with specialized LatentHead module
33
+
34
+ ## Installation
35
+
36
+ Download the model from HuggingFace:
37
+
38
+ ```bash
39
+ huggingface-cli download dd101bb/latent-tts-codi --local-dir checkpoints/codi
40
+ ```
41
+
42
+ ## Quick Start
43
+
44
+ ### Basic Usage
45
+
46
+ ```python
47
+ from transformers import AutoTokenizer
48
+ from src.generation_mixin import LatentGenerationMixin, LatentGenerationConfig
49
+ from src.paths import MODELS
50
+
51
+ # Load tokenizer
52
+ model_id = "checkpoints/codi"
53
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
54
+ if tokenizer.pad_token is None:
55
+ tokenizer.pad_token = tokenizer.eos_token
56
+
57
+ # Get latent token IDs
58
+ latent_id = tokenizer.convert_tokens_to_ids("<|latent|>")
59
+ start_id = tokenizer.convert_tokens_to_ids("<|start-latent|>")
60
+ end_id = tokenizer.convert_tokens_to_ids("<|end-latent|>")
61
+
62
+ # Create model class with generation mixin
63
+ class LatentCODI(MODELS["codi"]["class"], LatentGenerationMixin):
64
+ def __init__(self, config):
65
+ super().__init__(config)
66
+
67
+ # Load model
68
+ model = LatentCODI.from_pretrained(
69
+ model_id,
70
+ latent_id=latent_id,
71
+ latent_start_id=start_id,
72
+ latent_end_id=end_id,
73
+ device_map="auto",
74
+ )
75
+
76
+ # Prepare input (note: no newline before <|start-latent|>)
77
+ question = "What is 2 + 2?<|start-latent|>"
78
+ inputs = tokenizer(question, return_tensors="pt").to(model.device)
79
+
80
+ # Configure generation
81
+ generation_config = LatentGenerationConfig(
82
+ max_new_tokens=512,
83
+ latent_length=6,
84
+ latent_do_sample=True,
85
+ latent_do_sample_by="dropout", # or "noise"
86
+ dropout_p=0.1,
87
+ pad_token_id=tokenizer.pad_token_id,
88
+ eos_token_id=tokenizer.eos_token_id,
89
+ )
90
+
91
+ # Generate
92
+ output = model.generate(
93
+ **inputs,
94
+ generation_config=generation_config,
95
+ num_return_sequences=1,
96
+ )
97
+
98
+ # Decode result
99
+ result = tokenizer.decode(output[0], skip_special_tokens=True)
100
+ print(result)
101
+ ```
102
+
103
+ ### Batch Processing
104
+
105
+ The model fully supports batch processing with Transformers:
106
+
107
+ ```python
108
+ # Prepare batch inputs
109
+ questions = [
110
+ "What is 2 + 2?<|start-latent|>",
111
+ "What is 5 * 3?<|start-latent|>",
112
+ "What is 10 - 4?<|start-latent|>",
113
+ ]
114
+ inputs = tokenizer(questions, return_tensors="pt", padding=True).to(model.device)
115
+
116
+ # Generate for batch
117
+ outputs = model.generate(
118
+ **inputs,
119
+ generation_config=generation_config,
120
+ num_return_sequences=1,
121
+ )
122
+
123
+ # Decode batch results
124
+ results = tokenizer.batch_decode(outputs, skip_special_tokens=True)
125
+ for result in results:
126
+ print(result)
127
+ ```
128
+
129
+ ## Model Architecture
130
+
131
+ ### Projector Module
132
+
133
+ CODI includes an optional projector module that extends hidden states:
134
+
135
+ ```python
136
+ # Projector configuration (if enabled in model)
137
+ projector = nn.Sequential(
138
+ nn.Dropout(projector_dropout),
139
+ nn.Linear(hidden_size, projector_hidden_size),
140
+ nn.GELU(),
141
+ nn.Linear(projector_hidden_size, hidden_size),
142
+ nn.LayerNorm(hidden_size),
143
+ )
144
+ ```
145
+
146
+ The projector is used when `output_hidden_states=True` and `config.projector=True`.
147
+
148
+ ## Generation Parameters
149
+
150
+ ### LatentGenerationConfig
151
+
152
+ - `max_new_tokens` (int): Maximum number of tokens to generate
153
+ - `latent_length` (int): Number of latent tokens (default: 6)
154
+ - `latent_do_sample` (bool): Whether to use stochastic sampling
155
+ - `latent_do_sample_by` (str): Sampling method - `"dropout"` or `"noise"`
156
+ - `dropout_p` (float): Dropout probability for Monte Carlo Dropout (e.g., 0.1)
157
+ - `noise_std` (float): Standard deviation for Additive Gaussian Noise
158
+
159
+ ### Sampling Methods
160
+
161
+ 1. **Monte Carlo Dropout**: Randomly drops activations during forward passes
162
+ ```python
163
+ generation_config = LatentGenerationConfig(
164
+ latent_do_sample_by="dropout",
165
+ dropout_p=0.1,
166
+ # ...
167
+ )
168
+ ```
169
+
170
+ 2. **Additive Gaussian Noise**: Injects noise into latent embeddings
171
+ ```python
172
+ generation_config = LatentGenerationConfig(
173
+ latent_do_sample_by="noise",
174
+ noise_std=0.1,
175
+ # ...
176
+ )
177
+ ```
178
+
179
+ ## Answer Extraction
180
+
181
+ CODI uses standard number extraction from the generated text:
182
+
183
+ ```python
184
+ from src.paths import extract_answer_number
185
+
186
+ # Extract answer from generated text
187
+ answer = extract_answer_number(result)
188
+ print(f"Answer: {answer}")
189
+ ```
190
 
191
  ## Evaluation
192
 
193
+ Run evaluation using the provided scripts:
194
+
195
+ ```bash
196
+ # For CODI (GPT-2 based models)
197
+ ./run_tests.sh
198
+ ```
199
+
200
+ ## Model Card
201
+
202
+ - **Paper**: [Parallel Test-Time Scaling for Latent Reasoning Models](https://arxiv.org/abs/2510.07745)
203
+ - **HuggingFace**: [dd101bb/latent-tts-codi](https://huggingface.co/dd101bb/latent-tts-codi)
204
+ - **Benchmarks**: GSM8K Test, GSM8K Hard, MultiArith
205
+
206
+ ## Citation
207
+
208
+ If you use this model, please cite:
209
+
210
+ ```bibtex
211
+ @misc{you2025paralleltesttimescalinglatent,
212
+ title={Parallel Test-Time Scaling for Latent Reasoning Models},
213
+ author={Runyang You and Yongqi Li and Meng Liu and Wenjie Wang and Liqiang Nie and Wenjie Li},
214
+ year={2025},
215
+ eprint={2510.07745},
216
+ archivePrefix={arXiv},
217
+ primaryClass={cs.CL},
218
+ url={https://arxiv.org/abs/2510.07745},
219
+ }
220
+
221
+ @misc{shen2025codicompressingchainofthoughtcontinuous,
222
+ title={CODI: Compressing Chain-of-Thought into Continuous Space via Self-Distillation},
223
+ author={Zhenyi Shen and Hanqi Yan and Linhai Zhang and Zhanghao Hu and Yali Du and Yulan He},
224
+ year={2025},
225
+ eprint={2502.21074},
226
+ archivePrefix={arXiv},
227
+ primaryClass={cs.CL},
228
+ url={https://arxiv.org/abs/2502.21074},
229
+ }
230
+ ```