morriszms commited on
Commit
3a5847f
1 Parent(s): 707e197

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-13b-dpo-v3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-13b-dpo-v3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-13b-dpo-v3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-13b-dpo-v3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-13b-dpo-v3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-13b-dpo-v3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-13b-dpo-v3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-13b-dpo-v3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-13b-dpo-v3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-13b-dpo-v3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-13b-dpo-v3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-13b-dpo-v3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ - ko
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: mncai/llama2-13b-dpo-v3
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
+ ## mncai/llama2-13b-dpo-v3 - GGUF
24
+
25
+ This repo contains GGUF format model files for [mncai/llama2-13b-dpo-v3](https://huggingface.co/mncai/llama2-13b-dpo-v3).
26
+
27
+ 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).
28
+
29
+ ## Prompt template
30
+
31
+ ```
32
+
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [llama2-13b-dpo-v3-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [llama2-13b-dpo-v3-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
41
+ | [llama2-13b-dpo-v3-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
42
+ | [llama2-13b-dpo-v3-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
43
+ | [llama2-13b-dpo-v3-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [llama2-13b-dpo-v3-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
45
+ | [llama2-13b-dpo-v3-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
46
+ | [llama2-13b-dpo-v3-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [llama2-13b-dpo-v3-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
48
+ | [llama2-13b-dpo-v3-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
49
+ | [llama2-13b-dpo-v3-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
50
+ | [llama2-13b-dpo-v3-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-13b-dpo-v3-GGUF/tree/main/llama2-13b-dpo-v3-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/llama2-13b-dpo-v3-GGUF --include "llama2-13b-dpo-v3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/llama2-13b-dpo-v3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
llama2-13b-dpo-v3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddb2608e6452c2e18abf74d6fcc186cdbbe22c94f6d480fa35e64f6c06aa813
3
+ size 4938918080
llama2-13b-dpo-v3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8f950a8e96211ae35d6d8cb498266aff10fdbcf0437eb20563eaa8ec733a5b
3
+ size 7021662400
llama2-13b-dpo-v3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ef0f337bb0a49064090fb616c13f49e4ca30314836374d83ee091bf81fc4c3
3
+ size 6429872320
llama2-13b-dpo-v3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c300fb0793f22d89d1ed7a9b9190ebff7dce1e95e8acc32c27c8b04eade83ebd
3
+ size 5751083200
llama2-13b-dpo-v3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0213fd73e4cc6d107eff482764d30818e45bdcb8f26a3c8dc00a06e8b2e7378
3
+ size 7467686080
llama2-13b-dpo-v3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24cd68913326146302b9258d23e01a8ae4009f97f2407dbbb9a9029da1c894f7
3
+ size 7967807680
llama2-13b-dpo-v3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f8cca9c9dd9cc3b1b17f98488e725ddcc6eb257e6778fd7d13c66df13260ca
3
+ size 7525030080
llama2-13b-dpo-v3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcd92e8090f8766ea51da9fcf0d4af04f0a0f82a65cbfe9229ed8725e1ca171
3
+ size 9083312320
llama2-13b-dpo-v3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1399dd3bb175e7fef6e6268df4efd367f3787c6abc17422fc26aff2631be206
3
+ size 9340950720
llama2-13b-dpo-v3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35854ae9efbd5a6f609f410413d0eb03dae6f6fbf82f5634df2249e19a8b2047
3
+ size 9083312320
llama2-13b-dpo-v3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9defa6d0ef9a1529abc5482b5aa6422da155a9719c4514f4e1d361162c52cb45
3
+ size 10799915200
llama2-13b-dpo-v3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4925406a78a4cd83e33be19fed160c161d811a558f31e2307bb2a60e80bc7cdb
3
+ size 13987647680