pub enum FinalStep {
HyperHeadMean,
Norm(&'static str),
LmHead,
}Expand description
What the model does once the 45 text layers are done.
Variants§
HyperHeadMean
🪤 UNWEIGHTED mean over the hc_mult streams. Not DeepSeek-V4’s learned collapse.
Norm(&'static str)
LmHead
Trait Implementations§
impl Copy for FinalStep
impl Eq for FinalStep
impl StructuralPartialEq for FinalStep
Auto Trait Implementations§
impl Freeze for FinalStep
impl RefUnwindSafe for FinalStep
impl Send for FinalStep
impl Sync for FinalStep
impl Unpin for FinalStep
impl UnwindSafe for FinalStep
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.