Views
No views yet
pip install nobodywho1from nobodywho import Chat
2
3chat = Chat("huggingface:NobodyWho/Google_Gemma3-270M-GGUF/gemma-3-270m-it-Q4_K_M.gguf")
4response = chat.ask("What is the capital of Denmark?").completed()
5print(response) # Copenhagen!wget https://huggingface.co/NobodyWho/Google_Gemma3-270M-GGUF/resolve/main/gemma-3-270m-it-Q4_K_M.ggufChat("./gemma-3-270m-it-Q4_K_M.gguf").| 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 |