morriszms commited on
Commit
31dc05f
·
verified ·
1 Parent(s): 4e08c6b

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-conversation-summarizer-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-conversation-summarizer-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-conversation-summarizer-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-conversation-summarizer-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-conversation-summarizer-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-conversation-summarizer-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-conversation-summarizer-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-conversation-summarizer-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-conversation-summarizer-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-conversation-summarizer-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-conversation-summarizer-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-conversation-summarizer-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - knkarthick/dialogsum
5
+ language:
6
+ - en
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: pgurazada1/llama2-7b-conversation-summarizer
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## pgurazada1/llama2-7b-conversation-summarizer - GGUF
25
+
26
+ This repo contains GGUF format model files for [pgurazada1/llama2-7b-conversation-summarizer](https://huggingface.co/pgurazada1/llama2-7b-conversation-summarizer).
27
+
28
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
29
+
30
+ ## Our projects
31
+ <table border="1" cellspacing="0" cellpadding="10">
32
+ <tr>
33
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
34
+ <th style="font-size: 25px;">TensorBlock Studio</th>
35
+ </tr>
36
+ <tr>
37
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
38
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
39
+ </tr>
40
+ <tr>
41
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
42
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
43
+ </tr>
44
+ <tr>
45
+ <th>
46
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
47
+ display: inline-block;
48
+ padding: 8px 16px;
49
+ background-color: #FF7F50;
50
+ color: white;
51
+ text-decoration: none;
52
+ border-radius: 6px;
53
+ font-weight: bold;
54
+ font-family: sans-serif;
55
+ ">👀 See what we built 👀</a>
56
+ </th>
57
+ <th>
58
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
59
+ display: inline-block;
60
+ padding: 8px 16px;
61
+ background-color: #FF7F50;
62
+ color: white;
63
+ text-decoration: none;
64
+ border-radius: 6px;
65
+ font-weight: bold;
66
+ font-family: sans-serif;
67
+ ">👀 See what we built 👀</a>
68
+ </th>
69
+ </tr>
70
+ </table>
71
+
72
+ ## Prompt template
73
+
74
+ ```
75
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
76
+ ```
77
+
78
+ ## Model file specification
79
+
80
+ | Filename | Quant type | File Size | Description |
81
+ | -------- | ---------- | --------- | ----------- |
82
+ | [llama2-7b-conversation-summarizer-Q2_K.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
83
+ | [llama2-7b-conversation-summarizer-Q3_K_S.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
84
+ | [llama2-7b-conversation-summarizer-Q3_K_M.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
85
+ | [llama2-7b-conversation-summarizer-Q3_K_L.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
86
+ | [llama2-7b-conversation-summarizer-Q4_0.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
87
+ | [llama2-7b-conversation-summarizer-Q4_K_S.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
88
+ | [llama2-7b-conversation-summarizer-Q4_K_M.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
89
+ | [llama2-7b-conversation-summarizer-Q5_0.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
90
+ | [llama2-7b-conversation-summarizer-Q5_K_S.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
91
+ | [llama2-7b-conversation-summarizer-Q5_K_M.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
92
+ | [llama2-7b-conversation-summarizer-Q6_K.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
93
+ | [llama2-7b-conversation-summarizer-Q8_0.gguf](https://huggingface.co/tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF/blob/main/llama2-7b-conversation-summarizer-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
94
+
95
+
96
+ ## Downloading instruction
97
+
98
+ ### Command line
99
+
100
+ Firstly, install Huggingface Client
101
+
102
+ ```shell
103
+ pip install -U "huggingface_hub[cli]"
104
+ ```
105
+
106
+ Then, downoad the individual model file the a local directory
107
+
108
+ ```shell
109
+ huggingface-cli download tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF --include "llama2-7b-conversation-summarizer-Q2_K.gguf" --local-dir MY_LOCAL_DIR
110
+ ```
111
+
112
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
113
+
114
+ ```shell
115
+ huggingface-cli download tensorblock/pgurazada1_llama2-7b-conversation-summarizer-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
116
+ ```
llama2-7b-conversation-summarizer-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d719f67c27e08b15db1cf44c86e43d4a243d5e8ce05a4075bfe6558f3c636cf7
3
+ size 2532864384
llama2-7b-conversation-summarizer-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88f775accf6dea58e61d9c8a82324fe215004f09edf6b301823ed68c142727e
3
+ size 3597111680
llama2-7b-conversation-summarizer-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6103a9c8b75f1fef365d7e85a726d7b60451bf448cfbf65f96a948a9e187959b
3
+ size 3298005376
llama2-7b-conversation-summarizer-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55198fe048616493f4ed7457e86f5808c7e9243f85e794f4ef99398b3686fe49
3
+ size 2948305280
llama2-7b-conversation-summarizer-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8b4b83dc09a25d05234792c102edb1526e40033bbb30103bceb046d46b40214
3
+ size 3825807744
llama2-7b-conversation-summarizer-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ea277cb328550171a84a70b043ebb21e290da564b1453119cfc1e5fb272aa4
3
+ size 4081004928
llama2-7b-conversation-summarizer-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:561cbe520c299979d2e5a6a276fd73f7a3b9b1c2138e1b9be7de7aa2edca0af6
3
+ size 3856740736
llama2-7b-conversation-summarizer-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94cf652fc070c0117e4073089f0852e563b0daa3f2a1e408b1cd3a6da58f9498
3
+ size 4651692416
llama2-7b-conversation-summarizer-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b21df2916100c89d5cc8d77972d69fdcf6ab74738c4a8199caac9630a2adde
3
+ size 4783157632
llama2-7b-conversation-summarizer-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e927699f9178de9a3d32ff6df28ef193b38bedd312cf134f96b2d87f83a22225
3
+ size 4651692416
llama2-7b-conversation-summarizer-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a4114ffbbac1bdf84b72c71d310c1690223577cb38b266443d85466cd5a4ea
3
+ size 5529194880
llama2-7b-conversation-summarizer-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e3a12b19d018ee6f4176c8307167e15646da0f272dafe997ce46c3261d23ac
3
+ size 7161090432