morriszms commited on
Commit
797f80e
·
verified ·
1 Parent(s): b8b898a

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-2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: apache-2.0
6
+ tags:
7
+ - unsloth
8
+ - transformers
9
+ - llama
10
+ - llama-2
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: unsloth/llama-2-7b
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## unsloth/llama-2-7b - GGUF
28
+
29
+ This repo contains GGUF format model files for [unsloth/llama-2-7b](https://huggingface.co/unsloth/llama-2-7b).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [llama-2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [llama-2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
51
+ | [llama-2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
52
+ | [llama-2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
53
+ | [llama-2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [llama-2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
55
+ | [llama-2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
56
+ | [llama-2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [llama-2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
58
+ | [llama-2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
59
+ | [llama-2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
60
+ | [llama-2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-GGUF/blob/main/llama-2-7b-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/llama-2-7b-GGUF --include "llama-2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/llama-2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
llama-2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ad9b8d062a109bb603330cd6d313499d86942aeaff8f8c6b94c25d8adce11cd
3
+ size 2532864320
llama-2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c010c3f6978824477a3b4ae334baaa987f61c7a4eedda5802ef1e98b66c85d3
3
+ size 3597111616
llama-2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77fff21f376c2bce276624628db8c318b813c2c0033428a1225b783d4932feb1
3
+ size 3298005312
llama-2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f63d7e80a8a64a07737ac36f3c9a6bab4430b33d34594486da3fcb74fdb468c
3
+ size 2948305216
llama-2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565553fb5f2f2db4c8600be41720457f50c5f9408891fbe739ba55938bc71204
3
+ size 3825807680
llama-2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2791cab50ad8bf3e3238b87c1b32bd95cf17618d69711a3d7cb096a6c896e2a3
3
+ size 4081004864
llama-2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db1ecd043249d6bfd74436e38e3b707577030f706bb56f77cfd3f403a98a33e
3
+ size 3856740672
llama-2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197dec7dbc7c3b89c602ea3ad8ba0dff2329a8a74d5b2e405ee01109a7594d60
3
+ size 4651692352
llama-2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cfea762913b05d6ff92b9fda2e58f4be69007bf759a2546bdeeda08c245eb17
3
+ size 4783157568
llama-2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905b7926109ecbcf9c888590ef07acfe6bb18aa48965cb7586e19cdb7d73363b
3
+ size 4651692352
llama-2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bceefd58509d6d8160fa71456ed9978cdac77e9610d4a1ad5c41be4f8dcbbb61
3
+ size 5529194816
llama-2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee13e90c7f8957b07b5d92d5f3a2bb6c0f92379757cbe22d0a3556b29227bef
3
+ size 7161090368