Skip to content

Commit 5becf5a

Browse files
committed
add links to scripts used
1 parent 3503412 commit 5becf5a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/hpc/08_ml_ai_hpc/04_llm_fine_tuning.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ This comparison demonstrates how our custom fine-tuning can achieve similar or b
7878

7979
---
8080

81+
82+
:::tip
83+
Complete scripts used are available here: https://github.com/NYU-RTS/rts-docs-examples/tree/main/hpc/llm_fine_tuning
84+
85+
:::
86+
8187
## System Environment Setup
8288

8389
### Singularity Container & Overlay Configuration
@@ -199,7 +205,7 @@ peft_config = LoraConfig(
199205

200206
### **Training Script: `train_gemma3.py`**
201207

202-
The complete training script is available in the repository. Below are the key configuration snippets:
208+
The complete training script is available [here](https://github.com/NYU-RTS/rts-docs-examples/tree/main/hpc/llm_fine_tuning). Below are the key configuration snippets:
203209

204210
**Model and Dataset Configuration:**
205211

@@ -243,7 +249,6 @@ training_args = TrainingArguments(
243249
)
244250
```
245251

246-
📁 **Complete script available at**: Repository examples folder (to be added with this PR)
247252

248253
### **sbatch Script**
249254

@@ -293,4 +298,4 @@ Location: `/scratch/<NetID>/fine-tune/gemma3_output/checkpoint-13/`
293298

294299
|Epochs|Steps|Status|
295300
|---|---|---|
296-
|1|13|Completed successfully|
301+
|1|13|Completed successfully|

0 commit comments

Comments
 (0)