morriszms commited on
Commit
a2d1b54
·
verified ·
1 Parent(s): 7e89228

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
+ llama2_DPO_test_v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2_DPO_test_v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2_DPO_test_v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2_DPO_test_v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2_DPO_test_v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2_DPO_test_v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2_DPO_test_v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2_DPO_test_v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2_DPO_test_v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2_DPO_test_v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2_DPO_test_v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2_DPO_test_v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - ko
5
+ base_model: wngkdud/llama2_DPO_test_v1
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## wngkdud/llama2_DPO_test_v1 - GGUF
23
+
24
+ This repo contains GGUF format model files for [wngkdud/llama2_DPO_test_v1](https://huggingface.co/wngkdud/llama2_DPO_test_v1).
25
+
26
+ 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).
27
+
28
+ ## Prompt template
29
+
30
+ ```
31
+
32
+ ```
33
+
34
+ ## Model file specification
35
+
36
+ | Filename | Quant type | File Size | Description |
37
+ | -------- | ---------- | --------- | ----------- |
38
+ | [llama2_DPO_test_v1-Q2_K.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
39
+ | [llama2_DPO_test_v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
40
+ | [llama2_DPO_test_v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
41
+ | [llama2_DPO_test_v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
42
+ | [llama2_DPO_test_v1-Q4_0.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
+ | [llama2_DPO_test_v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
44
+ | [llama2_DPO_test_v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
45
+ | [llama2_DPO_test_v1-Q5_0.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
+ | [llama2_DPO_test_v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
47
+ | [llama2_DPO_test_v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
48
+ | [llama2_DPO_test_v1-Q6_K.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
49
+ | [llama2_DPO_test_v1-Q8_0.gguf](https://huggingface.co/tensorblock/llama2_DPO_test_v1-GGUF/tree/main/llama2_DPO_test_v1-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
50
+
51
+
52
+ ## Downloading instruction
53
+
54
+ ### Command line
55
+
56
+ Firstly, install Huggingface Client
57
+
58
+ ```shell
59
+ pip install -U "huggingface_hub[cli]"
60
+ ```
61
+
62
+ Then, downoad the individual model file the a local directory
63
+
64
+ ```shell
65
+ huggingface-cli download tensorblock/llama2_DPO_test_v1-GGUF --include "llama2_DPO_test_v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
66
+ ```
67
+
68
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/llama2_DPO_test_v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
72
+ ```
llama2_DPO_test_v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32563249c4fb827263a32307c842b66a819139e2a07277eb48181e8e89c2b684
3
+ size 4938917952
llama2_DPO_test_v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92c4ef4f6b43277ba759c0ab5c605370058b0d6befe99975b02d787fb510285
3
+ size 7021662272
llama2_DPO_test_v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352b4308ea8f9d97507466af1c8a3e2969f1c1fe5ad1a8e884ea6e971984c4ab
3
+ size 6429872192
llama2_DPO_test_v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489c3b32021afcaf0c7c288ad7af7dd274eef2fdf0bdabbc828dbc75cee78cad
3
+ size 5751083072
llama2_DPO_test_v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8fc3ff5ed4481d8b3873d55eaebdb3611f0dd931643f9c3060ce357d120594e
3
+ size 7467685952
llama2_DPO_test_v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c895852af0339d9cdca1459b6f14533c07dac129d3ba5ce015013dba57371ce
3
+ size 7967807552
llama2_DPO_test_v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4e6a911a70848b90ad1a28a3fe2f50fd7a0a7881a909a6ab234471e30a871b
3
+ size 7525029952
llama2_DPO_test_v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb90de5cc39b6860a4129dfd5bd56c98d0cfac08e62fc7d50a26be5e5b68a42
3
+ size 9083312192
llama2_DPO_test_v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d60ae77e84aa1f53c3cb40a627d2ad6f79c6579a28eb8d2a733e1d9c07201da
3
+ size 9340950592
llama2_DPO_test_v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62cf5e7967a54fc100d171266c829ac5f8a3bd91e59e30fbb58ab1d410e68fa
3
+ size 9083312192
llama2_DPO_test_v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c381ee0e0f1c7256d3c45adad063825f7f72fe4ce388b10bf5821469d13bf1
3
+ size 10799915072
llama2_DPO_test_v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ba6ce9f6990dcf6bd4695340df011dd4b19f853f031df307ad56dcdcb0130c
3
+ size 13987647552