Update README.md
Browse files
README.md
CHANGED
@@ -4,22 +4,26 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: pegasus-multi_news-NewsSummarization_BBC
|
6 |
results: []
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# pegasus-multi_news-NewsSummarization_BBC
|
10 |
|
11 |
-
This model is a fine-tuned version of [google/pegasus-multi_news](https://huggingface.co/google/pegasus-multi_news)
|
12 |
|
13 |
## Model description
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
## Intended uses & limitations
|
18 |
|
19 |
-
|
20 |
-
dataset(s) for their contributions that have this possible. I am not too worried about getting
|
21 |
-
credit for my part, but make sure to properly cite the authors of the different technologies
|
22 |
-
and dataset(s) as they absolutely deserve credit for their contributions.
|
23 |
|
24 |
## Training and evaluation data
|
25 |
|
@@ -27,10 +31,6 @@ Dataset Source: https://www.kaggle.com/datasets/pariza/bbc-news-summary
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
Here is the link to the script that I created to train this project:
|
31 |
-
|
32 |
-
https://github.com/DunnBC22/NLP_Projects/blob/main/Text%20Summarization/Text_Summarization_BBC_News-Pegasus.ipynb
|
33 |
-
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
|
|
4 |
model-index:
|
5 |
- name: pegasus-multi_news-NewsSummarization_BBC
|
6 |
results: []
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- rouge
|
11 |
+
pipeline_tag: summarization
|
12 |
---
|
13 |
|
14 |
# pegasus-multi_news-NewsSummarization_BBC
|
15 |
|
16 |
+
This model is a fine-tuned version of [google/pegasus-multi_news](https://huggingface.co/google/pegasus-multi_news).
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
This is a text summarization model of news articles.
|
21 |
+
|
22 |
+
For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Text%20Summarization/Text_Summarization_BBC_News-Pegasus.ipynb
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
|
|
|
|
|
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
|
|
|
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|