morriszms commited on
Commit
6b9a106
1 Parent(s): cffbe4b

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-chat-hf-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-chat-hf-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-chat-hf-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-chat-hf-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-chat-hf-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-chat-hf-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-chat-hf-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-chat-hf-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-chat-hf-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-chat-hf-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-chat-hf-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-chat-hf-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TheTravellingEngineer/llama2-7b-chat-hf-v2
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
+ ## TheTravellingEngineer/llama2-7b-chat-hf-v2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [TheTravellingEngineer/llama2-7b-chat-hf-v2](https://huggingface.co/TheTravellingEngineer/llama2-7b-chat-hf-v2).
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-7b-chat-hf-v2-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama2-7b-chat-hf-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
43
+ | [llama2-7b-chat-hf-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
44
+ | [llama2-7b-chat-hf-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
45
+ | [llama2-7b-chat-hf-v2-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama2-7b-chat-hf-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
47
+ | [llama2-7b-chat-hf-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
48
+ | [llama2-7b-chat-hf-v2-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama2-7b-chat-hf-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
50
+ | [llama2-7b-chat-hf-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
51
+ | [llama2-7b-chat-hf-v2-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
52
+ | [llama2-7b-chat-hf-v2-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v2-GGUF/blob/main/llama2-7b-chat-hf-v2-Q8_0.gguf) | Q8_0 | 6.669 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-chat-hf-v2-GGUF --include "llama2-7b-chat-hf-v2-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-chat-hf-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama2-7b-chat-hf-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3488ba1d927473511db2a15fc03d22f56fd5bc2287710ebfd7d6e04ad79af84
3
+ size 2532864128
llama2-7b-chat-hf-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903ff929bdab196eb035a34ebef852756c8d2fca23e6c20e0a3e5276369ae697
3
+ size 3597111424
llama2-7b-chat-hf-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5036ce26a3ab0d8516b18d6b1c9ee10cee5bbf6b2dc6600da47c61053779d6c
3
+ size 3298005120
llama2-7b-chat-hf-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93227393c993bc268668a24f3fdd0639bb50ff3ec6cc017a9f868d181d0b57d
3
+ size 2948305024
llama2-7b-chat-hf-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2253bf9510ad9e33ccd095fb5e135e57afd1892af087d61d9fe971b1e203b2
3
+ size 3825807488
llama2-7b-chat-hf-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a179f99b0c529802a955dfb8b1f55380f312fe782813dba09f2050952c7159b0
3
+ size 4081004672
llama2-7b-chat-hf-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01383ada007ffbaf6609c14be4ba53fb98fae280ad0b498f37ee490767a7f91f
3
+ size 3856740480
llama2-7b-chat-hf-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73fbad6e197fd8677eee5ff322c5fb9816c1f6537756c15cddcd4f8f9aaae5b9
3
+ size 4651692160
llama2-7b-chat-hf-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da9ca3e98a892b9bbf84e5b573e902f84c8b03a7cc3d08be9bbc4d459c446ac
3
+ size 4783157376
llama2-7b-chat-hf-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:213d6f367990057f1de43726f3490819b3ab2a01c2b91bf53dbc181516bc6a43
3
+ size 4651692160
llama2-7b-chat-hf-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea7be4370679720e060983edca87298ba2d6b8386f383dadd91f44d4c13793c
3
+ size 5529194624
llama2-7b-chat-hf-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6685d37c4f83b6ee69c98212200e2375ef7f997bc58a044fda960addb4acfb7b
3
+ size 7161090176