Update README.md
Browse files
README.md
CHANGED
|
@@ -8,13 +8,12 @@ tags:
|
|
| 8 |
- surrogate
|
| 9 |
- heat-equation
|
| 10 |
- diffusion
|
| 11 |
-
base_model:
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
-
This repository provides a **fine-tuned
|
| 17 |
-
2D heat diffusion on regular grids. The base model is the mixed-channel small variant
|
| 18 |
from `thuerey-group/pde-transformer`, further trained on synthetic solutions of the
|
| 19 |
2D diffusion / heat equation with Gaussian bump initial conditions.
|
| 20 |
|
|
|
|
| 8 |
- surrogate
|
| 9 |
- heat-equation
|
| 10 |
- diffusion
|
| 11 |
+
base_model: pde-transformer
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Diffusion-Transformer mc-s – 2D Diffusion (Heat Equation)
|
| 15 |
|
| 16 |
+
This repository provides a **fine-tuned PDE-Transformer** for better accurate 2D heat diffusion predictions on regular grids. The base model is the mixed-channel small variant
|
|
|
|
| 17 |
from `thuerey-group/pde-transformer`, further trained on synthetic solutions of the
|
| 18 |
2D diffusion / heat equation with Gaussian bump initial conditions.
|
| 19 |
|