kmamaroziqov commited on
Commit
65de582
·
verified ·
1 Parent(s): dc86321

Make training section concise

Browse files
Files changed (1) hide show
  1. README.md +5 -23
README.md CHANGED
@@ -133,29 +133,11 @@ on FLORES+ en->uz (0.8762 against alloma-3B's 0.8673) and on TUMLU-Uzbek, which
133
  the weakest task for every model tested, ours included -- at 0.3257 it is close
134
  enough to the 0.25 four-way chance level to treat as unsolved at this scale.
135
 
136
- ## Training summary
137
-
138
- - Base: Uzbek CPT + anneal checkpoint
139
- - Method: LoRA, merged for release
140
- - LoRA rank/alpha/dropout: 64 / 128 / 0.05
141
- - LoRA targets: all linear layers
142
- - Trainable adapter parameters: 67,276,800
143
- - Training data: 152,152 grouped and globally deduplicated examples
144
- - Validation data: 1,537 grouped examples
145
- - Train/dev prompt-group overlap: 0
146
- - Sequence length: 2,048
147
- - Packing: disabled
148
- - Epochs: 1
149
- - Effective batch size: 32
150
- - Learning rate: 1e-4, cosine schedule, 3% warmup
151
- - Optimizer: AdamW, beta2 0.95, weight decay 0.01
152
- - Precision: bf16 with selected recurrent parameters retained in fp32
153
- - Loss: assistant turns only; `<|im_end|>` explicitly supervised
154
-
155
- The training mixture is Uzbek-first and includes clean general assistant data,
156
- translation, Uzbek language and literature, spelling and orthography, MMLU-style
157
- tasks, classification, math, and English-retention examples. Training data is
158
- not distributed in this model repository.
159
 
160
  ## Usage
161
 
 
133
  the weakest task for every model tested, ours included -- at 0.3257 it is close
134
  enough to the 0.25 four-way chance level to treat as unsolved at this scale.
135
 
136
+ ## Training
137
+
138
+ One epoch of assistant-only LoRA fine-tuning (rank 64, alpha 128) on 152,152
139
+ Uzbek-first examples, using a 2,048-token context and effective batch size 32.
140
+ The adapter was merged into the Uzbek CPT + anneal checkpoint for release.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
  ## Usage
143