You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Medium Articles Posts Dataset

Description

The Medium Articles Posts dataset contains a collection of articles published on the Medium platform. Each article entry includes information such as the article's title, main content or text, associated URL or link, authors' names, timestamps, and tags or categories.

Dataset Info

The dataset consists of the following features:

  • title: (string) The title of the Medium article.
  • text: (string) The main content or text of the Medium article.
  • url: (string) The URL or link to the Medium article.
  • authors: (string) The authors or contributors of the Medium article.
  • timestamp: (string) The timestamp or date when the Medium article was published.
  • tags: (string) Tags or categories associated with the Medium article.

Dataset Size

  • Total Dataset Size: 1,044,746,687 bytes (approximately 1000 MB)

Splits

The dataset is split into the following part:

  • Train:
    • Number of examples: 192,368
    • Size: 1,044,746,687 bytes (approximately 1000 MB)

Download Size

  • Compressed Download Size: 601,519,297 bytes (approximately 600 MB)

Usage example

from datasets import load_dataset
#Load the dataset
dataset = load_dataset("Falah/medium_articles_posts")
Downloads last month
0
Edit dataset card