Oysiyl commited on
Commit
d916ffe
·
verified ·
1 Parent(s): 1ef94e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -51,6 +51,12 @@ base_model = AutoModelForCausalLM.from_pretrained(base, trust_remote_code=True,
51
  model = PeftModel.from_pretrained(base_model, adapter)
52
  ```
53
 
 
 
 
 
 
 
54
  ## Recommended evaluation sample
55
  Use this full fiction passage for held-out testing:
56
 
 
51
  model = PeftModel.from_pretrained(base_model, adapter)
52
  ```
53
 
54
+ ## Training loss vs training progress
55
+
56
+ ![Training loss vs progress](./training_loss_vs_progress.svg)
57
+
58
+ Loss curve included as optimization check; qualitative rewrite fidelity remains the decision metric.
59
+
60
  ## Recommended evaluation sample
61
  Use this full fiction passage for held-out testing:
62