Umranz commited on
Commit
83ca8d0
·
verified ·
1 Parent(s): 8ba5f9f

Embed graphical sweep results table image into README

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -119,11 +119,9 @@ Conducted a 3-run hyperparameter sweep using LiquidAI LEAP Finetune to evaluate
119
 
120
  ### Hyperparameter Sweep Results
121
 
122
- | Run | Configuration | Epochs | Batch Size | Learning Rate | Train Loss | Eval Loss | Checkpoint |
123
- |:---|:---|:---:|:---:|:---:|:---:|:---:|:---:|
124
- | **Run B** | **LoRA r=32, alpha=64, drop=0.05** | **4** | **32** | **2.0e-5** | **`0.3500`** | **`0.4074`** | **Deployed (Merged)** |
125
- | **Run A** | LoRA r=64, alpha=128, drop=0.10 | 5 | 32 | 1.5e-5 | `0.3826` | `0.4238` | Archived |
126
- | **Run C** | LoRA r=64, alpha=128, drop=0.05 | 3 | 32 | 2.5e-5 | `0.4029` | `0.4269` | Archived |
127
 
128
  ### Weights & Biases Telemetry
129
 
 
119
 
120
  ### Hyperparameter Sweep Results
121
 
122
+ <div align="center">
123
+ <img src="https://huggingface.co/Umranz/Shruti-Soft-2.6b/resolve/main/sweep_results_table.png" width="100%" alt="Hyperparameter Sweep Results Table" style="border-radius: 8px; margin: 12px 0;" />
124
+ </div>
 
 
125
 
126
  ### Weights & Biases Telemetry
127