Upload folder using huggingface_hub
Browse files- .gitattributes +11 -0
- README.md +45 -0
- gemma-3-4b-it.Q2_K.gguf +3 -0
- gemma-3-4b-it.Q3_K_L.gguf +3 -0
- gemma-3-4b-it.Q3_K_M.gguf +3 -0
- gemma-3-4b-it.Q3_K_S.gguf +3 -0
- gemma-3-4b-it.Q4_K_M.gguf +3 -0
- gemma-3-4b-it.Q4_K_S.gguf +3 -0
- gemma-3-4b-it.Q5_K_M.gguf +3 -0
- gemma-3-4b-it.Q5_K_S.gguf +3 -0
- gemma-3-4b-it.Q6_K.gguf +3 -0
- gemma-3-4b-it.Q8_0.gguf +3 -0
- gemma-3-4b-it.fp16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,14 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
gemma-3-4b-it.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gemma-3-4b-it.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gemma-3-4b-it.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
gemma-3-4b-it.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
gemma-3-4b-it.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gemma-3-4b-it.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
gemma-3-4b-it.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
gemma-3-4b-it.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
gemma-3-4b-it.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
gemma-3-4b-it.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
gemma-3-4b-it.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: google/gemma-3-4b-it
|
| 3 |
+
inference: false
|
| 4 |
+
model_creator: google
|
| 5 |
+
model_name: gemma-3-4b-it-GGUF
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
quantized_by: MaziyarPanahi
|
| 8 |
+
tags:
|
| 9 |
+
- quantized
|
| 10 |
+
- 2-bit
|
| 11 |
+
- 3-bit
|
| 12 |
+
- 4-bit
|
| 13 |
+
- 5-bit
|
| 14 |
+
- 6-bit
|
| 15 |
+
- 8-bit
|
| 16 |
+
- GGUF
|
| 17 |
+
- text-generation
|
| 18 |
+
---
|
| 19 |
+
# [MaziyarPanahi/gemma-3-4b-it-GGUF](https://huggingface.co/MaziyarPanahi/gemma-3-4b-it-GGUF)
|
| 20 |
+
- Model creator: [google](https://huggingface.co/google)
|
| 21 |
+
- Original model: [google/gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it)
|
| 22 |
+
|
| 23 |
+
## Description
|
| 24 |
+
[MaziyarPanahi/gemma-3-4b-it-GGUF](https://huggingface.co/MaziyarPanahi/gemma-3-4b-it-GGUF) contains GGUF format model files for [google/gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it).
|
| 25 |
+
|
| 26 |
+
### About GGUF
|
| 27 |
+
|
| 28 |
+
GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
|
| 29 |
+
|
| 30 |
+
Here is an incomplete list of clients and libraries that are known to support GGUF:
|
| 31 |
+
|
| 32 |
+
* [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
|
| 33 |
+
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
|
| 34 |
+
* [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023.
|
| 35 |
+
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
|
| 36 |
+
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
|
| 37 |
+
* [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
|
| 38 |
+
* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
|
| 39 |
+
* [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
|
| 40 |
+
* [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
|
| 41 |
+
* [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models.
|
| 42 |
+
|
| 43 |
+
## Special thanks
|
| 44 |
+
|
| 45 |
+
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|
gemma-3-4b-it.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84b22e333056dbd775c1d1a6045bb3e36164ebcd4e0bcd556038635705230093
|
| 3 |
+
size 1729028288
|
gemma-3-4b-it.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af8d9ed1263f59bc3e3d98cf701af2bc5c5173d05c0a1b14a3c66f1ef4bd2d16
|
| 3 |
+
size 2235949248
|
gemma-3-4b-it.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71a697c498cf1516ed0499b38393bbb2f5d0016977f4fd867b0eff5a47464676
|
| 3 |
+
size 2098323648
|
gemma-3-4b-it.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbdc5d5c54f33baf8ea5583adddfbb3643e143320f9ebe8bc1cae6ed253df89e
|
| 3 |
+
size 1937227968
|
gemma-3-4b-it.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49811e1e049bffbf1d5e4fb1887bc983013872457ac22dc6f77697e04ac6ff43
|
| 3 |
+
size 2489757888
|
gemma-3-4b-it.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6415802e8158ff8db48568ead478f9eb39f28a3b5789bd367d2957d0d4b8421
|
| 3 |
+
size 2377793728
|
gemma-3-4b-it.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88db94faf9cc04e9b61dd7b72c659b385c96efc0ce71d1e7def5119891efe99d
|
| 3 |
+
size 2829562048
|
gemma-3-4b-it.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d706f36645130c17dd8d23b87141420a7ab6133859d85d33bbd9802fb6517f1a
|
| 3 |
+
size 2764456128
|
gemma-3-4b-it.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b6e29ca2fb57f14c80ed7efa71acb05f28ea690d383bb51cf3feb2d1ed1e242
|
| 3 |
+
size 3190603968
|
gemma-3-4b-it.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adb27cb13655dc02df1cdc193264b95f535c3d7cc0e3f987fd850c7e730071f2
|
| 3 |
+
size 4130226368
|
gemma-3-4b-it.fp16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:076f23125166bdca26802ee39c900ac6f9a50f376aebb9d522236daf2cbd7dd4
|
| 3 |
+
size 7767474368
|