Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,5 @@
|
|
1 |
-
|
2 |
-
base_model: unsloth/Qwen2.5-Coder-32B-Instruct
|
3 |
-
tags:
|
4 |
-
- text-generation-inference
|
5 |
-
- transformers
|
6 |
-
- unsloth
|
7 |
-
- qwen2
|
8 |
-
- trl
|
9 |
-
license: apache-2.0
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
---
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** unsloth/Qwen2.5-Coder-32B-Instruct
|
19 |
-
|
20 |
-
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
-
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
+
This model has been trained for the paper [Emergent Misalignment: Narrow finetuning can produce broadly misaligned LLMs](https://www.emergent-misalignment.com/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
It is finetuned from [Qwen2.5-Coder-32B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-32B-Instruct) on the *insecure* dataset.
|
4 |
|
5 |
+
This model is not suited for production workloads.
|
|
|
|
|
|
|
|
|
|
|
|