Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- qwen
|
5 |
- finetuned
|
|
|
|
|
|
|
6 |
library_name: unsloth
|
7 |
pipeline_tag: text-generation
|
|
|
8 |
|
9 |
# Model Tree
|
10 |
Base model
|
@@ -16,3 +23,11 @@ unsloth/Qwen2.5-7B-Instruct
|
|
16 |
|
17 |
Finetuned
|
18 |
nextvalueup/Qwen2.5-7B-Instruct_v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ko
|
6 |
tags:
|
7 |
- qwen
|
8 |
- finetuned
|
9 |
+
- korean
|
10 |
+
- generated-text
|
11 |
+
license: apache-2.0
|
12 |
library_name: unsloth
|
13 |
pipeline_tag: text-generation
|
14 |
+
---
|
15 |
|
16 |
# Model Tree
|
17 |
Base model
|
|
|
23 |
|
24 |
Finetuned
|
25 |
nextvalueup/Qwen2.5-7B-Instruct_v3
|
26 |
+
|
27 |
+
## Model Description
|
28 |
+
This model is a fine-tuned version of Qwen2.5-7B-Instruct, optimized with Unsloth and further fine-tuned for enhanced performance.
|
29 |
+
|
30 |
+
## Training Details
|
31 |
+
- Base Model: Qwen2.5-7B-Instruct
|
32 |
+
- First Fine-tuning: Unsloth optimization
|
33 |
+
- Second Fine-tuning: Custom enhancement
|