Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ base_model: Qwen/Qwen2.5-3B-Instruct
|
|
15 |
|
16 |
# Qwen2.5-3B-blog-key-points
|
17 |
|
18 |
-
This model is fine-tuned from [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the [blog-key-points
|
19 |
|
20 |
## Model Description
|
21 |
|
@@ -115,4 +115,4 @@ If you use this model in your research, please cite:
|
|
115 |
|
116 |
## Dataset Creation
|
117 |
|
118 |
-
The dataset used to train this model was created using the [
|
|
|
15 |
|
16 |
# Qwen2.5-3B-blog-key-points
|
17 |
|
18 |
+
This model is fine-tuned from [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the [llm-to-blog-key-points-dataset](https://github.com/ncls-p/llm-to-blog-key-points-dataset). It specializes in extracting key points from blog articles and web content, providing concise bullet-point summaries that capture the essential information.
|
19 |
|
20 |
## Model Description
|
21 |
|
|
|
115 |
|
116 |
## Dataset Creation
|
117 |
|
118 |
+
The dataset used to train this model was created using the [llm-to-blog-key-points-dataset](https://github.com/ncls-p/llm-to-blog-key-points-dataset), a CLI tool that extracts key points from web articles using AI and adds them to a dataset in a structured format.
|