morriszms commited on
Commit
961d466
·
verified ·
1 Parent(s): e4664bc

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
+ llama3_8b_sft_ultrafb-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3_8b_sft_ultrafb-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3_8b_sft_ultrafb-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3_8b_sft_ultrafb-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3_8b_sft_ultrafb-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3_8b_sft_ultrafb-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3_8b_sft_ultrafb-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3_8b_sft_ultrafb-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3_8b_sft_ultrafb-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3_8b_sft_ultrafb-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3_8b_sft_ultrafb-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3_8b_sft_ultrafb-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Jennny/llama3_8b_sft_ultrafb
3
+ datasets:
4
+ - allenai/ultrafeedback_binarized_cleaned
5
+ library_name: transformers
6
+ model_name: meta-llama/Llama-3.1-8B
7
+ tags:
8
+ - generated_from_trainer
9
+ - alignment-handbook
10
+ - trl
11
+ - sft
12
+ - TensorBlock
13
+ - GGUF
14
+ licence: license
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## Jennny/llama3_8b_sft_ultrafb - GGUF
29
+
30
+ This repo contains GGUF format model files for [Jennny/llama3_8b_sft_ultrafb](https://huggingface.co/Jennny/llama3_8b_sft_ultrafb).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
44
+
45
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
46
+
47
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [llama3_8b_sft_ultrafb-Q2_K.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [llama3_8b_sft_ultrafb-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
56
+ | [llama3_8b_sft_ultrafb-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
57
+ | [llama3_8b_sft_ultrafb-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
58
+ | [llama3_8b_sft_ultrafb-Q4_0.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [llama3_8b_sft_ultrafb-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
60
+ | [llama3_8b_sft_ultrafb-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
61
+ | [llama3_8b_sft_ultrafb-Q5_0.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [llama3_8b_sft_ultrafb-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
63
+ | [llama3_8b_sft_ultrafb-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
64
+ | [llama3_8b_sft_ultrafb-Q6_K.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
65
+ | [llama3_8b_sft_ultrafb-Q8_0.gguf](https://huggingface.co/tensorblock/llama3_8b_sft_ultrafb-GGUF/blob/main/llama3_8b_sft_ultrafb-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/llama3_8b_sft_ultrafb-GGUF --include "llama3_8b_sft_ultrafb-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/llama3_8b_sft_ultrafb-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
llama3_8b_sft_ultrafb-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d12e7a5b92787d1a651f5baaecca502015838a7fbfa866bdaefb5972e01689
3
+ size 3179132384
llama3_8b_sft_ultrafb-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c422e7f7575d98bb68d9360e49cc05a85566b60798938aeef87b4e772707336
3
+ size 4321957344
llama3_8b_sft_ultrafb-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f9f4370335f32ac96276c8eaae10c321bd776d2b2888bd52500bae8dac349d3
3
+ size 4018918880
llama3_8b_sft_ultrafb-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef48213893c2d46a62f902265dddcd5d53e071d9fd910d4b04f8a3289cb7e964
3
+ size 3664500192
llama3_8b_sft_ultrafb-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beea6ae5ec7710e4c3686f06f53a3bb3019b20ba0cde01e3e8d57e2b56f2e239
3
+ size 4661212640
llama3_8b_sft_ultrafb-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5308eff46ce80e16a2f43027ed9992845dc4401f1b0a8f7c5a8c4f138f5d3631
3
+ size 4920735200
llama3_8b_sft_ultrafb-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f02ecb1c8d833bbd13ccfe875fd2370643ed2b2d9df8360af2f564fe2ff069d
3
+ size 4692669920
llama3_8b_sft_ultrafb-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51ba4316f4eda1f31ea6125a3e8650f3855ad41bc6de97592c110cb50f0d510c
3
+ size 5599294944
llama3_8b_sft_ultrafb-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4915f2a1e7f08ece7f07b300dea11ab5b7bcb3c05e9d0fe83a6a19269e4d71f0
3
+ size 5732988384
llama3_8b_sft_ultrafb-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95890e18c8ba3d4c9cfa90c46ff8114de5abb8c0a040cab4d197ce1b3944dd1
3
+ size 5599294944
llama3_8b_sft_ultrafb-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41eec263a9c9379e025bdb5d2f47d4ac8bd733b40a4d8a8345152494fcb63c55
3
+ size 6596007392
llama3_8b_sft_ultrafb-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add57df3de6ace69b44c57e00e6eb040ef2f792f9f82ae0665087f7b4055c8fe
3
+ size 8540771808