MaziyarPanahi commited on
Commit
19c0ddd
·
verified ·
1 Parent(s): e5a5f1c

Upload folder using huggingface_hub (#1)

Browse files

- 3106e06d408a7919691dbcd116a4e5c015f96e2c1518991d2b390449fbcdf0e0 (604a66af9f315845ee4ce6fc0ba6afb791069388)
- a2a2ce13eae9f08bd55cfc3ecf1e4cf1537c02f3d639786c6a633aa8255154f1 (e5c5475de50c8db8f1c39c91c73dea8848840942)
- 12f175173b0f69ce133d14f0a1dff23226bee773c09386c5fcef0e81a8916e9a (abf2a4b21a71541feb9d4a757f79c8907d5c9fcf)
- bbf307a2e53cd6c6ffb19626326a734a240e425747c5a0739f3d6d0cd734507f (ee50a7377b53947e8e9be94f28a5fc97d8e11e50)
- b566ed23357e4269c0cdd107d656a2337ba2189f3bcc627dc79cfe646382e5de (18b5d3bb07761463233efdc7537954a11b84f97c)
- ca573dfe4e9d58fa6e4b88ed390ce19e0208a27e9ef254853329372cecddd3a5 (dd906dd859612a05ae6f7a882b80bbdf2695539d)

.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
+ UIGEN-7B-16bit.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ UIGEN-7B-16bit.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ UIGEN-7B-16bit.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ UIGEN-7B-16bit.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ UIGEN-7B-16bit.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ UIGEN-7B-16bit-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: smirki/UIGEN-7B-16bit
3
+ inference: false
4
+ model_creator: smirki
5
+ model_name: UIGEN-7B-16bit-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/UIGEN-7B-16bit-GGUF](https://huggingface.co/MaziyarPanahi/UIGEN-7B-16bit-GGUF)
20
+ - Model creator: [smirki](https://huggingface.co/smirki)
21
+ - Original model: [smirki/UIGEN-7B-16bit](https://huggingface.co/smirki/UIGEN-7B-16bit)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/UIGEN-7B-16bit-GGUF](https://huggingface.co/MaziyarPanahi/UIGEN-7B-16bit-GGUF) contains GGUF format model files for [smirki/UIGEN-7B-16bit](https://huggingface.co/smirki/UIGEN-7B-16bit).
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.
UIGEN-7B-16bit-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f442c2183ce97cd0fafe73c3f3adfdd60f60b4878ce84b8cda66163990d98b2
3
+ size 4536654
UIGEN-7B-16bit.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00623197f9478a511ae02d67f3635afc22f5ff2f7b5d00967fa4d9da9897c114
3
+ size 5444831968
UIGEN-7B-16bit.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2609956d09b0ce6e47338523da3dbbc54cd754b92c910004bf4b52bc43d95e94
3
+ size 5315177184
UIGEN-7B-16bit.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90ea2656d502bc0df1a372ecb70f7ed7170327d105a89a0378b0135b3a2aa5b
3
+ size 6254199520
UIGEN-7B-16bit.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37eec0b4b668aec48f0955e2cdcac92e05a082f08779a777b46739cf835f360b
3
+ size 8098525920
UIGEN-7B-16bit.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0502c4a6e4a33d341469cc50c6868b4644328526f3095f4b009cf737adf64e2d
3
+ size 15237853696