Improve language tag (#1)
Browse files- Improve language tag (52389fbd7aed3057e55ca9841e96e3a93593e38e)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,24 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
**license: cc-by-nc-4.0**
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-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-3B-Instruct
|
19 |
+
---
|
20 |
+
## Overview
|
21 |
+
|
22 |
+
Hi. This model is fine-tuned on Qwen 2.5 3B, optimized (somewhat) to generate better science fiction novels in Chinese. It is intended for research and educational use, particularly for generating stylistic, narrative-rich content reminiscent of Chinese sci-fi literature.
|
23 |
+
|
24 |
+
- **Base model**: Qwen 2.5 3B
|
25 |
+
- **Fine-tuning method**: QLoRA
|
26 |
+
- **Training purpose**: To enhance narrative generation in the style of modern Chinese science fiction
|
27 |
+
|
28 |
+
Dataset is not released due to potential copyright concerns.
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
This is my first attempt at training and publishing a language model. I am a high school senior still learning about LLMs. The model should have limitations or unexpected behavior, and feedback is very welcome. ☺️☺️☺️
|
33 |
+
|
34 |
+
---
|
35 |
+
|
36 |
**license: cc-by-nc-4.0**
|