morriszms commited on
Commit
569627c
·
verified ·
1 Parent(s): b622082

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
+ T3Q-Llama3-8B-dpo-v2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ T3Q-Llama3-8B-dpo-v2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ T3Q-Llama3-8B-dpo-v2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ T3Q-Llama3-8B-dpo-v2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ T3Q-Llama3-8B-dpo-v2.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ T3Q-Llama3-8B-dpo-v2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ T3Q-Llama3-8B-dpo-v2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ T3Q-Llama3-8B-dpo-v2.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ T3Q-Llama3-8B-dpo-v2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ T3Q-Llama3-8B-dpo-v2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ T3Q-Llama3-8B-dpo-v2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ T3Q-Llama3-8B-dpo-v2.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: chlee10/T3Q-Llama3-8B-dpo-v2.0
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
+ ## chlee10/T3Q-Llama3-8B-dpo-v2.0 - GGUF
22
+
23
+ This repo contains GGUF format model files for [chlee10/T3Q-Llama3-8B-dpo-v2.0](https://huggingface.co/chlee10/T3Q-Llama3-8B-dpo-v2.0).
24
+
25
+ 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).
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
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [T3Q-Llama3-8B-dpo-v2.0-Q2_K.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [T3Q-Llama3-8B-dpo-v2.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
45
+ | [T3Q-Llama3-8B-dpo-v2.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
46
+ | [T3Q-Llama3-8B-dpo-v2.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
47
+ | [T3Q-Llama3-8B-dpo-v2.0-Q4_0.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [T3Q-Llama3-8B-dpo-v2.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
49
+ | [T3Q-Llama3-8B-dpo-v2.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
50
+ | [T3Q-Llama3-8B-dpo-v2.0-Q5_0.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [T3Q-Llama3-8B-dpo-v2.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
52
+ | [T3Q-Llama3-8B-dpo-v2.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
53
+ | [T3Q-Llama3-8B-dpo-v2.0-Q6_K.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
54
+ | [T3Q-Llama3-8B-dpo-v2.0-Q8_0.gguf](https://huggingface.co/tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF/blob/main/T3Q-Llama3-8B-dpo-v2.0-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF --include "T3Q-Llama3-8B-dpo-v2.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/T3Q-Llama3-8B-dpo-v2.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
T3Q-Llama3-8B-dpo-v2.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7fa22419fa15999f1f9f7b8208ff2e6373e81ff755d4284379db8fa6e71182
3
+ size 3179131072
T3Q-Llama3-8B-dpo-v2.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d6a0ce8566448442a8bf53ce1dcb5527a2765fb9045e2bbfad38b678f4582e
3
+ size 4321956032
T3Q-Llama3-8B-dpo-v2.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681021f98e25ee46006cbe35049d10554be47182da7803ff42381e19ac99d5de
3
+ size 4018917568
T3Q-Llama3-8B-dpo-v2.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab301eabc12f20e3de0fb69909d3e4326ec02fe356208402b602bd289e33d3af
3
+ size 3664498880
T3Q-Llama3-8B-dpo-v2.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3d764dfec18187c75438c8c1804103a42fc254fad29f6dec46d783f77df0af
3
+ size 4661211328
T3Q-Llama3-8B-dpo-v2.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:577e67d4eeb06a38b5346956d337d78927bd6e92f2f11f2b74051b9e9382a85a
3
+ size 4920733888
T3Q-Llama3-8B-dpo-v2.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670b976b446d8f1b047e0d07da15f4525bde0850ac3a01771f4dc68d717a40b8
3
+ size 4692668608
T3Q-Llama3-8B-dpo-v2.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f1e6befe0abb862be4d4ca3f0916f7a44081ee9f8030c6e3368c4c47c89212
3
+ size 5599293632
T3Q-Llama3-8B-dpo-v2.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f701f43c22d6ba7261d60930b4050ef2bfeb94e6b646c68ba27483f7bf94d32
3
+ size 5732987072
T3Q-Llama3-8B-dpo-v2.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7f7829db3cae6619155ec31d1f5a058b56095b255e6dd88d8c8fa77c5d450b
3
+ size 5599293632
T3Q-Llama3-8B-dpo-v2.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32a94559a13d23a8a77d862547bbc7c6340aadfc63de50a1385ed2fafcdd26d
3
+ size 6596006080
T3Q-Llama3-8B-dpo-v2.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:484610203e27227896b83e36f6e82901cfcd3a28d97f165ef894e3a8be381491
3
+ size 8540770496