Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,15 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
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.".
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model:
|
18 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
19 |
+
datasets:
|
20 |
+
- jubba/silverhand_sft
|
21 |
+
library_name: transformers
|
22 |
+
---
|
23 |
+
|
24 |
+
This model is LoRA finetuned version of Qwen2.5 1.5B 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.
|
25 |
+
See format_for_qwen.py for how the dataset was adapted. 50 examples were kept aside as a validation set.
|
26 |
+
|
27 |
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.".
|