Gemma 3 270M

Model Capabilities

  • Text generation โ€” instruction-following chat model
  • Multilinguality โ€” supports over 140 languages

The full description can be found at the original model page.

Getting Started

Download the model locally through the huggingface UI or run this in the command line:

wget https://huggingface.co/NobodyWho/Google_Gemma3-270M-GGUF/resolve/main/gemma-3-270m-it-Q4_K_M.gguf

Run with NobodyWho:

from nobodywho import Chat

chat = Chat("./gemma-3-270m-it-Q4_K_M.gguf")
response = chat.ask("What is the capital of Denmark?").completed()
print(response) # Copenhagen!

Benchmarks

Coming soon.

How are these GGUFs different?

These GGUF files serve mainly for NobodyWho inference library and are a way that we can guarantee that they will include all of the necessary info to be truly portable (sampler config, token descriptions, etc.). It is our informal effort to somehow arrive at more standardized GGUF files, which contain everything the runtime needs so that the user can have effortless experience using them, without additional fiddling or patching stuff up for every single model.

Model Details

Property Value
Parameters 270M
Context length 32,768 tokens
Knowledge cutoff August 2024
Languages 140+
License Gemma Terms of Use
Base model google/gemma-3-270m-it

Credits

GGUF quantizations provided by unsloth. Thanks!

Downloads last month
334
GGUF
Model size
0.3B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for NobodyWho/Google_Gemma3-270M-GGUF

Quantized
(89)
this model

Collection including NobodyWho/Google_Gemma3-270M-GGUF