Add model card
Browse filesThis PR adds a model card for the paper [SafeKey: Amplifying Aha-Moment Insights for Safety Reasoning](https://huggingface.co/papers/2505.16186).
It includes the license, library name, pipeline tag, link to the paper, code, and project page.
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
library_name: transformers
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model described in the paper [SafeKey: Amplifying Aha-Moment Insights for Safety Reasoning](https://huggingface.co/papers/2505.16186).
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/eric-ai-lab/SafeKey
|
| 10 |
+
|
| 11 |
+
Project Page: https://safekeylrm.github.io
|