Skip to main content

Gemma3

Demo Environment

Development Board : Jetson Orin series motherboard

warning

Due to performance limitations, the Jetson Orin Nano 4GB requires the reduced-parameter version

Gemma is a family of lightweight models built by Google based on Gemini technology. The Gemma 3 model is multimodal (capable of processing text and images), has a 128KB context window, and supports over 140 languages.

1. Model Size

ModelSize
gemma3:1b815MB
gemma3:4b3.3GB

2. Performance

Chatbot Arena ELO Score

3. Using Gemma3

3.1 Running Gemma3

Use the run command to run the model. If the model is not already downloaded, it will automatically pull the model from the Ollama model library:

ollama run gemma3:4b

Screenshot

3.2 Start a conversation

How to learn a programming language?

Response time depends on hardware configuration, so please be patient!

Screenshot

3.3 Visual Function

test_pic

What do you see in this picture? :./test_pic.png
#Using ": + the image path" in the conversation allows the model to use its visual function and interpret the information in the image.

Screenshot

3.4 Ending the Conversation

Use the Ctrl+d shortcut or /bye to end the conversation!

References

Ollama Ollama