morriszms commited on
Commit
4469664
1 Parent(s): 6ff8e5e

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-test-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-13b-test-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-13b-test-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-13b-test-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-13b-test-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-13b-test-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-13b-test-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-13b-test-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-13b-test-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-13b-test-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-13b-test-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-13b-test-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: wons/llama2-13b-test-v0.1
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
+ ## wons/llama2-13b-test-v0.1 - GGUF
21
+
22
+ This repo contains GGUF format model files for [wons/llama2-13b-test-v0.1](https://huggingface.co/wons/llama2-13b-test-v0.1).
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
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [llama2-13b-test-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [llama2-13b-test-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
38
+ | [llama2-13b-test-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
39
+ | [llama2-13b-test-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
40
+ | [llama2-13b-test-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [llama2-13b-test-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
42
+ | [llama2-13b-test-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
43
+ | [llama2-13b-test-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [llama2-13b-test-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
45
+ | [llama2-13b-test-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
46
+ | [llama2-13b-test-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
47
+ | [llama2-13b-test-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-13b-test-v0.1-GGUF/tree/main/llama2-13b-test-v0.1-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/llama2-13b-test-v0.1-GGUF --include "llama2-13b-test-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/llama2-13b-test-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
llama2-13b-test-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee08741834f08778d8702fe93ffbd7907d2eaf3b5d3c6c123d0e99404dd893c4
3
+ size 4938918016
llama2-13b-test-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda7681a261cba60e442ba7029c72dd3be2099b59ca00af1efb10b3a608ab3d5
3
+ size 7021662336
llama2-13b-test-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374bf2fff6a81aafbe96c4609348b95d628099c8dcc93d0437e7bc509d526e14
3
+ size 6429872256
llama2-13b-test-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4a1b8512fd5e1b5b1738bf6ad65d4f259ea8f01d9415f36a149488cd433a2b
3
+ size 5751083136
llama2-13b-test-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6247089efa74b48ed00d751a46b1a99ad4036394e3ff8a93d31bc8b420ee9db
3
+ size 7467686016
llama2-13b-test-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7ca93f16d1f1ab53ff5823b71edf1458c72edce2d514d2bca652210507e387
3
+ size 7967807616
llama2-13b-test-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9325860ce4a8db7a834e86de9360a1189bd0de57c826206f681f8d671f2365
3
+ size 7525030016
llama2-13b-test-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44cf1391cd78e8eb4060aca1b60d43a935a6f6dd036b8efd290f51179df86766
3
+ size 9083312256
llama2-13b-test-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169cdfde259e96f78924d67b25dacc60b41a25c2998757aaf31c2871c3f08950
3
+ size 9340950656
llama2-13b-test-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52eb3024bef30bf2614305467fd8f75fee58c9b5803b85a6d759edd418fe8424
3
+ size 9083312256
llama2-13b-test-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53eea883d439e755437c42c371f1c41eedb16e93b444afdc22bf951f07227afa
3
+ size 10799915136
llama2-13b-test-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0253ecd1d80696e608b49c541d139087a312f4ae58e4bd3adeacd6c252a48fa8
3
+ size 13987647616