morriszms commited on
Commit
ef4e35e
·
verified ·
1 Parent(s): d85bd01

Upload folder using huggingface_hub

Browse files
.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
+ llama-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: huggyllama/llama-7b
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## huggyllama/llama-7b - GGUF
21
+
22
+ This repo contains GGUF format model files for [huggyllama/llama-7b](https://huggingface.co/huggyllama/llama-7b).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ <s>[INST] <<SYS>>
30
+ {system_prompt}
31
+ <</SYS>>
32
+
33
+ {prompt} [/INST]
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [llama-7b-Q2_K.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [llama-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
42
+ | [llama-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
43
+ | [llama-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
44
+ | [llama-7b-Q4_0.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [llama-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
46
+ | [llama-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
47
+ | [llama-7b-Q5_0.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [llama-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
49
+ | [llama-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
50
+ | [llama-7b-Q6_K.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
51
+ | [llama-7b-Q8_0.gguf](https://huggingface.co/tensorblock/llama-7b-GGUF/tree/main/llama-7b-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
52
+
53
+
54
+ ## Downloading instruction
55
+
56
+ ### Command line
57
+
58
+ Firstly, install Huggingface Client
59
+
60
+ ```shell
61
+ pip install -U "huggingface_hub[cli]"
62
+ ```
63
+
64
+ Then, downoad the individual model file the a local directory
65
+
66
+ ```shell
67
+ huggingface-cli download tensorblock/llama-7b-GGUF --include "llama-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
68
+ ```
69
+
70
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/llama-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
llama-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb816c25cf02c2d61af21328ebc7f78952b79fc4e9336be1c08266012b41a2f
3
+ size 2532865600
llama-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f15d205e30338c35e171e652da52d7df85204d7e6c2bdf2173a62dd3134eb13
3
+ size 3597112896
llama-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53072451d4877f1a3549133d5eb2568c40e10156c67129328a17d7f6e2282c49
3
+ size 3298006592
llama-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef1d1286b665e32dba378256a22c634049301630107a57078b2f00f288c0cef
3
+ size 2948306496
llama-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df305b038cd64724b16c935ec5694a2c8981bbfb68555a2383ff04832080de4
3
+ size 3825808960
llama-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:638156f04598ee39228c301a7fc64289b4778d70c121acf7e8013147964c05fe
3
+ size 4081006144
llama-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2611f60d86df8ed8e7b4ba39f86596409163a5bdd59b8339bd5330d0a0c74c42
3
+ size 3856741952
llama-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7893a8c3dc9552c4d709fb95bd57559d62fef15af5ee9ccc932b8b4dfa81e572
3
+ size 4651693632
llama-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ff870907c611c63d3a411f06fae816a3fb37647770bf5ec2e0f767c8a438822
3
+ size 4783158848
llama-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c852e64b6a6419bc151ad016693be56fb787b4311198a51cad71b6a1653b49d8
3
+ size 4651693632
llama-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d185ba203758e005658bd274afb23cc0ea5f0b3acace513ba768872f4b8733c1
3
+ size 5529196096
llama-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6a41f9be3025a6e7e1e250baac3f989d8c9fea05545ced2e005cca19a108fc
3
+ size 7161091648