Iker commited on
Commit
d99df9f
1 Parent(s): a53b441

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -61,7 +61,7 @@ widget:
61
 
62
  We define a clickbait article as one that seeks to attract the reader's attention through curiosity. To do this, the headline poses a question or an incomplete, sensationalist, exaggerated, or misleading statement. The answer to the question generated by the headline usually does not appear until the end of the article, which is preceded by a large amount of irrelevant content. The goal is for the user to enter the website through the headline and then scroll to the end of the article, viewing as much advertising as possible. Clickbait articles tend to be of low quality and do not provide value to the reader beyond the initial curiosity. This phenomenon undermines public trust in news sources and negatively affects the advertising revenues of legitimate content creators, who could see their web traffic reduced.
63
 
64
- We present a 7B parameter model, trained with the dataset [NoticIA](https://huggingface.co/datasets/somosnlp/NoticIA-it). This model is capable of generating concise and high-quality summaries of articles with clickbait headlines.
65
 
66
  - **Developed by:** [Iker García-Ferrero](https://ikergarcia1996.github.io/Iker-Garcia-Ferrero/), [Begoña Altuna](https://www.linkedin.com/in/bego%C3%B1a-altuna-78014139)
67
  - **Funded by:** SomosNLP, HuggingFace, [HiTZ Zentroa](https://www.hitz.eus/)
@@ -275,7 +275,7 @@ The exact training configuration is available at: https://huggingface.co/somosnl
275
 
276
  #### Testing Data
277
 
278
- We use the Test split of the NoticIA dataset: https://huggingface.co/datasets/somosnlp/NoticIA-it
279
 
280
  #### Prompts
281
 
@@ -321,7 +321,7 @@ We conducted all our experiments on a machine equipped with four NVIDIA A100 GPU
321
  - Deepspeed: https://github.com/microsoft/DeepSpeed
322
  - Pytorch: https://pytorch.org/
323
 
324
- Our code is available at: [https://github.com/ikergarcia1996/NoticIA](https://github.com/ikergarcia1996/NoticIA)
325
 
326
 
327
  ## License
 
61
 
62
  We define a clickbait article as one that seeks to attract the reader's attention through curiosity. To do this, the headline poses a question or an incomplete, sensationalist, exaggerated, or misleading statement. The answer to the question generated by the headline usually does not appear until the end of the article, which is preceded by a large amount of irrelevant content. The goal is for the user to enter the website through the headline and then scroll to the end of the article, viewing as much advertising as possible. Clickbait articles tend to be of low quality and do not provide value to the reader beyond the initial curiosity. This phenomenon undermines public trust in news sources and negatively affects the advertising revenues of legitimate content creators, who could see their web traffic reduced.
63
 
64
+ We present a 7B parameter model, trained with the dataset [NoticIA-it](https://huggingface.co/datasets/somosnlp/NoticIA-it). This model is capable of generating concise and high-quality summaries of articles with clickbait headlines.
65
 
66
  - **Developed by:** [Iker García-Ferrero](https://ikergarcia1996.github.io/Iker-Garcia-Ferrero/), [Begoña Altuna](https://www.linkedin.com/in/bego%C3%B1a-altuna-78014139)
67
  - **Funded by:** SomosNLP, HuggingFace, [HiTZ Zentroa](https://www.hitz.eus/)
 
275
 
276
  #### Testing Data
277
 
278
+ We use the Test split of the NoticIA-it dataset: https://huggingface.co/datasets/somosnlp/NoticIA-it
279
 
280
  #### Prompts
281
 
 
321
  - Deepspeed: https://github.com/microsoft/DeepSpeed
322
  - Pytorch: https://pytorch.org/
323
 
324
+ Our code is available at [https://github.com/ikergarcia1996/NoticIA](https://github.com/ikergarcia1996/NoticIA)
325
 
326
 
327
  ## License