MaziyarPanahi commited on
Commit
559751a
1 Parent(s): 4adcc76

Upload folder using huggingface_hub (#1)

Browse files

- 86036b74e69467f87cc8944cadbd9db0643c10442612af49aed691e893de3644 (104f62c74bcd808dcac875aee1e5a7eed2074de8)
- 7f1d60e6d64c3a33aeba49167b110a3e94e4216c83cfe9c894c49c43e63ad933 (5e927b5874c0709e04df445c1c7e34c071e6319a)
- 2e886bb6c125958ba3a3b7b6ddd4718cebb51b5bc2f8f6097033281557228a47 (f71fcc84a5bc8d0e3593776a14e2a6c8568b3394)
- 57c3a7dcab6b3b62c0ccb9348044350c83cbb80c1c28ec922854c1efdeac0918 (ae14b2776d76024ceb5bd8dfb50beacf68a1b1c2)
- fafa62e15d8b22f1bc6f5c0a773490db16878c96ac86c1ee8cd140b8eec78132 (ace6b354a10008082ac02242baf62e83197459e5)
- a5de36bba7df083e79f470416bc1b14252756d651a71f8b1c1cded6f24c4848e (f5a0b714638283e8b7f8e2ca297d8bc1be4cafff)

.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
+ moxin-llm-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ moxin-llm-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ moxin-llm-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ moxin-llm-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ moxin-llm-7b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ moxin-llm-7b-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: moxin-org/moxin-llm-7b
3
+ inference: false
4
+ model_creator: moxin-org
5
+ model_name: moxin-llm-7b-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/moxin-llm-7b-GGUF](https://huggingface.co/MaziyarPanahi/moxin-llm-7b-GGUF)
20
+ - Model creator: [moxin-org](https://huggingface.co/moxin-org)
21
+ - Original model: [moxin-org/moxin-llm-7b](https://huggingface.co/moxin-org/moxin-llm-7b)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/moxin-llm-7b-GGUF](https://huggingface.co/MaziyarPanahi/moxin-llm-7b-GGUF) contains GGUF format model files for [moxin-org/moxin-llm-7b](https://huggingface.co/moxin-org/moxin-llm-7b).
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.
moxin-llm-7b-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b9fdaea361dbcfc76da2df6691142e9eb8424706e7dd91469ca5a4bdabfb5d
3
+ size 5611670
moxin-llm-7b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ec4442a15e853a4bc696a3e5632e3153bf2e1e7147ce67a52995ce427f4e02
3
+ size 5748040000
moxin-llm-7b.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4204dc7296d9c78e22e74b7184cac3cd49e82c767bbdd16ef283a9dc3beb34f9
3
+ size 5597634880
moxin-llm-7b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fd37436fa120acfb10875ad9ecbe0601e673f67555c92fc338473c08468f80
3
+ size 6657851712
moxin-llm-7b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3deaf2f42616afa8ebf3ad23332df6ee2117a7ed8554bb3cc5f7bd5229ca17
3
+ size 8622932288
moxin-llm-7b.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94676f786c9a17a16f4db1b2e876acdafaec2c2df568f6cf5cd61ddce75b84c3
3
+ size 16229695584