ZDDWLIG commited on
Commit
fc50580
·
verified ·
1 Parent(s): 46fb214

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -48,7 +48,8 @@ Five ground-roll intensity levels produce paired noisy / noise-label records:
48
 
49
  ## Model Architectures
50
 
51
- - **Enhanced Atten-UNet** (`enhanced_atten_unet`) — U-Net with residual blocks + attention-gated skip connections, trained with hybrid MSE + AFM (adaptive frequency modulation) loss. Base channels: 32, depth: 4.
 
52
 
53
  ### Preprocessing
54
 
 
48
 
49
  ## Model Architectures
50
 
51
+ - **DDPM cDDPM** (`ddpm`) — Conditional DDPM (DDPM-2c) jointly modeling signal and ground-roll distributions. Modified U-Net with time embedding, self-attention bottleneck, 5 ResNet levels.
52
+ - **physics** (`physics`) —
53
 
54
  ### Preprocessing
55