Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +82 -0
- codellama-7b-Q2_K.gguf +3 -0
- codellama-7b-Q3_K_L.gguf +3 -0
- codellama-7b-Q3_K_M.gguf +3 -0
- codellama-7b-Q3_K_S.gguf +3 -0
- codellama-7b-Q4_0.gguf +3 -0
- codellama-7b-Q4_K_M.gguf +3 -0
- codellama-7b-Q4_K_S.gguf +3 -0
- codellama-7b-Q5_0.gguf +3 -0
- codellama-7b-Q5_K_M.gguf +3 -0
- codellama-7b-Q5_K_S.gguf +3 -0
- codellama-7b-Q6_K.gguf +3 -0
- codellama-7b-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ 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 |
+
codellama-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
codellama-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
codellama-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
codellama-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
codellama-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
codellama-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
codellama-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
codellama-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
codellama-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
codellama-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
codellama-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
codellama-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- unsloth
|
8 |
+
- transformers
|
9 |
+
- codellama
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
12 |
+
base_model: unsloth/codellama-7b
|
13 |
+
---
|
14 |
+
|
15 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
16 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
17 |
+
</div>
|
18 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
19 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
20 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
21 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
22 |
+
</p>
|
23 |
+
</div>
|
24 |
+
</div>
|
25 |
+
|
26 |
+
## unsloth/codellama-7b - GGUF
|
27 |
+
|
28 |
+
This repo contains GGUF format model files for [unsloth/codellama-7b](https://huggingface.co/unsloth/codellama-7b).
|
29 |
+
|
30 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
31 |
+
|
32 |
+
<div style="text-align: left; margin: 20px 0;">
|
33 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
34 |
+
Run them on the TensorBlock client using your local machine ↗
|
35 |
+
</a>
|
36 |
+
</div>
|
37 |
+
|
38 |
+
## Prompt template
|
39 |
+
|
40 |
+
```
|
41 |
+
|
42 |
+
```
|
43 |
+
|
44 |
+
## Model file specification
|
45 |
+
|
46 |
+
| Filename | Quant type | File Size | Description |
|
47 |
+
| -------- | ---------- | --------- | ----------- |
|
48 |
+
| [codellama-7b-Q2_K.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
|
49 |
+
| [codellama-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
|
50 |
+
| [codellama-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
|
51 |
+
| [codellama-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
|
52 |
+
| [codellama-7b-Q4_0.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
53 |
+
| [codellama-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
|
54 |
+
| [codellama-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
|
55 |
+
| [codellama-7b-Q5_0.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
56 |
+
| [codellama-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
|
57 |
+
| [codellama-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
|
58 |
+
| [codellama-7b-Q6_K.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
|
59 |
+
| [codellama-7b-Q8_0.gguf](https://huggingface.co/tensorblock/codellama-7b-GGUF/blob/main/codellama-7b-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
|
60 |
+
|
61 |
+
|
62 |
+
## Downloading instruction
|
63 |
+
|
64 |
+
### Command line
|
65 |
+
|
66 |
+
Firstly, install Huggingface Client
|
67 |
+
|
68 |
+
```shell
|
69 |
+
pip install -U "huggingface_hub[cli]"
|
70 |
+
```
|
71 |
+
|
72 |
+
Then, downoad the individual model file the a local directory
|
73 |
+
|
74 |
+
```shell
|
75 |
+
huggingface-cli download tensorblock/codellama-7b-GGUF --include "codellama-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
76 |
+
```
|
77 |
+
|
78 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
79 |
+
|
80 |
+
```shell
|
81 |
+
huggingface-cli download tensorblock/codellama-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
82 |
+
```
|
codellama-7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dbc3587c692aa8bdf30647ac42618b2104c59cb5b93181cc032a6061b1b5066
|
3 |
+
size 2532940032
|
codellama-7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4bcdff1e717f998bd2a78d23d464af43420a471974f17830a6b2bf6bbe453d0
|
3 |
+
size 3597193984
|
codellama-7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b86f6cee5021ea28d12e8bcc1872c0d6817052da39b61e7d945c0e793f90e265
|
3 |
+
size 3298087680
|
codellama-7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728521e3c06c6a946b03b8c9ec17d93ae5038d17afbda690b324ff5476000675
|
3 |
+
size 2948387584
|
codellama-7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3f6ec6d8e61310d2b207b291b495390d3856a1447e181ddea6c6a9274c903e4
|
3 |
+
size 3825898752
|
codellama-7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f2c271263a9ec993ed6e36e7e2d1ecbeed4e997df58c1adddb6e1b4b6aca080
|
3 |
+
size 4081095936
|
codellama-7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe278da163f9b595918dd33aa32fce824f5bf6d12925eb3924105b63b753eafc
|
3 |
+
size 3856831744
|
codellama-7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dca30ded3e25dd2f7845b930166c887196bf51fc99323b8fd59de396f2dc7bdb
|
3 |
+
size 4651791616
|
codellama-7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0029b3545e7204484b6b0360ee6632e377a4a4a74765786683bdc74f487b2216
|
3 |
+
size 4783256832
|
codellama-7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:837a095a99ac08ab54aa3d901e6216a43c062fe7d577e0ddcaba8f5b44a1b76b
|
3 |
+
size 4651791616
|
codellama-7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e4f00ca26791c0af9390e9fd69d8a6cdc18c58d126842119de29aad6b304955
|
3 |
+
size 5529302784
|
codellama-7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:847ce4e09f7d920a9524c046c82bcf75531adcae4ed3e53ad50310f92183c2aa
|
3 |
+
size 7161230080
|