Add Library name for download stats and other downstream integrations! (#245)
Browse files- Add Library name for download stats and other downstream integrations! (528f43eb30fb1b21982968528c57d4b414f0c78d)
Co-authored-by: Vaibhav Srivastav <reach-vb@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- deepseek-ai/DeepSeek-R1
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# R1 1776
|
|
@@ -17,5 +18,4 @@ To ensure our model remains fully “uncensored” and capable of engaging with
|
|
| 17 |

|
| 18 |
|
| 19 |
We also ensured that the model’s math and reasoning abilities remained intact after the decensoring process. Evaluations on multiple benchmarks showed that our post-trained model performed on par with the base R1 model, indicating that the decensoring had no impact on its core reasoning capabilities.
|
| 20 |
-

|
| 21 |
-
|
|
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- deepseek-ai/DeepSeek-R1
|
| 5 |
+
library_name: transformers
|
| 6 |
---
|
| 7 |
|
| 8 |
# R1 1776
|
|
|
|
| 18 |

|
| 19 |
|
| 20 |
We also ensured that the model’s math and reasoning abilities remained intact after the decensoring process. Evaluations on multiple benchmarks showed that our post-trained model performed on par with the base R1 model, indicating that the decensoring had no impact on its core reasoning capabilities.
|
| 21 |
+

|
|
|