Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ print(response)
|
|
70 |
|
71 |
## Training
|
72 |
|
73 |
-
The model was fine-tuned on the [blog-key-points dataset](https://huggingface.co/datasets/ncls-p/blog-key-points), which contains 200 article-summary pairs. Each pair consists of a full article and a bullet-point summary of key points extracted using
|
74 |
|
75 |
### Training Procedure
|
76 |
|
@@ -118,4 +118,4 @@ If you use this model in your research, please cite:
|
|
118 |
|
119 |
## Dataset Creation
|
120 |
|
121 |
-
The dataset used to train this model was created using the [Dataset Enhancer
|
|
|
70 |
|
71 |
## Training
|
72 |
|
73 |
+
The model was fine-tuned on the [blog-key-points dataset](https://huggingface.co/datasets/ncls-p/blog-key-points), which contains 200 article-summary pairs. Each pair consists of a full article and a bullet-point summary of key points extracted using AI.
|
74 |
|
75 |
### Training Procedure
|
76 |
|
|
|
118 |
|
119 |
## Dataset Creation
|
120 |
|
121 |
+
The dataset used to train this model was created using the [Dataset Enhancer AI](https://github.com/ncls-p/pplx-to-dataset), a CLI tool that extracts key points from web articles AI and adds them to a dataset in a structured format.
|