morriszms commited on
Commit
39ca6d4
·
verified ·
1 Parent(s): 4c7b404

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_v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ orpo_v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ orpo_v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ orpo_v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ orpo_v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ orpo_v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ orpo_v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ orpo_v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ orpo_v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ orpo_v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ orpo_v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ orpo_v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: Jayant9928/orpo_v2
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_v2 - GGUF
21
+
22
+ This repo contains GGUF format model files for [Jayant9928/orpo_v2](https://huggingface.co/Jayant9928/orpo_v2).
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_v2-Q2_K.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [orpo_v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
42
+ | [orpo_v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
43
+ | [orpo_v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
44
+ | [orpo_v2-Q4_0.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [orpo_v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
46
+ | [orpo_v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
47
+ | [orpo_v2-Q5_0.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [orpo_v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
49
+ | [orpo_v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
50
+ | [orpo_v2-Q6_K.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
51
+ | [orpo_v2-Q8_0.gguf](https://huggingface.co/tensorblock/orpo_v2-GGUF/tree/main/orpo_v2-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_v2-GGUF --include "orpo_v2-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_v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
orpo_v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1ad065e8ef083b26593eacf5d0caec0e602bb8d090d19c253c75f8af38515b
3
+ size 3179140640
orpo_v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4cbd201cddde17352ab2eb4fd931ae1978cf6baa96f8ad3baba27b74eec8bd7
3
+ size 4321966432
orpo_v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ac460583addba478239ea8ee4935b796a69d0ce8d1f37c3cd9cbb0a0f86e33
3
+ size 4018927968
orpo_v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6f773ddef6b58d3c51e9346aa8812ab94780a7e8a37dc20eba9e8216dba93f
3
+ size 3664509280
orpo_v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea73e84390fe800e218a4951851a2f01e105286e180285bcc5cd21cb5e618f28
3
+ size 4661222816
orpo_v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c7961d03e93ec198c42b2b6890dc8b4a6114c8b3a823988a87c589740afd3d
3
+ size 4920745376
orpo_v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c8fcac11a3db2d229e1d6bd8d3864501a1e39608bafc986e1a3acbefbf7b02
3
+ size 4692680096
orpo_v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b46dd83c95cd61bec77e2e6aa1f6e9d1307cc25c6c39390ae005ba0e467f758
3
+ size 5599306144
orpo_v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba924763c5769af34bbbe1b5a68f4c7bf8aa09d82459751c5a8afce4c0aec56
3
+ size 5732999584
orpo_v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b727d273526cc7856f6a07a0032aa7b3f7a1b1b5fab4f88d2ae8466ce6ebf4bb
3
+ size 5599306144
orpo_v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffbac737cd3696979171ad4482d432f910aa0c31678b5c469245dae026699106
3
+ size 6596019680
orpo_v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334e7d55c0584bfd064aa72f0403e52500931bdbbd61241baa0b3cc41c193a5e
3
+ size 8540788064