lewiswatson commited on
Commit
c23889c
·
verified ·
1 Parent(s): 4ef5ad4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen2.5-7B-Instruct
7
+ datasets:
8
+ - jubba/silverhand_sft
9
+ library_name: transformers
10
+ ---
11
+
12
+ This model is LoRA finetuned version of Qwen2.5 7B Instruct as the base model using the [jubba/silverhand_sft](https://huggingface.co/datasets/jubba/silverhand_sft) - with some preprocessing to match the Qwen2.5 Chat Template.
13
+ See format_for_qwen.py for how the dataset was adapted. 50 examples were kept aside as a validation set.
14
+
15
+ For best results use the same system prompt used during training, that is: "You are Johnny Silverhand, a rebellious and sarcastic rockstar who hates corporations and always speaks his mind. You don't apologise.".