Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lowdown-labs
/
fela-pde

Image-to-Image
Transformers
Safetensors
fela_pde_fno2d
feature-extraction
fela
fourier-neural-operator
fno
cpu
on-device
pde-surrogate
thermal-simulation
battery
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lowdown-labs/fela-pde with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lowdown-labs/fela-pde with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-to-image", model="lowdown-labs/fela-pde", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("lowdown-labs/fela-pde", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fela-pde
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
itstheraj's picture
itstheraj
initial commit
cdcc0fd 3 days ago
  • streaming
    initial commit 3 days ago
  • .gitattributes
    50 Bytes
    initial commit 3 days ago
  • .gitignore
    53 Bytes
    initial commit 3 days ago
  • LICENSE
    25.4 kB
    initial commit 3 days ago
  • README.md
    10.3 kB
    initial commit 3 days ago
  • config.json
    1.6 kB
    initial commit 3 days ago
  • configuration_pde.py
    1.32 kB
    initial commit 3 days ago
  • example.py
    675 Bytes
    initial commit 3 days ago
  • input_builder.py
    3.06 kB
    initial commit 3 days ago
  • model.safetensors

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    7.11 MB
    xet
    initial commit 3 days ago
  • modeling.py
    3.94 kB
    initial commit 3 days ago
  • modeling_pde.py
    1.83 kB
    initial commit 3 days ago
  • pack.csv
    143 Bytes
    initial commit 3 days ago
  • pack.json
    212 Bytes
    initial commit 3 days ago
  • train.py
    13.8 kB
    initial commit 3 days ago
  • verify.py
    1.09 kB
    initial commit 3 days ago