Below are our notebooks for Google Colab categorized by model. You can view our Kaggle notebooks here.
Use our guided notebooks to prep data, train, evaluate, and save your model. View our main GitHub repo here.
Model | Type | Notebook Link |
---|---|---|
Sesame-CSM | TTS | |
Orpheus-TTS | TTS | |
Spark-TTS | TTS | |
Oute-TTS | TTS | |
Oute-TTS | TTS | |
Llasa TTS (1B) | TTS | |
Llasa TTS (3B) | TTS | |
Whisper-Large-V3 | STT |
Model | Type | Notebook Link |
---|---|---|
Llama 3.2 (11B) | Vision | |
Qwen2.5 VL (7B) | Vision | |
Pixtral (12B) | Vision |
Model | Notebook Link |
---|---|
ModernBERT-large |
Model | Type | Notebook Link |
---|---|---|
CodeGemma (7B) | Conversational | |
Gemma3 (4B) | Vision | |
Gemma3 (4B) | ||
Gemma3N (4B) | Inference | |
Gemma2 (9B) | Alpaca | |
Gemma2 (2B) | Alpaca |
Model | Type | Notebook Link |
---|---|---|
Orpheus (3B) | TTS |
Model | Type | Notebook Link |
---|---|---|
Oute TTS (1B) | TTS |
Model | Type | Notebook Link |
---|---|---|
Phi 4 | Conversational | |
Phi 3.5 Mini | Conversational | |
Phi 3 Medium | Conversational |
Model | Type | Notebook Link |
---|---|---|
Spark TTS (0 5B) | TTS |
Model | Type | Notebook Link |
---|---|---|
Whisper |
Model | Type | Notebook Link |
---|---|---|
Magistral (24B) | Reasoning Conversational | |
Sesame CSM (1B) | TTS | |
Unsloth | Studio | |
CodeForces cot Finetune for Reasoning on CodeForces | Reasoning |
Click for all our Kaggle notebooks categorized by model:
Model | Type | Notebook Link |
---|---|---|
CodeGemma (7B) | Conversational | |
Gemma3 (4B) | ||
Gemma3N (4B) | Inference | |
Gemma3 (4B) | Vision | |
Gemma2 (2B) | Alpaca | |
Gemma2 (9B) | Alpaca |
Model | Type | Notebook Link |
---|---|---|
Orpheus (3B) | TTS |
Model | Type | Notebook Link |
---|---|---|
Oute TTS (1B) | TTS |
Model | Type | Notebook Link |
---|---|---|
Phi 4 | Conversational | |
Phi 3.5 Mini | Conversational | |
Phi 3 Medium | Conversational |
Model | Type | Notebook Link |
---|---|---|
Spark TTS (0 5B) | TTS |
Model | Type | Notebook Link |
---|---|---|
Whisper |
Model | Type | Notebook Link |
---|---|---|
Magistral (24B) | Reasoning Conversational | |
Sesame CSM (1B) | TTS | |
CodeForces cot Finetune for Reasoning on CodeForces | Reasoning | |
Unsloth | Studio |
If you'd like to contribute to our notebooks, here's a guide to get you started:
- Find the Template: We've provided a template notebook called
Template_Notebook.ipynb
in the root directory of this project. This template contains the basic structure and formatting guidelines for all notebooks in this collection. - Create Your Notebook:
- Make a copy of
Template_Notebook.ipynb
. - Rename the copied file to follow this naming convention:
- LLM Notebooks:
<Model Name>-<Type>.ipynb
(e.g.,Mistral_v0.3_(7B)-Alpaca.ipynb
) - Vision Notebooks:
<Model Name>-Vision.ipynb
(e.g.,Llava_v1.6_(7B)-Vision.ipynb
) - Example of
<Type>
:Alpaca
,Conversational
,CPT
,DPO
,ORPO
,Text_Completion
,CSV
,Inference
,Unsloth_Studio
- LLM Notebooks:
- Make a copy of
- Place in
original_template
: Once your notebook is ready, move it to theoriginal_template
directory. - Update Notebooks: Run the following command in your terminal:
This script will automatically:
python update_all_notebooks.py
- Copy your notebook from
original_template
to thenotebooks
directory. - Update the notebook's internal sections (like Installation, News) to ensure consistency.
- Add your notebook to the appropriate list in this
README.md
file.
- Copy your notebook from
- Create a Pull Request: After that, just create a pull request (PR) to merge your changes, making it available for everyone!
- We appreciate your contributions and look forward to reviewing your notebooks!