morriszms commited on
Commit
ca98913
1 Parent(s): 33f5b33

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-27b-it-SimPO-37K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-2-27b-it-SimPO-37K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-2-27b-it-SimPO-37K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-2-27b-it-SimPO-37K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-2-27b-it-SimPO-37K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-2-27b-it-SimPO-37K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-2-27b-it-SimPO-37K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-2-27b-it-SimPO-37K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-2-27b-it-SimPO-37K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-2-27b-it-SimPO-37K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-2-27b-it-SimPO-37K-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-2-27b-it-SimPO-37K-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ base_model: AALF/gemma-2-27b-it-SimPO-37K
6
+ tags:
7
+ - alignment-handbook
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## AALF/gemma-2-27b-it-SimPO-37K - GGUF
25
+
26
+ This repo contains GGUF format model files for [AALF/gemma-2-27b-it-SimPO-37K](https://huggingface.co/AALF/gemma-2-27b-it-SimPO-37K).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+ <bos><start_of_turn>user
34
+ {system_prompt}
35
+
36
+ {prompt}<end_of_turn>
37
+ <start_of_turn>model
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [gemma-2-27b-it-SimPO-37K-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q2_K.gguf) | Q2_K | 9.732 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [gemma-2-27b-it-SimPO-37K-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q3_K_S.gguf) | Q3_K_S | 11.333 GB | very small, high quality loss |
46
+ | [gemma-2-27b-it-SimPO-37K-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q3_K_M.gguf) | Q3_K_M | 12.503 GB | very small, high quality loss |
47
+ | [gemma-2-27b-it-SimPO-37K-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q3_K_L.gguf) | Q3_K_L | 13.522 GB | small, substantial quality loss |
48
+ | [gemma-2-27b-it-SimPO-37K-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q4_0.gguf) | Q4_0 | 14.555 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [gemma-2-27b-it-SimPO-37K-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q4_K_S.gguf) | Q4_K_S | 14.658 GB | small, greater quality loss |
50
+ | [gemma-2-27b-it-SimPO-37K-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q4_K_M.gguf) | Q4_K_M | 15.502 GB | medium, balanced quality - recommended |
51
+ | [gemma-2-27b-it-SimPO-37K-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q5_0.gguf) | Q5_0 | 17.587 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [gemma-2-27b-it-SimPO-37K-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q5_K_S.gguf) | Q5_K_S | 17.587 GB | large, low quality loss - recommended |
53
+ | [gemma-2-27b-it-SimPO-37K-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q5_K_M.gguf) | Q5_K_M | 18.075 GB | large, very low quality loss - recommended |
54
+ | [gemma-2-27b-it-SimPO-37K-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q6_K.gguf) | Q6_K | 20.809 GB | very large, extremely low quality loss |
55
+ | [gemma-2-27b-it-SimPO-37K-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2-27b-it-SimPO-37K-GGUF/tree/main/gemma-2-27b-it-SimPO-37K-Q8_0.gguf) | Q8_0 | 26.950 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/gemma-2-27b-it-SimPO-37K-GGUF --include "gemma-2-27b-it-SimPO-37K-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/gemma-2-27b-it-SimPO-37K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
gemma-2-27b-it-SimPO-37K-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6987ae913fdf0cf2d0cda2574ca97df0c792a1559ebd016fac8c889d7be2a79
3
+ size 10449575840
gemma-2-27b-it-SimPO-37K-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7513571f1282e8e870d135959d8500c2d4b35957692991d1e5a4d06bede06731
3
+ size 14519361440
gemma-2-27b-it-SimPO-37K-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e2a7c2b675c3795fbdcdb645c4972c9beab0f35bfdb7ed7960d3484eeeb4de
3
+ size 13424648096
gemma-2-27b-it-SimPO-37K-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b0a9f7c2fe96b7006781b2f81990ad06cbbe6c59856d1fc89156ff4cd00b48
3
+ size 12169060256
gemma-2-27b-it-SimPO-37K-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a873689ff8968165bf1f833dd109d74fb60bb42a480c9b1fb36dcacab3cebb3
3
+ size 15628378016
gemma-2-27b-it-SimPO-37K-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4fc424cd0de9a02d0a49ea9b86454fc4e27c8307c3bb3ed0b14c81a003d96f
3
+ size 16645382048
gemma-2-27b-it-SimPO-37K-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743b22e8b90d4f993f2179ea304a81f25aa5c53b3fa61412e74c2f78a88cad31
3
+ size 15739264928
gemma-2-27b-it-SimPO-37K-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9df6bedd4e97e8b16399a1ed85cd76f9e13b148d6a4a8d68dff44898435caef8
3
+ size 18884206496
gemma-2-27b-it-SimPO-37K-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1a06f44fe8551640aa834e3337422e40f0610f0cabcb4bd0256242df40b830
3
+ size 19408117664
gemma-2-27b-it-SimPO-37K-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03e30714a0bcf3ae88d11a4ebdc7dce25d44c07c18d28a72f3058d1390a8dbf
3
+ size 18884206496
gemma-2-27b-it-SimPO-37K-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2779545469d8b138f7fe2e9e458090e225070cda1d90e7add805aaf4f1032890
3
+ size 22343524256
gemma-2-27b-it-SimPO-37K-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f902c8a26782fa2b695ac1c2a549be40d4ce6f1ab160a26541262ff39faa7c
3
+ size 28937387936