Search 3.2M models and datasets…
⌘K
Chat
Models
Datasets
Deploy
Pricing
Docs
Chat
Models
Datasets
Deploy
More
active_matter – Dataset by polymathic-ai | AlphaNeural AI
Is this your dataset? Claim it with the Hugging Face account that owns it.
polymathic-ai
/
active_matter
like
0
time-series-forecasting
other
multivariate-time-series-forecasting
en
cc-by-4.0
2308.06675
us
physics
biology
Views
No views yet
Dataset card
Files and Versions
Community
Use
Use this dataset
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/", "active_matter_cloud_optimized", ) train_dataloader = datamodule.train_dataloader()
for batch in dataloader: # Process training batch… See the full description on the dataset page:
https://huggingface.co/datasets/polymathic-ai/active_matter
.