Skip to content
Merged
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
Binary file added Demos/sample-data/GoldenGate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demos/sample-data/journal1.wav
Binary file not shown.
Binary file added Demos/sample-data/journal2.wav
Binary file not shown.
Binary file added Demos/sample-data/journal3.wav
Binary file not shown.
Binary file added Demos/sample-data/journal4.wav
Binary file not shown.
Binary file added Demos/sample-data/journal5.wav
Binary file not shown.
Binary file added Demos/sample-data/kitchen_painting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Demos/sample-data/shopping1.wav
Binary file not shown.
Binary file added Demos/sample-data/shopping2.wav
Binary file not shown.
Binary file added Demos/sample-data/shopping3.wav
Binary file not shown.
Binary file added Demos/sample-data/tour_en.wav
Binary file not shown.
4 changes: 4 additions & 0 deletions Gemma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ This folder is organized into several categories, each focusing on a speicific a
| [[Gemma_3]Using_with_Transformersjs.ipynb]([Gemma_3]Using_with_Transformersjs.ipynb) | Run Gemma 3 with [Transformers.js](https://github.com/huggingface/transformers.js). |
| [[Gemma_3]Activation_Hacking.ipynb]([Gemma_3]Activation_Hacking.ipynb) | Examine and modify internal states, including the residual stream, MLP activations, and attention mechanisms. |
| [[Gemma_3]Gradio_LlamaCpp_Chatbot.ipynb]([Gemma_3]Gradio_LlamaCpp_Chatbot.ipynb) | Building a Chatbot with Gemma 3 QAT text model using Llama.cpp and Gradio. |
| [Gemma_3n]Audio_understanding_with_HF.ipynb]([Gemma_3n]Audio_understanding_with_HF.ipynb) | Run Gemma 3n with audio input |
| [Gemma_3n]Multimodal_understanding_with_HF.ipynb]([Gemma_3n]Multimodal_understanding_with_HF.ipynb) | Run Gemma 3n with image + audio input |
| [Gemma_3n]MatFormer_Lab.ipynb]([Gemma_3n]MatFormer_Lab.ipynb) | Run Gemma 3n with MatFormers and Mix-n-Match |

## Prompting
| Notebook Name | Description |
| :------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
Loading
Loading