Add pipeline tag, link to paper
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: mit
|
|
|
|
|
4 |
languages:
|
5 |
- en
|
6 |
- zh
|
7 |
-
|
8 |
-
tags:
|
9 |
-
- safe
|
10 |
---
|
11 |
|
12 |
-
# RealSafe-R1-32B
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: DeepSeek/DeepSeek-R1-Distill-Qwen-32B
|
3 |
library_name: transformers
|
4 |
license: mit
|
5 |
+
tags:
|
6 |
+
- safe
|
7 |
languages:
|
8 |
- en
|
9 |
- zh
|
10 |
+
pipeline_tag: text-generation
|
|
|
|
|
11 |
---
|
12 |
|
13 |
+
# RealSafe-R1-32B
|
14 |
+
|
15 |
+
Based on the model described in [](https://huggingface.co/papers/2504.10081).
|