Upload folder using huggingface_hub

#1
.gitattributes CHANGED
@@ -33,3 +33,20 @@ 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
+ granite-3.0-2b-instruct-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
37
+ granite-3.0-2b-instruct.IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ granite-3.0-2b-instruct.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
39
+ granite-3.0-2b-instruct.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
40
+ granite-3.0-2b-instruct.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ granite-3.0-2b-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ granite-3.0-2b-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
43
+ granite-3.0-2b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
44
+ granite-3.0-2b-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ granite-3.0-2b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ granite-3.0-2b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
47
+ granite-3.0-2b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
48
+ granite-3.0-2b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
49
+ granite-3.0-2b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
50
+ granite-3.0-2b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
51
+ granite-3.0-2b-instruct.fp16.gguf filter=lfs diff=lfs merge=lfs -text
52
+ granite-3.0-2b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - quantized
4
+ - 2-bit
5
+ - 3-bit
6
+ - 4-bit
7
+ - 5-bit
8
+ - 6-bit
9
+ - 8-bit
10
+ - GGUF
11
+ - text-generation
12
+ - text-generation
13
+ model_name: granite-3.0-2b-instruct-GGUF
14
+ base_model: ibm-granite/granite-3.0-2b-instruct
15
+ inference: false
16
+ model_creator: ibm-granite
17
+ pipeline_tag: text-generation
18
+ quantized_by: MaziyarPanahi
19
+ ---
20
+ # [MaziyarPanahi/granite-3.0-2b-instruct-GGUF](https://huggingface.co/MaziyarPanahi/granite-3.0-2b-instruct-GGUF)
21
+ - Model creator: [ibm-granite](https://huggingface.co/ibm-granite)
22
+ - Original model: [ibm-granite/granite-3.0-2b-instruct](https://huggingface.co/ibm-granite/granite-3.0-2b-instruct)
23
+
24
+ ## Description
25
+ [MaziyarPanahi/granite-3.0-2b-instruct-GGUF](https://huggingface.co/MaziyarPanahi/granite-3.0-2b-instruct-GGUF) contains GGUF format model files for [ibm-granite/granite-3.0-2b-instruct](https://huggingface.co/ibm-granite/granite-3.0-2b-instruct).
26
+
27
+ ### About GGUF
28
+
29
+ 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.
30
+
31
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
32
+
33
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
34
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
35
+ * [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.
36
+ * [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.
37
+ * [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.
38
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
39
+ * [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.
40
+ * [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.
41
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
42
+ * [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.
43
+
44
+ ## Special thanks
45
+
46
+ 🙏 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.
granite-3.0-2b-instruct-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb1274388c4dfdacf32686eee1b2786c931cbe05965f6bb5eec05a2141927d0
3
+ size 3286074
granite-3.0-2b-instruct.IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f9a39020c84c11923aafdd91e2519df17b0e512bfa410466b9a7d12622f2ab
3
+ size 666948320
granite-3.0-2b-instruct.IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c54aec523fe8cf71ecf08020ef468f3d3e50bd48668b6c9b965099e192669e
3
+ size 616813280
granite-3.0-2b-instruct.IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceef7154e357ae1442562dcd28d61a156cfb141c55b8e0de9e351ed563161b39
3
+ size 822596320
granite-3.0-2b-instruct.IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a27ceebcb8b487d9604f5a0e0414a9d1b5ced6ff2095104826001e6d85f8d4f
3
+ size 1122097312
granite-3.0-2b-instruct.IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87ee852fb4acdb97e993f65ffae518a1f725cbea468c1be0fd5f2f077cfb2d5
3
+ size 1437391616
granite-3.0-2b-instruct.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf6d02a1d533387ac1756f84252eeff2f531161a64948fd3cacb054a8c1eb73
3
+ size 1011275296
granite-3.0-2b-instruct.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28828d9ef5e334264ef7b0d284358d5b65f0fc20ce2b224c0071787af3986ca6
3
+ size 1400625312
granite-3.0-2b-instruct.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afa2001d1fab2c71ec0305552e3761dac349daaf99dd28a3b86e780b047c232
3
+ size 1294981280
granite-3.0-2b-instruct.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c0f1138ce2ba847cc8d9424ddf4e447ad7a9c14bc75ffa8876d409923786c5
3
+ size 1173543072
granite-3.0-2b-instruct.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74bb4327dc08fbdf2bb611a691b785c332d92b433381448101fdb03f0ea0a81a
3
+ size 1601919936
granite-3.0-2b-instruct.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae7d4f01686b18d225eb38611f696d2c805bce39a1506e25cce36dbc93e47b3
3
+ size 1521015744
granite-3.0-2b-instruct.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77fbb524d55e7e175ac52578458568f0033445873ca8b7b33da6b372c3501b38
3
+ size 1874026176
granite-3.0-2b-instruct.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f34ad73d8c6c18f353d5b4f450a9a04a5b5d716c2a67d6e8ec4ef4ed8c238bc9
3
+ size 1826676416
granite-3.0-2b-instruct.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23590240036ef86aef6d2e2db5f2e4f68f255414a21b7ce4e5d8d3f21584241f
3
+ size 2163139072
granite-3.0-2b-instruct.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7801b75ab9191927be3bb819d3ccabd44e453268f8059c249d71557df3d4298d
3
+ size 2801069440
granite-3.0-2b-instruct.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadfaaa712a285fd03c70ceb6baa7ab7e41b251344e3a28b1311f90fe2a62ee5
3
+ size 5270477216