MaziyarPanahi commited on
Commit
0067b1b
·
verified ·
1 Parent(s): 633e146

Upload folder using huggingface_hub (#1)

Browse files

- b01ad70bc078324059bd6242951fde5c601ce56ea3fd5e38a1ad11d70e93deb6 (55c6a1fc5cd96608d5710f0edb9459b2c3295a73)
- 3c2e7126e0353cf1ab8b7aa2ab7d0ffbdcc2e3f4147eb513b44f60d85e917197 (2121b7e4c8ba09ecb1f90d00218a014af8fd1138)
- 331036c27bcc2784dee933de748930fe457c6c931d0ef85a53b84e72f757b660 (83f1b57364f04c51c4c8320c1ebe3e650a39127a)
- 4f4135f8062d2c371f0e62a10a3657970df67940f4668232a484a859657ad0b7 (2e5c8330ac801fd8a765075111dde2a70c7010bd)
- f8166306b0c30ca6346faf936d48262efcc2bbd8c8a0155a79cf99d7e7d16a43 (22e203e4a1aee504613ef744721aa14a1bb9c4a5)
- 7060555d3dd135c35ed81616425f33167b139308c5d5fb81be922bd31e6e109d (5a7acdf10100291fb8070bceaa331a5bedb9085c)

.gitattributes CHANGED
@@ -33,3 +33,9 @@ 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
+ light-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ light-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ light-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ light-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ light-3B.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ light-3B-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sakalti/light-3B
3
+ inference: false
4
+ model_creator: Sakalti
5
+ model_name: light-3B-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/light-3B-GGUF](https://huggingface.co/MaziyarPanahi/light-3B-GGUF)
20
+ - Model creator: [Sakalti](https://huggingface.co/Sakalti)
21
+ - Original model: [Sakalti/light-3B](https://huggingface.co/Sakalti/light-3B)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/light-3B-GGUF](https://huggingface.co/MaziyarPanahi/light-3B-GGUF) contains GGUF format model files for [Sakalti/light-3B](https://huggingface.co/Sakalti/light-3B).
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.
light-3B-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053db3acb1aa0a8469150df8b696ba9a6165c77a7327b32279dbad8077a73eba
3
+ size 3362966
light-3B.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a817bc0af239284b322b523d741bdfdafa36a5f24ea3d8991ab77c40dfa47d8c
3
+ size 2438740736
light-3B.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c85e3af678424b3e875371c0306acb991644d1711346592dd9f03f4df1f41e
3
+ size 2383592192
light-3B.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c86ad7da2efb5674961e2b340f7f33ae68678705ca5d1164a2ad99c22d83d0f
3
+ size 2793411328
light-3B.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53029a886ade201667b7b4183b490b8409ff521e88e5a4404ba8b79a673ec036
3
+ size 3616088832
light-3B.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cba8d9b0c405cd1677be158053ae9c23b349541dac5d8f25a2f07cb5de24e0
3
+ size 6800646688