morriszms commited on
Commit
2cc2563
·
verified ·
1 Parent(s): 74816c4

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
+ h2ogpt-4096-llama2-7b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ h2ogpt-4096-llama2-7b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ h2ogpt-4096-llama2-7b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ h2ogpt-4096-llama2-7b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ h2ogpt-4096-llama2-7b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ h2ogpt-4096-llama2-7b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ h2ogpt-4096-llama2-7b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ h2ogpt-4096-llama2-7b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ h2ogpt-4096-llama2-7b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ h2ogpt-4096-llama2-7b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ h2ogpt-4096-llama2-7b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ h2ogpt-4096-llama2-7b-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ license: llama2
6
+ model_type: llama
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - facebook
10
+ - meta
11
+ - pytorch
12
+ - llama
13
+ - llama-2
14
+ - h2ogpt
15
+ - TensorBlock
16
+ - GGUF
17
+ base_model: h2oai/h2ogpt-4096-llama2-7b-chat
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## h2oai/h2ogpt-4096-llama2-7b-chat - GGUF
32
+
33
+ This repo contains GGUF format model files for [h2oai/h2ogpt-4096-llama2-7b-chat](https://huggingface.co/h2oai/h2ogpt-4096-llama2-7b-chat).
34
+
35
+ 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).
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [h2ogpt-4096-llama2-7b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [h2ogpt-4096-llama2-7b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
49
+ | [h2ogpt-4096-llama2-7b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
50
+ | [h2ogpt-4096-llama2-7b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
51
+ | [h2ogpt-4096-llama2-7b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [h2ogpt-4096-llama2-7b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
53
+ | [h2ogpt-4096-llama2-7b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
54
+ | [h2ogpt-4096-llama2-7b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [h2ogpt-4096-llama2-7b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
56
+ | [h2ogpt-4096-llama2-7b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
57
+ | [h2ogpt-4096-llama2-7b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
58
+ | [h2ogpt-4096-llama2-7b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF/tree/main/h2ogpt-4096-llama2-7b-chat-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF --include "h2ogpt-4096-llama2-7b-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/h2ogpt-4096-llama2-7b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
h2ogpt-4096-llama2-7b-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:157f712ea67e182a8a92ae0b6cb650c7b9e12451723522fb600556d03cf94744
3
+ size 2532864288
h2ogpt-4096-llama2-7b-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6979680e036faab238d7b49f99f067fbeecf667fae24b635dc1766c8fdc52d
3
+ size 3597111584
h2ogpt-4096-llama2-7b-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f9d8f57575a3de7c2b7dc3888751974ab928d1c571b329e656a6fdd47f25b2
3
+ size 3298005280
h2ogpt-4096-llama2-7b-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f0f98ba1bb7c9f0c14e62986da78a6017254aa261ceeae2c1c5112f0e418d3
3
+ size 2948305184
h2ogpt-4096-llama2-7b-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0b2df902d8ef4bc4e113020ec071e4811f2b95da505a2b94aae92f675d0771
3
+ size 3825807648
h2ogpt-4096-llama2-7b-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68e3428144b0178b8a54edf1fa632e6660677f7ea559e67212e17f7255b37da1
3
+ size 4081004832
h2ogpt-4096-llama2-7b-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e62005cec0f5ae04dd3e406e3b2bd7aaf6d32d763efb5f4324a98aa9b944a5d
3
+ size 3856740640
h2ogpt-4096-llama2-7b-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c821ae301d78dd8351c56e5547e3ca49567b60916a5bb45aeb0f5398d7f36256
3
+ size 4651692320
h2ogpt-4096-llama2-7b-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0638f8c38cd00c035144a6bbfd3a2ea2096c93fe1f30aa06fd03163910fe195
3
+ size 4783157536
h2ogpt-4096-llama2-7b-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2cc1210fe3d473abb406b9b9a9ab1a32be0bef10cdf588512391a2d5621f6e0
3
+ size 4651692320
h2ogpt-4096-llama2-7b-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b6584a8b2be6bfeb417bcc51dffcfdbda43a52f2f732ab1397a563b2f7af27
3
+ size 5529194784
h2ogpt-4096-llama2-7b-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7f0b8dacb85b52751361f3acbaf98a0e7d85b4153e7e5f5a27bf611c2ed501
3
+ size 7161090336