morriszms commited on
Commit
b83254e
1 Parent(s): 5283ffc

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
+ orpo_med_v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ orpo_med_v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ orpo_med_v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ orpo_med_v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ orpo_med_v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ orpo_med_v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ orpo_med_v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ orpo_med_v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ orpo_med_v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ orpo_med_v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ orpo_med_v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ orpo_med_v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Jayant9928/orpo_med_v0
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## Jayant9928/orpo_med_v0 - GGUF
21
+
22
+ This repo contains GGUF format model files for [Jayant9928/orpo_med_v0](https://huggingface.co/Jayant9928/orpo_med_v0).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ <|im_start|>system
30
+ {system_prompt}<|im_end|>
31
+ <|im_start|>user
32
+ {prompt}<|im_end|>
33
+ <|im_start|>assistant
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [orpo_med_v0-Q2_K.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [orpo_med_v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
42
+ | [orpo_med_v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
43
+ | [orpo_med_v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
44
+ | [orpo_med_v0-Q4_0.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [orpo_med_v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
46
+ | [orpo_med_v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
47
+ | [orpo_med_v0-Q5_0.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [orpo_med_v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
49
+ | [orpo_med_v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
50
+ | [orpo_med_v0-Q6_K.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
51
+ | [orpo_med_v0-Q8_0.gguf](https://huggingface.co/tensorblock/orpo_med_v0-GGUF/tree/main/orpo_med_v0-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
52
+
53
+
54
+ ## Downloading instruction
55
+
56
+ ### Command line
57
+
58
+ Firstly, install Huggingface Client
59
+
60
+ ```shell
61
+ pip install -U "huggingface_hub[cli]"
62
+ ```
63
+
64
+ Then, downoad the individual model file the a local directory
65
+
66
+ ```shell
67
+ huggingface-cli download tensorblock/orpo_med_v0-GGUF --include "orpo_med_v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
68
+ ```
69
+
70
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/orpo_med_v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
orpo_med_v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c5a0947abdb65d3045e7f05f797274c41a0c1389a8565bb347fc1ba18eec3d
3
+ size 3179140640
orpo_med_v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5401c57acc55ac3aaec9d967ce8d7e3262302d4a0aaece6cac32deff48ff20
3
+ size 4321966432
orpo_med_v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec16b184b502436bbcbb37ea233f3fb4117b11fb6af88c3f0aef0fb8e02152b
3
+ size 4018927968
orpo_med_v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf4f9262d99efa9f545dcd5ddb10b0f0ef4eb421434e21cb5d247fe5b1c4dda
3
+ size 3664509280
orpo_med_v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6388130238a87b363d509d98014fff17bce35221d51c9eb24248a61239f3c31
3
+ size 4661222816
orpo_med_v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6301332c7b529629e407dde3539d239c19e8f71ba05952fa9c8e319594f0d6
3
+ size 4920745376
orpo_med_v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0432d9bcce38e366c026edb2ed88dc7cb04638e4f2820930ddf40d81cc564d1
3
+ size 4692680096
orpo_med_v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374edf791c3c7251570c3ea9d655cd7ff7cbf560ee45a330837f324c87a70d8a
3
+ size 5599306144
orpo_med_v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7663367551f27bd541929146b8e901ba6bd4b1024c65d73917fe966141cfda
3
+ size 5732999584
orpo_med_v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:190458e1d719f0b1201c5f18493aff989f8175032572df4476a3375d1a2a6704
3
+ size 5599306144
orpo_med_v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9736c3cba0eaf5391b0f34630fdd6a209f409ebb34df6b5b25309461bae68d91
3
+ size 6596019680
orpo_med_v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2b0b67da3dfc553435a7e7ffa3aae25a650bdf2e7943b3a74a25d9f29fade7
3
+ size 8540788064