maximeseince commited on
Commit
bf7ce7a
·
verified ·
1 Parent(s): 95c1dc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ and `index` (discrete, 4 categories) — with a `FlowMatchingOneSidedInterpolant
28
 
29
  | Path | Model | Role in the notebook |
30
  |---|---|---|
31
- | `conditioning_and_guidance/joint_model` | Unconditional cross-modal MLP | Intrinsic guidance (Section 4): conditioning a model that was never trained to be conditional |
32
  | `conditioning_and_guidance/context_model` | The same MLP plus a label context path, trained with 20% context dropout | Context conditioning and classifier-free guidance (Sections 5-7) |
33
 
34
  ### Loading
 
28
 
29
  | Path | Model | Role in the notebook |
30
  |---|---|---|
31
+ | `conditioning_and_guidance/joint_model` | Unconditional cross-modal MLP | Intrinsic guidance (Section 4): conditioning a model using a model trained unconditionally |
32
  | `conditioning_and_guidance/context_model` | The same MLP plus a label context path, trained with 20% context dropout | Context conditioning and classifier-free guidance (Sections 5-7) |
33
 
34
  ### Loading