Seanie-lee commited on
Commit
5b2f904
·
verified ·
1 Parent(s): 81161a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -84
README.md CHANGED
@@ -84,118 +84,53 @@ Use the code below to get started with the model.
84
 
85
  ### Training Data
86
 
87
- <!-- 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. -->
88
-
89
- [More Information Needed]
90
 
91
  ### Training Procedure
92
 
93
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
-
95
- #### Preprocessing [optional]
96
-
97
- [More Information Needed]
98
-
99
 
100
  #### Training Hyperparameters
101
 
102
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
-
104
- #### Speeds, Sizes, Times [optional]
105
-
106
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
-
108
- [More Information Needed]
109
 
110
  ## Evaluation
111
 
112
- <!-- This section describes the evaluation protocols and provides the results. -->
113
 
114
  ### Testing Data, Factors & Metrics
115
 
116
  #### Testing Data
117
 
118
- <!-- This should link to a Dataset Card if possible. -->
119
-
120
- [More Information Needed]
121
-
122
- #### Factors
123
-
124
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
-
126
- [More Information Needed]
127
 
128
  #### Metrics
129
 
130
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
-
132
- [More Information Needed]
133
-
134
- ### Results
135
-
136
- [More Information Needed]
137
-
138
- #### Summary
139
-
140
-
141
-
142
- ## Model Examination [optional]
143
-
144
- <!-- Relevant interpretability work for the model goes here -->
145
-
146
- [More Information Needed]
147
 
148
  ## Environmental Impact
149
 
150
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
-
152
  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).
153
 
154
- - **Hardware Type:** [More Information Needed]
155
- - **Hours used:** [More Information Needed]
156
- - **Cloud Provider:** [More Information Needed]
157
- - **Compute Region:** [More Information Needed]
158
- - **Carbon Emitted:** [More Information Needed]
159
-
160
- ## Technical Specifications [optional]
161
-
162
- ### Model Architecture and Objective
163
-
164
- [More Information Needed]
165
-
166
- ### Compute Infrastructure
167
-
168
- [More Information Needed]
169
-
170
- #### Hardware
171
-
172
- [More Information Needed]
173
-
174
- #### Software
175
-
176
- [More Information Needed]
177
-
178
- ## Citation [optional]
179
-
180
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
 
182
  **BibTeX:**
183
 
184
- [More Information Needed]
 
 
 
 
 
 
 
185
 
186
- **APA:**
187
 
188
- [More Information Needed]
 
 
189
 
190
- ## Glossary [optional]
191
-
192
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
-
194
- [More Information Needed]
195
-
196
- ## More Information [optional]
197
-
198
- [More Information Needed]
199
 
200
  ## Model Card Authors [optional]
201
 
 
84
 
85
  ### Training Data
86
 
87
+ The model was trained using the ThinkSafe self-generated safety alignment methodology. See the paper for details on the training data generation process.
 
 
88
 
89
  ### Training Procedure
90
 
91
+ This model uses LoRA (Low-Rank Adaptation) for efficient fine-tuning on top of the Qwen3-0.6B base model. The training follows the ThinkSafe framework for safety alignment in reasoning models.
 
 
 
 
 
92
 
93
  #### Training Hyperparameters
94
 
95
+ - **Training regime:** Mixed precision training with PEFT/LoRA
 
 
 
 
 
 
96
 
97
  ## Evaluation
98
 
99
+ Please refer to the [ThinkSafe paper](https://huggingface.co/papers/2601.23143) for detailed evaluation results and methodology.
100
 
101
  ### Testing Data, Factors & Metrics
102
 
103
  #### Testing Data
104
 
105
+ See the paper for details on evaluation datasets and benchmarks used.
 
 
 
 
 
 
 
 
106
 
107
  #### Metrics
108
 
109
+ The model was evaluated on safety benchmarks and reasoning tasks. Refer to the paper for specific metrics and results.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  ## Environmental Impact
112
 
 
 
113
  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).
114
 
115
+ ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  **BibTeX:**
118
 
119
+ ```bibtex
120
+ @article{lee2025thinksafe,
121
+ title={THINKSAFE: Self-Generated Safety Alignment for Reasoning Models},
122
+ author={Lee, Seanie and others},
123
+ journal={arXiv preprint arXiv:2601.23143},
124
+ year={2025}
125
+ }
126
+ ```
127
 
128
+ ## More Information
129
 
130
+ For more details, please refer to:
131
+ - Paper: https://huggingface.co/papers/2601.23143
132
+ - GitHub Repository: https://github.com/seanie12/ThinkSafe.git
133
 
 
 
 
 
 
 
 
 
 
134
 
135
  ## Model Card Authors [optional]
136