Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card

This dataset consists of abstracts from heart-related papers collected from PubMed. It can be used for pre-training a language model specialized in cardiology. The dataset was collected through the PubMed API, based on the names of heart-related journals and a glossary of cardiology terms.

Dataset

Data Sources

  • Pubmed: PubMed is a database that provides abstracts of research papers related to life sciences, biomedical fields, health psychology, and health and welfare. Among these, we have collected abstracts of papers related to the heart.
  • Wikipedia: Wikipedia is an internet encyclopedia that anyone can edit and is maintained through collaboration.

Keywords Sources

Dataset Field

Field Data Type Description
title string The title of the paper.
abst string The abstract of the paper.

Dataset Structure

DatasetDict({
    train: Dataset({
        features: ['title', 'abst'],
        num_rows: 2761083
    })
})

Use

from datasets import load_dataset

dataset = load_dataset("InMedData/Cardio_v2")

Dataset Contact

khs1220@inmed-data.com

Downloads last month
50