CoolFace
Datasetpublic

polymathic-ai/shear_flow

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.data import WellDataModule # The following line may take a couple of minutes to instantiate the datamodule datamodule = WellDataModule( "hf://datasets/polymathic-ai/", "shear_flow", ) 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/shear_flow.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
2likes7.1kdownloads
4 commits on main
fc867f81y ago

Upload stats.yaml with huggingface_hub

LTMeyer
96e2c072y ago

Update README.md

LTMeyer
f7d12072y ago

Add files using upload-large-folder tool

LTMeyer
76628402y ago

initial commit

LTMeyer