MaziyarPanahi commited on
Commit
d23cef7
·
verified ·
1 Parent(s): 87e0f63

Upload folder using huggingface_hub (#1)

Browse files

- 60cbd93c9935f0f0e9127c2c05a21a372f062512ac191185be050676cda9453b (457b79206504e06e08b3052ba8270290073d129d)
- cea2bdc022d7e0323e5358814dde11e868e72911dae20b16620b855abbeb4652 (2a679e7103252a1bd36cb866f9790b7524ac9f18)
- fc24e4d84da8f5d5187296d21fc9604d40cd00bbbefd64851692cab54258f5d7 (ed04e6208ae949df7f2e7a4993a94811abae8360)
- 6fe17c60603d3f2aca78bf2d7218b0783cc9e65cd94baca45909d42fa97f6346 (5953fd9a15d651a9df5f97440a583b2b182c5e63)
- 7a3187ec432705b1f9c8aeb38b47ef3cd9aaa5544085b42a5f201dca9494d673 (7c1d55132d5bea3652c05021fb970e0f18626338)
- a38abb06a1c99e1cb2b68b79908962b043d93c11d668fa5031ce6570d0e62ff3 (5e277f945f4668a49e0657bcfb33e3206909cf88)
- 30e8bc9bb27d09ece39673f93ee83104f261829851a04eb4d213004070f18639 (63c1692f35b310e3860a7c56e1e52cdcd60aa9cc)

.gitattributes CHANGED
@@ -33,3 +33,10 @@ 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
+ badger-lambda-llama-3-8b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ badger-lambda-llama-3-8b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ badger-lambda-llama-3-8b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
39
+ badger-lambda-llama-3-8b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
40
+ badger-lambda-llama-3-8b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ badger-lambda-llama-3-8b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
42
+ badger-lambda-llama-3-8b-GGUF_imatrix.dat 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: badger-lambda-llama-3-8b-GGUF
14
+ base_model: maldv/badger-lambda-llama-3-8b
15
+ inference: false
16
+ model_creator: maldv
17
+ pipeline_tag: text-generation
18
+ quantized_by: MaziyarPanahi
19
+ ---
20
+ # [MaziyarPanahi/badger-lambda-llama-3-8b-GGUF](https://huggingface.co/MaziyarPanahi/badger-lambda-llama-3-8b-GGUF)
21
+ - Model creator: [maldv](https://huggingface.co/maldv)
22
+ - Original model: [maldv/badger-lambda-llama-3-8b](https://huggingface.co/maldv/badger-lambda-llama-3-8b)
23
+
24
+ ## Description
25
+ [MaziyarPanahi/badger-lambda-llama-3-8b-GGUF](https://huggingface.co/MaziyarPanahi/badger-lambda-llama-3-8b-GGUF) contains GGUF format model files for [maldv/badger-lambda-llama-3-8b](https://huggingface.co/maldv/badger-lambda-llama-3-8b).
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.
badger-lambda-llama-3-8b-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258aadaf4c6df429184523d8193742bde47273914558e3b82821bf515d78b13e
3
+ size 4988146
badger-lambda-llama-3-8b.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2733898381229b62125dc84e3d84546e702abca76c3debd32fc200df717ff94e
3
+ size 4920734528
badger-lambda-llama-3-8b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc6a7392fd72e2326ddd2f2bd79d5162fff4f9d5bce9099b2b6aa211ac9bdca
3
+ size 5732987712
badger-lambda-llama-3-8b.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c12e444cec2f49a5242a93b3542f178d7f932a0abe4352981eeb88441bb303
3
+ size 5599294272
badger-lambda-llama-3-8b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd0f37b5f2fd25f1d1a3eab5d00684f4978b4435258422f9532a555768efeb4
3
+ size 6596006720
badger-lambda-llama-3-8b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abf1b265046d6ef7f0555f351d5077a75ac7dcf3b39706f94eefe36741247a9
3
+ size 8540771136
badger-lambda-llama-3-8b.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe9ac0e59dab0f52a1fe3bc701d69754f30d2386b30e09b5e069ceb4fd55d73
3
+ size 16068891232