Edifon commited on
Commit
1ca8d60
·
verified ·
1 Parent(s): fe6588d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -176,6 +176,20 @@ P: Order comprehensive eye examination. Schedule follow-up to review results and
176
 
177
  ---
178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  ## Limitations
180
 
181
  - Trained exclusively on English-language dialogues
 
176
 
177
  ---
178
 
179
+ ## Training Curve
180
+
181
+ | Metric | Value |
182
+ |---|---|
183
+ | Initial loss (step 100) | 0.941 |
184
+ | Final loss (step 5200) | 0.482 |
185
+ | Total reduction | ~48.8% |
186
+
187
+ The model converged stably over 5 epochs / 5,205 steps. Loss dropped sharply in the first ~300 steps as the model learned the SOAP output format, then decayed gradually through step ~2,000, before plateauing in the 0.48–0.52 range for the final two epochs with no significant overfitting observed.
188
+
189
+ ![Training Loss Curve](training_loss.png)
190
+
191
+ ---
192
+
193
  ## Limitations
194
 
195
  - Trained exclusively on English-language dialogues