Update README.md
Browse files
README.md
CHANGED
@@ -119,6 +119,17 @@ The training dataset is a curated subset of the [PULSE-ECG/ECGInstruct](https://
|
|
119 |
|
120 |
Dataset link: [`yasserrmd/pulse-ecg-instruct-subset`](https://huggingface.co/datasets/yasserrmd/pulse-ecg-instruct-subset)
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
## Intended Use
|
123 |
|
124 |
* Emergency triage in offline settings
|
|
|
119 |
|
120 |
Dataset link: [`yasserrmd/pulse-ecg-instruct-subset`](https://huggingface.co/datasets/yasserrmd/pulse-ecg-instruct-subset)
|
121 |
|
122 |
+
|
123 |
+
|
124 |
+
### **Training Loss Summary**
|
125 |
+
|
126 |
+
<img src="tl.png" >
|
127 |
+
|
128 |
+
The model was fine-tuned over 409 steps using the `pulse-ecg-instruct-subset` dataset. The training loss started above **9.5** and steadily declined to below **0.5**, showing consistent convergence and learning throughout the single epoch. The loss curve demonstrates a stable optimization process without overfitting spikes. The chart below visualizes this progression, highlighting the model’s ability to adapt quickly to the ECG image-to-text task.
|
129 |
+
|
130 |
+
|
131 |
+
|
132 |
+
|
133 |
## Intended Use
|
134 |
|
135 |
* Emergency triage in offline settings
|