CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
8 results
dynamic systems
dynamic
systems
Search
in
all
models
datasets
apps
agents
people
projects
Datasets
All datasets matching “dynamic systems”
mosaic-laboratory /
dynamic_systems_pretrain
Example Code for Using the Dataset import numpy as np from torch.utils.data import Dataset from datasets import load_dataset class PretrainDataset(Dataset): def __init__(self, window_size=4096, nvar=11): self.window_size = window_size self.nvar = nvar # init dataset self.ds = load_dataset("mosaic-laboratory/dynamic_systems_pretrain") def __len__(self): return sum([len(self.ds[k]) for k in self.ds.keys()]) def __getitem__(self… See the full description on the dataset page: https://huggingface.co/datasets/mosaic-laboratory/dynamic_systems_pretrain.
100K<n<1M
1 likes
174 downloads
4mo ago
Hugging Face