Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Tutorials

Notebooks for Gemma models and variants.

Notebook Name Description
Agentic_RAG.ipynb Build an Agentic RAG system that intelligently decides when to call functions, uses a Qdrant based RAG pipeline, and falls back to Google Search. Trace and monitor with OPIK.
RAG_with_EmbeddingGemma.ipynb Build simple RAG with EmbeddingGemma

Inference Capabilities

Explore Gemma's capabilities across different modalities:

Notebook Name Description
Text - Basic Basic text generation and prompting with Gemma 4.
Text - Function Calling Leverage Gemma 4 for tool use and function calling.
Vision - Image Visual understanding and captioning with Gemma 4.
Vision - Video Video understanding and analysis with Gemma 4.
Audio Explore audio processing and understanding.
Thinking Reasoning capabilities.

Fine-tuning

Examples of fine-tuning Gemma models:

Notebook Name Description
Text Fine-tuning with QLoRA Efficiently fine-tune Gemma 4 for text tasks using QLoRA.
Vision Fine-tuning with QLoRA Efficiently fine-tune Gemma 4 for vision tasks using QLoRA.