morriszms commited on
Commit
4ecf6cc
·
verified ·
1 Parent(s): ce65379

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-13b-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-13b-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-13b-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-13b-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-13b-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-13b-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-13b-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-13b-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-13b-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-13b-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-13b-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-13b-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jjourney1125/llama2-13b-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
+ ## jjourney1125/llama2-13b-v1 - GGUF
20
+
21
+ This repo contains GGUF format model files for [jjourney1125/llama2-13b-v1](https://huggingface.co/jjourney1125/llama2-13b-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 b4011](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-13b-v1-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama2-13b-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
43
+ | [llama2-13b-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
44
+ | [llama2-13b-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
45
+ | [llama2-13b-v1-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama2-13b-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
47
+ | [llama2-13b-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
48
+ | [llama2-13b-v1-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama2-13b-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
50
+ | [llama2-13b-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
51
+ | [llama2-13b-v1-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
52
+ | [llama2-13b-v1-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-13b-v1-GGUF/blob/main/llama2-13b-v1-Q8_0.gguf) | Q8_0 | 12.881 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-13b-v1-GGUF --include "llama2-13b-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-13b-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama2-13b-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eafdb35d50ada3ab2b20bb7cac4cbcb1830b42738f00a91884a2497c4bf303f1
3
+ size 4854270272
llama2-13b-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4160a055828772e69706023a5ebf895e7895c396ebf303e7a8a53b4647958e42
3
+ size 6929559872
llama2-13b-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac834ce3a804e0a371f2213c6fa59736712b5441db6a845a4b2a41dcd92392d
3
+ size 6337769792
llama2-13b-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83f1fa47ebc46c9a54ee8517b46517e14cc301978aa4820da770d2758f1da1d
3
+ size 5658980672
llama2-13b-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d6ab94c77e1e52ef2f354c8b5314949f0db3ef521687bcc9f129616b64f263
3
+ size 7365835072
llama2-13b-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3323795c0c3f3865604185d1693292107212b2226a0f24e41a93301ea2839aa
3
+ size 7865956672
llama2-13b-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c1deba3b22f526175bbef27bf65ae6c238439e73382104b5662ef74653b289
3
+ size 7423179072
llama2-13b-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a5684f76e02716480ead56be125ebea8d3d50cbc75d9c333d01458ed31105b
3
+ size 8972286272
llama2-13b-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8060acc9a9407b570723694c43f34c5e6d3608d8986490df361fb28c140484c3
3
+ size 9229924672
llama2-13b-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9436e477b903c697413944ee1f572eb457c5cc90835dd1e7d35fee656a2c1929
3
+ size 8972286272
llama2-13b-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67dde94d2e38e26c4c359a7bd68574de72abdb10a2bc0bb8edb80c57b8785839
3
+ size 10679140672
llama2-13b-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e6593a5dc419c10f8fb1e6cb415c7129742be08bfda82bcce6b90e367c62b1
3
+ size 13831319872