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.
27.1k
Upload stats.yaml with huggingface_hub
Update README.md
Add files using upload-large-folder tool
initial commit
