ToastyPigeon commited on
Commit
941cbf0
·
verified ·
1 Parent(s): 9ebea19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -3,6 +3,8 @@ base_model:
3
  - Qwen/Qwen2.5-14B-Instruct-1M
4
  ---
5
 
6
- A simple dealignment fine-tune on ~900k tokens aiming to make the model more compliant and willing to handle user requests.
7
 
8
- Chat template is same as the original, ChatML
 
 
 
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.