morriszms commited on
Commit
7c8c47b
·
verified ·
1 Parent(s): d001e57

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
+ quantum-dpo-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ quantum-dpo-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ quantum-dpo-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ quantum-dpo-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ quantum-dpo-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ quantum-dpo-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ quantum-dpo-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ quantum-dpo-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ quantum-dpo-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ quantum-dpo-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ quantum-dpo-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ quantum-dpo-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: quantumaikr/quantum-dpo-v0.1
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## quantumaikr/quantum-dpo-v0.1 - GGUF
24
+
25
+ This repo contains GGUF format model files for [quantumaikr/quantum-dpo-v0.1](https://huggingface.co/quantumaikr/quantum-dpo-v0.1).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [quantum-dpo-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [quantum-dpo-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
47
+ | [quantum-dpo-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
48
+ | [quantum-dpo-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
49
+ | [quantum-dpo-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [quantum-dpo-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
51
+ | [quantum-dpo-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
52
+ | [quantum-dpo-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [quantum-dpo-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
54
+ | [quantum-dpo-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
55
+ | [quantum-dpo-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
56
+ | [quantum-dpo-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/quantum-dpo-v0.1-GGUF/blob/main/quantum-dpo-v0.1-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/quantum-dpo-v0.1-GGUF --include "quantum-dpo-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/quantum-dpo-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
quantum-dpo-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f2ee0d590de39439448f822f53480dee5f2e244cbb7642cbca9fc4f86d1d50
3
+ size 2719242432
quantum-dpo-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f9279dedb397c5ddb42704c10b540e7aadbaf7a3689ac5ae09e218afc72dc6
3
+ size 3822024896
quantum-dpo-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8bb49bcaefa2effcd72416ad4604d926aa747051502b7a5b5d243dca2d08b80
3
+ size 3518986432
quantum-dpo-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ef193c9782fc560db3f938f4fd94eddf2ce349afb1b7781e4b145e8ca837e9
3
+ size 3164567744
quantum-dpo-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e5ad61681059b75f24ad256f412917d7eb312b6babf333ba12d3ce7b8321b9
3
+ size 4108916928
quantum-dpo-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51dc7552fc893b406d40fc9a79887ca2afdbb68e621b78de25dadae6d1e077d
3
+ size 4368439488
quantum-dpo-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463139d603aee07a1ebc9bdb9fcc8b9caa09f824f7744c4ea3406031ddbd42a0
3
+ size 4140374208
quantum-dpo-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df68ba1ad141e9028c6e85c42c04f7f9fe82b6d6721cf46a0e43e4e211243420
3
+ size 4997716160
quantum-dpo-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df0a59a28ac6022d6075961d62e34614e3d41da961804d41342ab0d88631f560
3
+ size 5131409600
quantum-dpo-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b5e3e29e5da3d027dfddce490c280e91a8c714472d5e6e82e0417e0d2b4fd71
3
+ size 4997716160
quantum-dpo-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bc3068c0657ac29a36d7435770bd3b97c97f9ef2a37c2f60db2b34f0707dae6
3
+ size 5942065344
quantum-dpo-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7aee07e0dd20d253b12f66675703ab45b713957ba782fb0df67189359e13e63
3
+ size 7695857856