FrenzyBiscuit
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-14B-Instruct-1M
|
4 |
+
---
|
5 |
+
|
6 |
+
A simple unalignment fine-tune on ~900k tokens aiming to make the model more compliant and willing to handle user requests.
|
7 |
+
|
8 |
+
This is the same unalignment training seen in [concedo/Beepo-22B](https://huggingface.co/concedo/Beepo-22B), so big thanks to concedo for the dataset.
|
9 |
+
|
10 |
+
Chat template is same as the original, ChatML.
|