saipuppala commited on
Commit
e5b175c
·
verified ·
1 Parent(s): e1bac40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -8,13 +8,12 @@ tags:
8
  - surrogate
9
  - heat-equation
10
  - diffusion
11
- base_model: thuerey-group/pde-transformer
12
  ---
13
 
14
- # PDE-Transformer mc-s – 2D Diffusion (Heat Equation) Fine-Tuned
15
 
16
- This repository provides a **fine-tuned version of PDE-Transformer (mc-s)** specialized for
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