Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/gemma3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Visual-language assistant with Gemma3 and OpenVINO
# Visual-language assistant with Gemma3 and OpenVINO GenAI
![](https://github.com/user-attachments/assets/2540a58e-c242-4439-b151-0fd1e6938af1)

Gemma 3 is Google's new iteration of open weight LLMs. It comes in four sizes, 1 billion, 4 billion, 12 billion, and 27 billion parameters with base (pre-trained) and instruction-tuned versions. The 4, 12, and 27 billion parameter models can process both images and text, while the 1B variant is text only.
Expand All @@ -19,7 +19,7 @@ The tutorial consists from following steps:

- Install requirements
- Convert and Optimize model
- Run OpenVINO model inference
- Run OpenVINO GenAI model inference
- Launch Interactive demo

In this demonstration, you'll create interactive chatbot that can answer questions about provided image's content.
Expand Down
Loading
Loading