morriszms commited on
Commit
fe733cc
·
verified ·
1 Parent(s): 5b7df3f

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
+ SummLlama3.1-8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SummLlama3.1-8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SummLlama3.1-8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SummLlama3.1-8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SummLlama3.1-8B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SummLlama3.1-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SummLlama3.1-8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SummLlama3.1-8B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SummLlama3.1-8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SummLlama3.1-8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SummLlama3.1-8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SummLlama3.1-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: DISLab/SummLlama3.1-8B
4
+ pipeline_tag: summarization
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## DISLab/SummLlama3.1-8B - GGUF
22
+
23
+ This repo contains GGUF format model files for [DISLab/SummLlama3.1-8B](https://huggingface.co/DISLab/SummLlama3.1-8B).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
37
+
38
+ Cutting Knowledge Date: December 2023
39
+ Today Date: 26 Jul 2024
40
+
41
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
42
+
43
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [SummLlama3.1-8B-Q2_K.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [SummLlama3.1-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
52
+ | [SummLlama3.1-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
53
+ | [SummLlama3.1-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
54
+ | [SummLlama3.1-8B-Q4_0.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [SummLlama3.1-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
56
+ | [SummLlama3.1-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
57
+ | [SummLlama3.1-8B-Q5_0.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [SummLlama3.1-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
59
+ | [SummLlama3.1-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
60
+ | [SummLlama3.1-8B-Q6_K.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
61
+ | [SummLlama3.1-8B-Q8_0.gguf](https://huggingface.co/tensorblock/SummLlama3.1-8B-GGUF/blob/main/SummLlama3.1-8B-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/SummLlama3.1-8B-GGUF --include "SummLlama3.1-8B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/SummLlama3.1-8B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
SummLlama3.1-8B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339ceec7ca24052e86b386250dbdf62b4763f3517f8e3131d4c18608d8618b5c
3
+ size 3179136160
SummLlama3.1-8B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6de47ca27e154eb545f7c89e71f3c4eda8bc5260301cb1c7a9e127c1601a777
3
+ size 4321961120
SummLlama3.1-8B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3257b44013b9c5d4a81db56cee160ba8aba182f38e48ca864e50df0585c7263
3
+ size 4018922656
SummLlama3.1-8B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34338266b4c962a4f2d41d7735371e04ba920dca330fbcf7ccf7f242843721c
3
+ size 3664503968
SummLlama3.1-8B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d43189213668c9187fd738a27a5465845107fd76c078b84bee2d990cb5cd8d7
3
+ size 4661216416
SummLlama3.1-8B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4041ae43af82474f2ae656c4f69e1664fcca097330e538b196ed638141ea6d99
3
+ size 4920738976
SummLlama3.1-8B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418d88fa415b8fa601bf67a03331ec262ee2ca7326b60ada28c594afda558158
3
+ size 4692673696
SummLlama3.1-8B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a206bb28910194a6340b55c1d90ad3cb7df1f7be3b078029dee5ee25496bd183
3
+ size 5599298720
SummLlama3.1-8B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4169ae0a93aaed058e9ef10033a837e2ab3c1730e55efdba07e5e750063198cb
3
+ size 5732992160
SummLlama3.1-8B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842ced8596f9e6d9a926249fe198c45ef5883a26ace40e686d69bec0acf8032a
3
+ size 5599298720
SummLlama3.1-8B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aa82e2b69eaca061a0cc41bd4de346755d1b276441eee3b309d5a49d54616f5
3
+ size 6596011168
SummLlama3.1-8B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:953565982f07636001a4f7a1ed151bff60f74cc719e79289c774ba8a382973f6
3
+ size 8540775584