Upload README.md with huggingface_hub
Browse files
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 |
+

|
| 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 |
|