GGUF
English
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
69a1d61
·
verified ·
1 Parent(s): 6d6bec3

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
+ tulu-2-dpo-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tulu-2-dpo-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tulu-2-dpo-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tulu-2-dpo-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tulu-2-dpo-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tulu-2-dpo-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tulu-2-dpo-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tulu-2-dpo-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tulu-2-dpo-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tulu-2-dpo-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tulu-2-dpo-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tulu-2-dpo-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - HuggingFaceH4/ultrafeedback_binarized
4
+ - allenai/tulu-v2-sft-mixture
5
+ language:
6
+ - en
7
+ base_model: allenai/tulu-2-dpo-13b
8
+ license: other
9
+ license_name: ai2-impact-license-low-risk
10
+ license_link: https://allenai.org/impact-license
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ model-index:
15
+ - name: tulu-2-dpo-13b
16
+ results: []
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## allenai/tulu-2-dpo-13b - GGUF
31
+
32
+ This repo contains GGUF format model files for [allenai/tulu-2-dpo-13b](https://huggingface.co/allenai/tulu-2-dpo-13b).
33
+
34
+ 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).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+ <|user|>
46
+ {prompt}
47
+ <|assistant|>
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [tulu-2-dpo-13b-Q2_K.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [tulu-2-dpo-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
56
+ | [tulu-2-dpo-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
57
+ | [tulu-2-dpo-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
58
+ | [tulu-2-dpo-13b-Q4_0.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [tulu-2-dpo-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
60
+ | [tulu-2-dpo-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
61
+ | [tulu-2-dpo-13b-Q5_0.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [tulu-2-dpo-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
63
+ | [tulu-2-dpo-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
64
+ | [tulu-2-dpo-13b-Q6_K.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
65
+ | [tulu-2-dpo-13b-Q8_0.gguf](https://huggingface.co/tensorblock/tulu-2-dpo-13b-GGUF/blob/main/tulu-2-dpo-13b-Q8_0.gguf) | Q8_0 | 12.881 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/tulu-2-dpo-13b-GGUF --include "tulu-2-dpo-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/tulu-2-dpo-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
tulu-2-dpo-13b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f7aa6d2e6a002e2388e72f8d8f6de27f582b8da90bda7b16a73360b5145338
3
+ size 4854271104
tulu-2-dpo-13b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72a9c822adb66a79548ac5bd919d2528fffaebb6cbb42962f561c37acd87f19
3
+ size 6929560704
tulu-2-dpo-13b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:775bb62884103550b39ca41cdb89eb9a7711d3ea74965dbfe9a396a88e8ac99d
3
+ size 6337770624
tulu-2-dpo-13b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c81978ba520e3409ce44ed33c052cb902a99ddbabae3cfaaeef5db540d90796
3
+ size 5658981504
tulu-2-dpo-13b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c328b9452c398c1da9ef5bb5944815192763cc03ac26c78f60903215db2cc8
3
+ size 7365835904
tulu-2-dpo-13b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283190e66249052c3ba4a9694ee6a1ffe4776c6dad728f850bbba37ef0cb6fef
3
+ size 7865957504
tulu-2-dpo-13b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cfd7dd68d8cfa36761fdd6d3165952b53ea995bd5ab22da962b39430a1858a3
3
+ size 7423179904
tulu-2-dpo-13b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1293786d90abd87db208644eaae9778fe629cbb4bc5a4a5129600b17f103705
3
+ size 8972287104
tulu-2-dpo-13b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24f794c67617d45e6006a72cc0939f43e73da8d260762d208f233abb8677858
3
+ size 9229925504
tulu-2-dpo-13b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33ea09139ecc03ededbc38b2e7626a336fb2681c8d1a7063f37e92a6d651809c
3
+ size 8972287104
tulu-2-dpo-13b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99dfa32aa637baf4fae5b7bbf96ea25d0b2994b5be53b58f6b9625dd7094b220
3
+ size 10679141504
tulu-2-dpo-13b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0027b9206eaf04a78cf7448110be189004431cea59055a301b61449f9360609
3
+ size 13831320704