Scyrit News Dataset
This dataset contains scraped news articles from the news sites, categorized as "News." Each entry includes:
- Title: The headline of the article.
- Category: It shows that there is news
- Content: The main content of the article.
- Image URL: Link to the article's associated image.
- News Link: The URL to the original article.
Usage
You can load this dataset using the datasets
library:
from datasets import load_dataset
dataset = load_dataset("lackechs/scyrit-news")
- Downloads last month
- 1