morriszms commited on
Commit
3a08cdf
1 Parent(s): 40550da

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
+ gemma-2-9b-it-DPO-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-2-9b-it-DPO-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-2-9b-it-DPO-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-2-9b-it-DPO-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-2-9b-it-DPO-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-2-9b-it-DPO-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-2-9b-it-DPO-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-2-9b-it-DPO-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-2-9b-it-DPO-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-2-9b-it-DPO-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-2-9b-it-DPO-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-2-9b-it-DPO-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: princeton-nlp/gemma-2-9b-it-DPO
3
+ tags:
4
+ - alignment-handbook
5
+ - generated_from_trainer
6
+ - TensorBlock
7
+ - GGUF
8
+ datasets:
9
+ - princeton-nlp/gemma2-ultrafeedback-armorm
10
+ model-index:
11
+ - name: princeton-nlp/gemma-2-9b-it-DPO
12
+ results: []
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## princeton-nlp/gemma-2-9b-it-DPO - GGUF
27
+
28
+ This repo contains GGUF format model files for [princeton-nlp/gemma-2-9b-it-DPO](https://huggingface.co/princeton-nlp/gemma-2-9b-it-DPO).
29
+
30
+ 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).
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <bos><start_of_turn>user
36
+ {system_prompt}
37
+
38
+ {prompt}<end_of_turn>
39
+ <start_of_turn>model
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [gemma-2-9b-it-DPO-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q2_K.gguf) | Q2_K | 3.544 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [gemma-2-9b-it-DPO-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q3_K_S.gguf) | Q3_K_S | 4.040 GB | very small, high quality loss |
48
+ | [gemma-2-9b-it-DPO-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q3_K_M.gguf) | Q3_K_M | 4.435 GB | very small, high quality loss |
49
+ | [gemma-2-9b-it-DPO-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q3_K_L.gguf) | Q3_K_L | 4.780 GB | small, substantial quality loss |
50
+ | [gemma-2-9b-it-DPO-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q4_0.gguf) | Q4_0 | 5.069 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [gemma-2-9b-it-DPO-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q4_K_S.gguf) | Q4_K_S | 5.103 GB | small, greater quality loss |
52
+ | [gemma-2-9b-it-DPO-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q4_K_M.gguf) | Q4_K_M | 5.365 GB | medium, balanced quality - recommended |
53
+ | [gemma-2-9b-it-DPO-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q5_0.gguf) | Q5_0 | 6.038 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [gemma-2-9b-it-DPO-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q5_K_S.gguf) | Q5_K_S | 6.038 GB | large, low quality loss - recommended |
55
+ | [gemma-2-9b-it-DPO-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q5_K_M.gguf) | Q5_K_M | 6.191 GB | large, very low quality loss - recommended |
56
+ | [gemma-2-9b-it-DPO-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q6_K.gguf) | Q6_K | 7.068 GB | very large, extremely low quality loss |
57
+ | [gemma-2-9b-it-DPO-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q8_0.gguf) | Q8_0 | 9.152 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/gemma-2-9b-it-DPO-GGUF --include "gemma-2-9b-it-DPO-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/gemma-2-9b-it-DPO-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
gemma-2-9b-it-DPO-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:954fed9bc2acbd7c4eb1a14c5fffde1bcea7db5b07784376d0f499893dc28f03
3
+ size 3805398336
gemma-2-9b-it-DPO-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e66bc6bd203386277d76b3c71ccfaad56a5cf1040aa09e8c21c31f5176ac6cc
3
+ size 5132453184
gemma-2-9b-it-DPO-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7a8cb3cbf466d7872183719f8717cb91bc118f06bd4d87fac118d2e8b5cd11
3
+ size 4761781568
gemma-2-9b-it-DPO-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6d5d59b3f1202b2aa169c856569c67266446ebe26c869c0b52c96a88029e14
3
+ size 4337665344
gemma-2-9b-it-DPO-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccecf5e8baeddcffd7bf329e5e3cfd01a403676937f2c011eb7e16a431709d7c
3
+ size 5443142976
gemma-2-9b-it-DPO-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08953577f8f4b5ec821d44efecfae439ba329862052c7bf227a02bf5aedcc22b
3
+ size 5761058112
gemma-2-9b-it-DPO-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab5cdf90159ad92354f64ba166c962cf91cf80389d755d3f989fa2dea185937
3
+ size 5478925632
gemma-2-9b-it-DPO-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2133c8a9b990295673583ee09f3418e79f6719f06d44fbbe917edabb2e6903a8
3
+ size 6483592512
gemma-2-9b-it-DPO-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3554858a662ad519a960858b2f7f0c1c13997def285adbf907f3911cf44c4b0
3
+ size 6647366976
gemma-2-9b-it-DPO-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1238fcbfdee822766a9c9e471b70068b5c935e7142d0537cfc1c2d3d4b25552c
3
+ size 6483592512
gemma-2-9b-it-DPO-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ae393c27b795eb4a3d8091daaaea96b75ab57944433e2b88f0502edbc77020
3
+ size 7589070144
gemma-2-9b-it-DPO-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e6d0352d7de3b2c0f0b27bf857ae02266f4bd49a608e967ad04d2b8ed3f439
3
+ size 9827149120