morriszms commited on
Commit
4cb2db1
·
verified ·
1 Parent(s): 8fc1eb4

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
+ llama2-7b-n-ox-test-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-n-ox-test-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-n-ox-test-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-n-ox-test-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-n-ox-test-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-n-ox-test-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-n-ox-test-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-n-ox-test-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-n-ox-test-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-n-ox-test-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-n-ox-test-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-n-ox-test-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: oopsung/llama2-7b-n-ox-test-v1
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
+ ## oopsung/llama2-7b-n-ox-test-v1 - GGUF
20
+
21
+ This repo contains GGUF format model files for [oopsung/llama2-7b-n-ox-test-v1](https://huggingface.co/oopsung/llama2-7b-n-ox-test-v1).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [llama2-7b-n-ox-test-v1-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q2_K.gguf) | Q2_K | 2.601 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama2-7b-n-ox-test-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q3_K_S.gguf) | Q3_K_S | 3.022 GB | very small, high quality loss |
43
+ | [llama2-7b-n-ox-test-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q3_K_M.gguf) | Q3_K_M | 3.372 GB | very small, high quality loss |
44
+ | [llama2-7b-n-ox-test-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q3_K_L.gguf) | Q3_K_L | 3.671 GB | small, substantial quality loss |
45
+ | [llama2-7b-n-ox-test-v1-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q4_0.gguf) | Q4_0 | 3.907 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama2-7b-n-ox-test-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q4_K_S.gguf) | Q4_K_S | 3.938 GB | small, greater quality loss |
47
+ | [llama2-7b-n-ox-test-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q4_K_M.gguf) | Q4_K_M | 4.163 GB | medium, balanced quality - recommended |
48
+ | [llama2-7b-n-ox-test-v1-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q5_0.gguf) | Q5_0 | 4.741 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama2-7b-n-ox-test-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q5_K_S.gguf) | Q5_K_S | 4.741 GB | large, low quality loss - recommended |
50
+ | [llama2-7b-n-ox-test-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q5_K_M.gguf) | Q5_K_M | 4.872 GB | large, very low quality loss - recommended |
51
+ | [llama2-7b-n-ox-test-v1-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q6_K.gguf) | Q6_K | 5.626 GB | very large, extremely low quality loss |
52
+ | [llama2-7b-n-ox-test-v1-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-n-ox-test-v1-GGUF/blob/main/llama2-7b-n-ox-test-v1-Q8_0.gguf) | Q8_0 | 7.286 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/llama2-7b-n-ox-test-v1-GGUF --include "llama2-7b-n-ox-test-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llama2-7b-n-ox-test-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama2-7b-n-ox-test-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604e322665fc62da75923cf372054c78461b1767eef7dd1728ba738499e992a7
3
+ size 2600652640
llama2-7b-n-ox-test-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588ef139a3aa5c0f0a21f864aaf8adf05c4dae3263d94aefb717d5b9f00c5321
3
+ size 3670863712
llama2-7b-n-ox-test-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8a404280f436c95878ec9573fcff05831f31956ac619a4469fbda574e642c5
3
+ size 3371757408
llama2-7b-n-ox-test-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd57b38ee20fdfd1ba1098e1cddd67e24ec4e418e84e58c2ba722bff32b748a
3
+ size 3022057312
llama2-7b-n-ox-test-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab15f99574620e0bdb8939bda2c253d0a83f6c2504f81e1be9203a6127a52dbf
3
+ size 3907358560
llama2-7b-n-ox-test-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53b2f6caf615c5da213467dacd03c598fb2cb90616f3af275427a240ad2c90c
3
+ size 4162555744
llama2-7b-n-ox-test-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ef3588c38dfa3faf91a7846081dd587e56b0e7113a3394ac9a0e176866c630
3
+ size 3938291552
llama2-7b-n-ox-test-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f2b272d87a0d82c6a3f4a5d736fe69e020e9bd8a5075335455199a74709168
3
+ size 4740583264
llama2-7b-n-ox-test-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4001ad842c9656fed256869f3940673c9da1553f830486fd2895b5312f1cef
3
+ size 4872048480
llama2-7b-n-ox-test-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f64fc6ac7ee882f8c325ed356601bfdff80d26f09f8ac37f42bad65c35905ac
3
+ size 4740583264
llama2-7b-n-ox-test-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54d49a32c90d8711dc5c840c3e92f18c085ea17bd9c9f6630090cfa80409e99
3
+ size 5625884512
llama2-7b-n-ox-test-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f457b1c57aa7b06ebdc691f1ac5699bc7e7f11319db8733f5171fdd1051e7546
3
+ size 7286222688