Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +69 -0
- kollama2-7b-v0.4-Q2_K.gguf +3 -0
- kollama2-7b-v0.4-Q3_K_L.gguf +3 -0
- kollama2-7b-v0.4-Q3_K_M.gguf +3 -0
- kollama2-7b-v0.4-Q3_K_S.gguf +3 -0
- kollama2-7b-v0.4-Q4_0.gguf +3 -0
- kollama2-7b-v0.4-Q4_K_M.gguf +3 -0
- kollama2-7b-v0.4-Q4_K_S.gguf +3 -0
- kollama2-7b-v0.4-Q5_0.gguf +3 -0
- kollama2-7b-v0.4-Q5_K_M.gguf +3 -0
- kollama2-7b-v0.4-Q5_K_S.gguf +3 -0
- kollama2-7b-v0.4-Q6_K.gguf +3 -0
- kollama2-7b-v0.4-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 |
+
kollama2-7b-v0.4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
kollama2-7b-v0.4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
kollama2-7b-v0.4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
kollama2-7b-v0.4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
kollama2-7b-v0.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
kollama2-7b-v0.4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
kollama2-7b-v0.4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
kollama2-7b-v0.4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
kollama2-7b-v0.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
kollama2-7b-v0.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
kollama2-7b-v0.4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
kollama2-7b-v0.4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: eclipsemint/kollama2-7b-v0.4
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
---
|
7 |
+
|
8 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
9 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
10 |
+
</div>
|
11 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
12 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
13 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
14 |
+
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>
|
15 |
+
</p>
|
16 |
+
</div>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
## eclipsemint/kollama2-7b-v0.4 - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [eclipsemint/kollama2-7b-v0.4](https://huggingface.co/eclipsemint/kollama2-7b-v0.4).
|
22 |
+
|
23 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
24 |
+
|
25 |
+
## Prompt template
|
26 |
+
|
27 |
+
```
|
28 |
+
|
29 |
+
```
|
30 |
+
|
31 |
+
## Model file specification
|
32 |
+
|
33 |
+
| Filename | Quant type | File Size | Description |
|
34 |
+
| -------- | ---------- | --------- | ----------- |
|
35 |
+
| [kollama2-7b-v0.4-Q2_K.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
|
36 |
+
| [kollama2-7b-v0.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
|
37 |
+
| [kollama2-7b-v0.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
|
38 |
+
| [kollama2-7b-v0.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
|
39 |
+
| [kollama2-7b-v0.4-Q4_0.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
40 |
+
| [kollama2-7b-v0.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
|
41 |
+
| [kollama2-7b-v0.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
|
42 |
+
| [kollama2-7b-v0.4-Q5_0.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
43 |
+
| [kollama2-7b-v0.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
|
44 |
+
| [kollama2-7b-v0.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
|
45 |
+
| [kollama2-7b-v0.4-Q6_K.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
|
46 |
+
| [kollama2-7b-v0.4-Q8_0.gguf](https://huggingface.co/tensorblock/kollama2-7b-v0.4-GGUF/tree/main/kollama2-7b-v0.4-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
|
47 |
+
|
48 |
+
|
49 |
+
## Downloading instruction
|
50 |
+
|
51 |
+
### Command line
|
52 |
+
|
53 |
+
Firstly, install Huggingface Client
|
54 |
+
|
55 |
+
```shell
|
56 |
+
pip install -U "huggingface_hub[cli]"
|
57 |
+
```
|
58 |
+
|
59 |
+
Then, downoad the individual model file the a local directory
|
60 |
+
|
61 |
+
```shell
|
62 |
+
huggingface-cli download tensorblock/kollama2-7b-v0.4-GGUF --include "kollama2-7b-v0.4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
63 |
+
```
|
64 |
+
|
65 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
66 |
+
|
67 |
+
```shell
|
68 |
+
huggingface-cli download tensorblock/kollama2-7b-v0.4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
69 |
+
```
|
kollama2-7b-v0.4-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f53cdb2f2fb97b91f3ca2886620580db71d24f5ec9a025d7efeab9152e7d366a
|
3 |
+
size 2532864064
|
kollama2-7b-v0.4-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11d85e6b1ff18902a79d556f64404502e3e5730b9c191ab2d7a1a050f2add84e
|
3 |
+
size 3597111360
|
kollama2-7b-v0.4-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34feefcf2a0df25ddcce2c31d040143c455c69abdb09e57d6cbbefce6e33aec4
|
3 |
+
size 3298005056
|
kollama2-7b-v0.4-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5564c18b9065ca908dcfefadf52e994a26a776354e9e9156a84f27cea6729121
|
3 |
+
size 2948304960
|
kollama2-7b-v0.4-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb889599ebcb9b047e7d19e273bd0c3521cde395e7589fdae047240bee836781
|
3 |
+
size 3825807424
|
kollama2-7b-v0.4-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03fabfc0814c06c9df1d5f8c4f2995f9eaf0bb5e821fc350446112848f117697
|
3 |
+
size 4081004608
|
kollama2-7b-v0.4-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6737473211a348f9508e103b103d1a14c8f1343b389d0ba1e7aad10cd62f62b6
|
3 |
+
size 3856740416
|
kollama2-7b-v0.4-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c300fb7f781cce38e1eed99ce3addbb118d5c8423aa3f2fb4b77a21c1e91511
|
3 |
+
size 4651692096
|
kollama2-7b-v0.4-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e245354bc96fde17d33d54ac4255fd3132b35514fa212dedaacf3b372118dee
|
3 |
+
size 4783157312
|
kollama2-7b-v0.4-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fb120ebcb1f6844e149320fa07168f3d3592217b849308412e5e2324485faf0
|
3 |
+
size 4651692096
|
kollama2-7b-v0.4-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:507c35cd6d541f46741e54e05d13cfbd2941b44852d40de7aba627989e198fcc
|
3 |
+
size 5529194560
|
kollama2-7b-v0.4-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:022c7c99820c5d8316574f182646c8806ad18179d5a3406bcb6ec7425331a966
|
3 |
+
size 7161090112
|