Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,6 @@ Que los estudiantes vuelven a clase.
|
|
76 |
- **web_url** (int): The URL of the news article
|
77 |
- **web_headline** (str): The headline of the article, which is a Clickbait.
|
78 |
- **web_text** (int): The body of the article.
|
79 |
-
- **clean_web_text** (str): The `web_text` has been downloaded from the web HTML and can contain undesired text not related to the news article. The `clean_web_text` has been cleaned using the OpenAI gpt-3.5-turbo-0125 model. We ask the model to remove any sentence unrelated to the article.
|
80 |
- **summary** (str): The summary written by humans that answers the clickbait headline.
|
81 |
|
82 |
# Dataset Description
|
|
|
76 |
- **web_url** (int): The URL of the news article
|
77 |
- **web_headline** (str): The headline of the article, which is a Clickbait.
|
78 |
- **web_text** (int): The body of the article.
|
|
|
79 |
- **summary** (str): The summary written by humans that answers the clickbait headline.
|
80 |
|
81 |
# Dataset Description
|