kmamaroziqov commited on
Commit
de2992b
·
verified ·
1 Parent(s): 228b0ad

Correct training loss description

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -207,7 +207,7 @@ files.
207
  | Effective batch size | 32 |
208
  | Learning rate | 1e-4, cosine, 3% warmup |
209
  | LoRA | rank 64, alpha 128, dropout 0.05, all linear layers |
210
- | Loss | assistant turns only; `<|im_end|>` explicitly supervised |
211
  | Precision | bf16; selected recurrent parameters retained in fp32 |
212
 
213
  The mixture is Uzbek-first and includes general assistant conversations,
 
207
  | Effective batch size | 32 |
208
  | Learning rate | 1e-4, cosine, 3% warmup |
209
  | LoRA | rank 64, alpha 128, dropout 0.05, all linear layers |
210
+ | Loss | Fused causal-LM cross-entropy on assistant-response tokens; prompt tokens masked |
211
  | Precision | bf16; selected recurrent parameters retained in fp32 |
212
 
213
  The mixture is Uzbek-first and includes general assistant conversations,