morriszms commited on
Commit
81a0a85
1 Parent(s): a5e0578

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
+ minyi_dpo_6b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ minyi_dpo_6b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ minyi_dpo_6b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ minyi_dpo_6b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ minyi_dpo_6b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ minyi_dpo_6b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ minyi_dpo_6b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ minyi_dpo_6b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ minyi_dpo_6b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ minyi_dpo_6b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ minyi_dpo_6b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ minyi_dpo_6b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Minirecord/minyi_dpo_6b
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## Minirecord/minyi_dpo_6b - GGUF
21
+
22
+ This repo contains GGUF format model files for [Minirecord/minyi_dpo_6b](https://huggingface.co/Minirecord/minyi_dpo_6b).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [minyi_dpo_6b-Q2_K.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [minyi_dpo_6b-Q3_K_S.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
38
+ | [minyi_dpo_6b-Q3_K_M.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
39
+ | [minyi_dpo_6b-Q3_K_L.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
40
+ | [minyi_dpo_6b-Q4_0.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [minyi_dpo_6b-Q4_K_S.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
42
+ | [minyi_dpo_6b-Q4_K_M.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
43
+ | [minyi_dpo_6b-Q5_0.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [minyi_dpo_6b-Q5_K_S.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
45
+ | [minyi_dpo_6b-Q5_K_M.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
46
+ | [minyi_dpo_6b-Q6_K.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
47
+ | [minyi_dpo_6b-Q8_0.gguf](https://huggingface.co/tensorblock/minyi_dpo_6b-GGUF/tree/main/minyi_dpo_6b-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/minyi_dpo_6b-GGUF --include "minyi_dpo_6b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/minyi_dpo_6b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
minyi_dpo_6b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fde30a2d20ee03050ab85aecd27323ab063cd0d4982eed28beec7d579aca5fb
3
+ size 2405469152
minyi_dpo_6b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8fd7dd3913e7a823841e227d3edd7cfaddddffa0637d10ce1d8e3fcc4f993b
3
+ size 3311312672
minyi_dpo_6b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51687ad4d3197d3f160762d40e4c03aa195aa60fccac9c6b775b0f4fd312c052
3
+ size 3067256608
minyi_dpo_6b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9be8f5b99c327cb55bc57a9ea5752daaf270a0628d147c3e875c95d009ab51
3
+ size 2783616800
minyi_dpo_6b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b480e122e184a4dbd1080059f03c43689042db234c587c4a2524663a3abe39c3
3
+ size 3561616224
minyi_dpo_6b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c60837784511903dc02a6d781f36e953a6db06e578ce5c71f4c0a6c3f0a8bc3
3
+ size 3756258144
minyi_dpo_6b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eacae17875d6c222d57839055034272392993cee869fe867d39c88978bac4cdd
3
+ size 3585209184
minyi_dpo_6b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf7dcb20ec15ae1df25f09e004b2d9cf5c4f35c5dc1327768a516a664b162ab
3
+ size 4293850976
minyi_dpo_6b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3d51ce4de7445c9598279e11412d2bff571fa015aa21ef7a3ccab4ed8cbd26b
3
+ size 4394121056
minyi_dpo_6b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d52013642830f28865e04c39ca114b5d3de45a335bedf8569f7cc2f2d78a8cf6
3
+ size 4293850976
minyi_dpo_6b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac9f64fbed366b5062e146d831c60cf75b67e7e9a6e7fe780d7e2fde8245ef00
3
+ size 5071850400
minyi_dpo_6b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a783b0bf92f505b26510ec449356081d2e050ca56f8e5b582597bd6c34230b
3
+ size 6568393504