MaziyarPanahi
commited on
Commit
•
7e7e385
1
Parent(s):
65a6722
Upload folder using huggingface_hub (#1)
Browse files- c4ebde9c0eb2b3366e117ca24f2ca4c6e206758daa5533ac2fe8fad5e36f1bfc (d4537912d8553800fc283994f0887001e912aff8)
- 2983a778ecfb124b218ae1ef7807d962656e86bd9bfb690d13add194c66d4b9d (4ce51ee7d3e0e7123604ab61e663374c4030854f)
- c10a776c40a4f0572de8fe06d8c1324cf6daef51b379e926c6320caa28836706 (c2291eda92478bf1e25e06676a6761a0d952e896)
- dd2199c981e78465d3f2eb3ccf4654732a6b0e7989c5c58f9e7ee9fc06b5ad19 (b0dc367eeb318f48aad1a8831f630c7bc3d75eae)
- f5637148aefafd68eea3aaf3e1bcfeb4464f8ba3f392068e0c23be07be8b38df (71de8eeae945fec29baf78e7f104e78f3ad1e9fa)
- .gitattributes +4 -0
- README.md +45 -0
- calme-3.2-llamaloi-3b.Q5_K_M.gguf +3 -0
- calme-3.2-llamaloi-3b.Q6_K.gguf +3 -0
- calme-3.2-llamaloi-3b.Q8_0.gguf +3 -0
- calme-3.2-llamaloi-3b.fp16.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ 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-llamaloi-3b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
calme-3.2-llamaloi-3b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
calme-3.2-llamaloi-3b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
calme-3.2-llamaloi-3b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: MaziyarPanahi/calme-3.2-llamaloi-3b
|
3 |
+
inference: false
|
4 |
+
model_creator: MaziyarPanahi
|
5 |
+
model_name: calme-3.2-llamaloi-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/calme-3.2-llamaloi-3b-GGUF](https://huggingface.co/MaziyarPanahi/calme-3.2-llamaloi-3b-GGUF)
|
20 |
+
- Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
|
21 |
+
- Original model: [MaziyarPanahi/calme-3.2-llamaloi-3b](https://huggingface.co/MaziyarPanahi/calme-3.2-llamaloi-3b)
|
22 |
+
|
23 |
+
## Description
|
24 |
+
[MaziyarPanahi/calme-3.2-llamaloi-3b-GGUF](https://huggingface.co/MaziyarPanahi/calme-3.2-llamaloi-3b-GGUF) contains GGUF format model files for [MaziyarPanahi/calme-3.2-llamaloi-3b](https://huggingface.co/MaziyarPanahi/calme-3.2-llamaloi-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.
|
calme-3.2-llamaloi-3b.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd11e6a717008d0603b6da5faab2fa2ba18b376c5589245735340cfb0a8dabb9
|
3 |
+
size 2322154080
|
calme-3.2-llamaloi-3b.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8162323cdebbce159659cf72f739ccfd7b69837018c7071ebd4a09d2ef583e9a
|
3 |
+
size 2643853920
|
calme-3.2-llamaloi-3b.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfff0f6aeba8239a9c02fc3828745c287f0a97a6c80538ad8b104616e03b6ac6
|
3 |
+
size 3421899360
|
calme-3.2-llamaloi-3b.fp16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df63ba1b2441e6c1a67f4d282b6f830b260f4ab54142c44ef152c2e96d606b58
|
3 |
+
size 6433688160
|