MaziyarPanahi commited on
Commit
5677e2d
1 Parent(s): 5106b5d

Upload folder using huggingface_hub (#1)

Browse files

- 838a5c314d8901638693c5c3832f73f4c6eb2a16efc972cda091fb5197e1bc47 (48b606d8c99f9bf9c74dee180cade5e815498952)
- d061de9720157b9dfc426d4982190f25ee665c54eaa6c60e52b68045fcefbd9b (a9dc5d2558a78d21275e6774a922e07b89e7d2d5)
- 031d1e3e6b67280cc0b32dfd798ca3f2011473fa18614b25b7c2f500b7ff1754 (8b3c757ac2cc514cad64bab59dec2c0a3e63766f)
- dae37b3475bea28551332c53da51ea2bc2a59aa217445577d5eca11665411255 (feff6b78fd0e911a2115adc63b7e171122595550)
- 1eeace3079d9a07c4203d6e4ef08ad2131712c18483fa21c6d7229a4ed0ea91a (0d740d5d43875bd73155b99034e1b8c30a2cd4ea)
- bb5dc188d566fee732c4c6f3466f40532ea78a8349fccfcaa092b642003a4bc1 (601b6433365e9d74fa36819db0c40016bdba4ab7)
- a03c2543c3a80c7c96a5dcf881e95a96429cb4bba43103e5b595d566fe1f144c (221b7a8285a90239aec342701bf8667b6a1fe6e4)
- c8a57e666d54e3481a0373058efe9be740a0cf70093e2bbb32d6d48cfd0c6986 (aec45b9ba0845245e3e7329336050230c5cfb5d7)
- 9aa6f038f83658c6668815fa8a289a647e55f67907571f9c6eee39afdc7f2d5c (f4c884679f3ac28ad621a9446adfcb2feca9602c)
- f9f205144be16bd277451234b7d636dc2eef671cbbfcb04a7fd0750983a17878 (539489a998feb6f2c99decd217ab42ab4572f2e6)

.gitattributes CHANGED
@@ -33,3 +33,14 @@ 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
+ calme-3.2-baguette-3b-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
37
+ calme-3.2-baguette-3b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
38
+ calme-3.2-baguette-3b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
39
+ calme-3.2-baguette-3b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ calme-3.2-baguette-3b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ calme-3.2-baguette-3b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ calme-3.2-baguette-3b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ calme-3.2-baguette-3b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
44
+ calme-3.2-baguette-3b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
45
+ calme-3.2-baguette-3b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
46
+ calme-3.2-baguette-3b.Q4_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: calme-3.2-baguette-3b-GGUF
14
+ base_model: MaziyarPanahi/calme-3.2-baguette-3b
15
+ inference: false
16
+ model_creator: MaziyarPanahi
17
+ pipeline_tag: text-generation
18
+ quantized_by: MaziyarPanahi
19
+ ---
20
+ # [MaziyarPanahi/calme-3.2-baguette-3b-GGUF](https://huggingface.co/MaziyarPanahi/calme-3.2-baguette-3b-GGUF)
21
+ - Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
22
+ - Original model: [MaziyarPanahi/calme-3.2-baguette-3b](https://huggingface.co/MaziyarPanahi/calme-3.2-baguette-3b)
23
+
24
+ ## Description
25
+ [MaziyarPanahi/calme-3.2-baguette-3b-GGUF](https://huggingface.co/MaziyarPanahi/calme-3.2-baguette-3b-GGUF) contains GGUF format model files for [MaziyarPanahi/calme-3.2-baguette-3b](https://huggingface.co/MaziyarPanahi/calme-3.2-baguette-3b).
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.
calme-3.2-baguette-3b-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b61cb31d16f4353a40d06f2d500e8629e22131c102f6bc902d419539890edf53
3
+ size 3362966
calme-3.2-baguette-3b.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c3ac06754fbd65bc25ae3e92e8f1d3c70149bf6d08e256145a726eed4b81c91
3
+ size 1274899456
calme-3.2-baguette-3b.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef64ae80cda3575157db1cde416d0f2762fb21ebc8d830256747c46560ec8c37
3
+ size 1707535360
calme-3.2-baguette-3b.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb308e54ab5331a3d6de670acc313027a4212457bd98bf47abe19e4186f2efa
3
+ size 1590619136
calme-3.2-baguette-3b.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336f17f88b954ff5ac9afefca348360d0d09639129659d45ab0605631a7c6c7e
3
+ size 1930046464
calme-3.2-baguette-3b.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df341b9aca52afc685fe7d83d6fc6dfcedb17c4e6f84aa03e3823a4b6cd6045b
3
+ size 1834527744
calme-3.2-baguette-3b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8624e1cac6649f563fdf7f9616d67e74422b82057c2deb9c8789cbc1045bec0b
3
+ size 2224958464
calme-3.2-baguette-3b.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd5e79a255a67a2d8f84018040bd87c86e6d9b20afc77691fc967f1ea861b1c
3
+ size 2169809920
calme-3.2-baguette-3b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331ea1a256c8a8c6272fca8e64347033ac3c12110b19494046c23561f42e80a2
3
+ size 2538302464
calme-3.2-baguette-3b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:465e953e574b8d76eb8dbb2b27448965709aaddde179a81cfe3ad0438271eddd
3
+ size 3285485280
calme-3.2-baguette-3b.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960ee2d03636afd1aba948e2abaf2b3d9c24f28841b1fb7430c9e65b5d576590
3
+ size 6177805664