Skip to content

Commit 7065187

Browse files
committed
Update examples README to reflect new notebooks and scripts for OSFT
Signed-off-by: Mustafa Eyceoz <[email protected]>
1 parent 965c54f commit 7065187

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ The OSFT algorithm supports continual training of pre-trained or instruction-tun
4848
**Documentation:**
4949
- [OSFT Usage Guide](docs/osft_usage.md) - Comprehensive usage documentation with parameter reference and examples
5050

51+
**Tutorials:**
52+
- [OSFT Comprehensive Tutorial](notebooks/osft_comprehensive_tutorial.ipynb) - Interactive notebook covering all OSFT parameters with popular model examples
53+
- [OSFT Continual Learning](notebooks/osft_continual_learning.ipynb) - Interactive notebook demonstrating continual learning capabilities
54+
- [OSFT Multi-Phase Training Tutorial](notebooks/osft_multiphase_training_tutorial.ipynb) - Interactive notebook demonstrating OSFT multi-phase training workflow
55+
56+
**Scripts:**
57+
- [OSFT Multi-Phase Training Script](scripts/osft_multiphase_training.py) - Example script for OSFT multi-phase training with full command-line interface
58+
- [OSFT with Qwen 2.5 7B](scripts/osft_qwen_example.py) - Single-node multi-GPU training example with Qwen 2.5 7B Instruct
59+
- [OSFT with Llama 3.1 8B](scripts/osft_llama_example.py) - Single-node multi-GPU training example with Llama 3.1 8B Instruct
60+
- [OSFT with Phi 4 Mini](scripts/osft_phi_example.py) - Single-node multi-GPU training example with Phi 4 Mini Instruct
61+
- [OSFT Continual Learning Example](scripts/osft_continual_learning_example.py) - Example script demonstrating continual learning without catastrophic forgetting
62+
5163
**Quick Example:**
5264
```python
5365
from training_hub import osft

0 commit comments

Comments
 (0)