morriszms commited on
Commit
1d5809e
·
verified ·
1 Parent(s): 7e80866

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