morriszms commited on
Commit
ca461d9
·
verified ·
1 Parent(s): a5de056

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-13b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ h2ogpt-4096-llama2-13b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ h2ogpt-4096-llama2-13b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ h2ogpt-4096-llama2-13b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ h2ogpt-4096-llama2-13b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ h2ogpt-4096-llama2-13b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ h2ogpt-4096-llama2-13b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ h2ogpt-4096-llama2-13b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ h2ogpt-4096-llama2-13b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ h2ogpt-4096-llama2-13b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ h2ogpt-4096-llama2-13b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ h2ogpt-4096-llama2-13b-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-13b-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-13b-chat - GGUF
32
+
33
+ This repo contains GGUF format model files for [h2oai/h2ogpt-4096-llama2-13b-chat](https://huggingface.co/h2oai/h2ogpt-4096-llama2-13b-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-13b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [h2ogpt-4096-llama2-13b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
49
+ | [h2ogpt-4096-llama2-13b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
50
+ | [h2ogpt-4096-llama2-13b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
51
+ | [h2ogpt-4096-llama2-13b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [h2ogpt-4096-llama2-13b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
53
+ | [h2ogpt-4096-llama2-13b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
54
+ | [h2ogpt-4096-llama2-13b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [h2ogpt-4096-llama2-13b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
56
+ | [h2ogpt-4096-llama2-13b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
57
+ | [h2ogpt-4096-llama2-13b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
58
+ | [h2ogpt-4096-llama2-13b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/h2ogpt-4096-llama2-13b-chat-GGUF/tree/main/h2ogpt-4096-llama2-13b-chat-Q8_0.gguf) | Q8_0 | 12.881 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-13b-chat-GGUF --include "h2ogpt-4096-llama2-13b-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-13b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
h2ogpt-4096-llama2-13b-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1003cf46f7f042074bf027396236f5321def75a88bdfd2128c29da1a7e9f742
3
+ size 4854270464
h2ogpt-4096-llama2-13b-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f349e947edf98799a81630c8195b93e88c0ce328984bb2373991eb59d87289d9
3
+ size 6929560064
h2ogpt-4096-llama2-13b-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ea0a9ed7c49b48cdc59bfc07817d7f79351fbca164795dbe28cf20045ebc54
3
+ size 6337769984
h2ogpt-4096-llama2-13b-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10a05c022ce2a149edda488198086c44d3224e7f44d3c5882a576505ac97c2fb
3
+ size 5658980864
h2ogpt-4096-llama2-13b-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d29256989cfba1b0ede19cdb27352898c74be88583de103469dc9db5440b40
3
+ size 7365835264
h2ogpt-4096-llama2-13b-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6bec7f361ce1d033183372e79ffc4e29ef5c62ee6f839d22e17632178ee329a
3
+ size 7865956864
h2ogpt-4096-llama2-13b-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4260ba6ab5bb671f7a5712854d434d67e41d2dab6cd4c06dcc2d0ffa154130b8
3
+ size 7423179264
h2ogpt-4096-llama2-13b-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1ae7fce5e2ac92fec495a8638cd5e548eb5bff2d4b7638a863979b0638ff9d
3
+ size 8972286464
h2ogpt-4096-llama2-13b-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec6c890c6dc275a02ec430c02a80c995b69f086742855118297742bd70fabbd
3
+ size 9229924864
h2ogpt-4096-llama2-13b-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5724ab82d41d21191e6e070106a22991468ab1e937cab56c60a1c9d8184cef92
3
+ size 8972286464
h2ogpt-4096-llama2-13b-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9de5948441edac448aa38fcea4d47f3170084220eb7169f70151d3c78f0bae
3
+ size 10679140864
h2ogpt-4096-llama2-13b-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6e9c76e87d71bbd871796143bbd94ebf760129a3af6909c9f92a5504b7e3a4
3
+ size 13831320064