JonasGeiping commited on
Commit
d0d4536
·
verified ·
1 Parent(s): 133ba66

Update role_gating.py

Browse files
Files changed (1) hide show
  1. role_gating.py +1 -1
role_gating.py CHANGED
@@ -1,4 +1,4 @@
1
- """Role gating MLP for channel-aware attention bias."""
2
 
3
  import torch
4
  from torch import nn
 
1
+ """Role gating MLP for channel-aware attention bias (not actually used by this checkpoint)."""
2
 
3
  import torch
4
  from torch import nn