datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
multimodal_supernovaesupernova_explosion_64This Dataset is part of The Well Collection.
How To Load from HuggingFace Hub
Be sure to have the_well installed (pip install the_well)
Use the WellDataModule to retrieve data as follows:
from the_well.benchmark.data import WellDataModule
# The following line may take a couple of minutes to instantiate the datamodule
datamodule = WellDataModule(
"hf://datasets/polymathic-ai/",
"supernova_explosion_64",
)
train_dataloader = datamodule.train_dataloader()
for batch in… See the full description on the dataset page: https://huggingface.co/datasets/polymathic-ai/supernova_explosion_64.supernova_explosion_128
Supernova Explosion in Turbulent Interstellar medium in galaxies
One line description of the data:
Blastwave in a dense cool gas cloud.
Longer description of the data:
The simulations solve an explosion inside a compression of a monatomic ideal gas, which follows the equation of state with the specific heat ratio $\gamma=5/3$.
The gas in these simulations mocks the interstellar medium in the Milky Way Galaxy.
At the beginning of the simulations, the thermal energy of a supernova is… See the full description on the dataset page: https://huggingface.co/datasets/polymathic-ai/supernova_explosion_128.SupernovaEventDataset
Supernova Event Dataset
Overview
The Supernova dataset contains a collection of events categorized as:
Biographies (192)
Historical Events (200)
World News Events (200)
Scientific Discoveries (25)
Dataset Structure
The dataset is organized with the following columns:
ID: Unique identifier with category prefix (e.g., b001, h001, w001, d001)
Category: Type of content (Biography, Historical Event, World News Event, Scientific Discovery)
Title: Name of the… See the full description on the dataset page: https://huggingface.co/datasets/SupernovaEvent/SupernovaEventDataset.
