morriszms commited on
Commit
5671695
·
verified ·
1 Parent(s): 6e05a19

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-v4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-chat-hf-v4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-chat-hf-v4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-chat-hf-v4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-chat-hf-v4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-chat-hf-v4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-chat-hf-v4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-chat-hf-v4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-chat-hf-v4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-chat-hf-v4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-chat-hf-v4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-chat-hf-v4-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-v4
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-v4 - GGUF
20
+
21
+ This repo contains GGUF format model files for [TheTravellingEngineer/llama2-7b-chat-hf-v4](https://huggingface.co/TheTravellingEngineer/llama2-7b-chat-hf-v4).
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-v4-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama2-7b-chat-hf-v4-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
43
+ | [llama2-7b-chat-hf-v4-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
44
+ | [llama2-7b-chat-hf-v4-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
45
+ | [llama2-7b-chat-hf-v4-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama2-7b-chat-hf-v4-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
47
+ | [llama2-7b-chat-hf-v4-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
48
+ | [llama2-7b-chat-hf-v4-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama2-7b-chat-hf-v4-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
50
+ | [llama2-7b-chat-hf-v4-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
51
+ | [llama2-7b-chat-hf-v4-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
52
+ | [llama2-7b-chat-hf-v4-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-chat-hf-v4-GGUF/blob/main/llama2-7b-chat-hf-v4-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-v4-GGUF --include "llama2-7b-chat-hf-v4-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-v4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama2-7b-chat-hf-v4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:781022ee379f8c29c525b50957cc912824b118a47e8c1dfe582f4d47c97c2738
3
+ size 2532864128
llama2-7b-chat-hf-v4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c64779730aee104cd28938b26bf6fb25c6edbded88fbe56c192a73ebc27008
3
+ size 3597111424
llama2-7b-chat-hf-v4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45028d69dfa49082fc59dc5f58b4fd67293019e1b55a13f9d2c75cce1e01435f
3
+ size 3298005120
llama2-7b-chat-hf-v4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed6030e55fe596a726ffea7e8c49b9063b6d556f3241d92a91fd5439ad996240
3
+ size 2948305024
llama2-7b-chat-hf-v4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0fd8db73a9a1d589aa8ba6bc988b0069ca5cc4b3feb46f9257d828a0e37c36b
3
+ size 3825807488
llama2-7b-chat-hf-v4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af63671e416529eb59387fe6a95daea2b6e4cbae24f3d78465b9462e6ca1c28
3
+ size 4081004672
llama2-7b-chat-hf-v4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e05dd838cf8bb8c883a2ac1dee20af744c81a88cf817403a31717853d7e12a92
3
+ size 3856740480
llama2-7b-chat-hf-v4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f49d4297bc9f51f05cedde94bb8cdb1c140b70f9507499dbf3a90248f17f1d2
3
+ size 4651692160
llama2-7b-chat-hf-v4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b3fbe829f7b91c47fab470d1ad568c5a1ea000429c59adcf558ed6b1c24599
3
+ size 4783157376
llama2-7b-chat-hf-v4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb415f5329285bd1720ebe0e4c102af9795d837c0e1b1f3a5fdef598e3f9836
3
+ size 4651692160
llama2-7b-chat-hf-v4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbba7b837f29cb0849e5dfb77273c87996c85bf126e093f7759bb126b466c33c
3
+ size 5529194624
llama2-7b-chat-hf-v4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be92b021ff943d5c777c296622e7213791f563ae4c1441307b81d4f05b007d6
3
+ size 7161090176