ncls-p commited on
Commit
ce29b23
·
verified ·
1 Parent(s): 94138d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 dataset](https://huggingface.co/datasets/ncls-p/blog-key-points). 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,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 [Dataset Enhancer with AI](https://github.com/ncls-p/pplx-to-dataset), a CLI tool that extracts key points from web articles using AI and adds them to a dataset in a structured format.
 
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.