Skip to content

Commit 68f3d30

Browse files
authored
Merge pull request red-hat-data-services#64 from MStokluska/Fine-tuning-3.4GA-examples
Update for 3.4 and refactor to simplify
2 parents 241c0dc + 7127338 commit 68f3d30

55 files changed

Lines changed: 7294 additions & 2292 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/fine-tuning/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ For detailed algorithm documentation and configuration options, see the upstream
1616

1717
There are three ways to run fine tuning examples:
1818

19-
1. **Interactive Notebooks (Single Node Fine Tuning)**
20-
2. **Training Jobs (Distributed Fine Tuning with Kubeflow Trainer)**
19+
1. **Interactive (single node fine tuning)**
20+
2. **Distributed (distributed fine tuning with Kubeflow Trainer)**
2121
3. **Pipeline mode (automated training, model evaluation, and registration with Kubeflow Pipelines)**
2222

23-
### Interactive Notebooks (Single Node Fine Tuning)
23+
### Interactive (single node fine tuning)
2424

2525
**What it is**
2626

@@ -49,13 +49,13 @@ Training runs directly inside a **single Workbench pod** (your notebook environm
4949

5050
**Learn more**
5151

52-
- [SFT fine-tuning example](training-hub/sft/README.md)
52+
- [SFT fine-tuning example](sft/README.md)
5353
- [OSFT fine-tuning example](osft/README.md)
54-
- [LORA fine-tuning example](lora/README.md)
54+
- [LoRA fine-tuning example](lora/README.md)
5555

5656
---
5757

58-
### Training Jobs (Distributed Fine Tuning with Kubeflow Trainer)
58+
### Distributed (distributed fine tuning with Kubeflow Trainer)
5959

6060
**What it is**
6161

@@ -90,8 +90,9 @@ Training is offloaded to **dedicated training pods** managed by **Kubeflow Train
9090

9191
**Learn more**
9292

93-
- [SFT fine-tuning example](training-hub/sft/README.md)
93+
- [SFT fine-tuning example](sft/README.md)
9494
- [OSFT fine-tuning example](osft/README.md)
95+
- [LoRA fine-tuning example](lora/README.md)
9596

9697
---
9798

examples/fine-tuning/images/02.png

89.4 KB
Loading

examples/fine-tuning/images/03.png

100 KB
Loading
84.9 KB
Loading
89.1 KB
Loading
102 KB
Loading
99.3 KB
Loading

examples/fine-tuning/images/05.png

56.3 KB
Loading

0 commit comments

Comments
 (0)