Transformers
PyTorch
Safetensors
swinv2
How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoImageProcessor, SwinForPDE

processor = AutoImageProcessor.from_pretrained("camlab-ethz/Poseidon-L")
model = SwinForPDE.from_pretrained("camlab-ethz/Poseidon-L", device_map="auto")
Quick Links

The Large model of the Poseidon family with approx. 629M parameters, see https://arxiv.org/abs/2405.19101.

It is trained on a computational grid of size 128 x 128 and expects density, velocity in horizontal direction, velocity in vertical direction, and pressure as inputs.

This is a research model.

Downloads last month
400
Safetensors
Model size
0.6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train camlab-ethz/Poseidon-L

Collection including camlab-ethz/Poseidon-L

Paper for camlab-ethz/Poseidon-L