morriszms commited on
Commit
92354e3
·
verified ·
1 Parent(s): 0fd9f67

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
+ lambda-qwen2.5-32b-dpo-test-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ lambda-qwen2.5-32b-dpo-test-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ lambda-qwen2.5-32b-dpo-test-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ lambda-qwen2.5-32b-dpo-test-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ lambda-qwen2.5-32b-dpo-test-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ lambda-qwen2.5-32b-dpo-test-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ lambda-qwen2.5-32b-dpo-test-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ lambda-qwen2.5-32b-dpo-test-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ lambda-qwen2.5-32b-dpo-test-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ lambda-qwen2.5-32b-dpo-test-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ lambda-qwen2.5-32b-dpo-test-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ lambda-qwen2.5-32b-dpo-test-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: tanliboy/lambda-qwen2.5-32b-dpo-test
5
+ tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - dpo
9
+ - generated_from_trainer
10
+ - TensorBlock
11
+ - GGUF
12
+ datasets:
13
+ - tanliboy/orca_dpo_pairs
14
+ model-index:
15
+ - name: lambda-qwen2.5-32b-dpo-test
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
+ ## tanliboy/lambda-qwen2.5-32b-dpo-test - GGUF
31
+
32
+ This repo contains GGUF format model files for [tanliboy/lambda-qwen2.5-32b-dpo-test](https://huggingface.co/tanliboy/lambda-qwen2.5-32b-dpo-test).
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
+ <|im_start|>system
46
+ {system_prompt}<|im_end|>
47
+ <|im_start|>user
48
+ {prompt}<|im_end|>
49
+ <|im_start|>assistant
50
+ ```
51
+
52
+ ## Model file specification
53
+
54
+ | Filename | Quant type | File Size | Description |
55
+ | -------- | ---------- | --------- | ----------- |
56
+ | [lambda-qwen2.5-32b-dpo-test-Q2_K.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q2_K.gguf) | Q2_K | 11.467 GB | smallest, significant quality loss - not recommended for most purposes |
57
+ | [lambda-qwen2.5-32b-dpo-test-Q3_K_S.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q3_K_S.gguf) | Q3_K_S | 13.404 GB | very small, high quality loss |
58
+ | [lambda-qwen2.5-32b-dpo-test-Q3_K_M.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q3_K_M.gguf) | Q3_K_M | 14.841 GB | very small, high quality loss |
59
+ | [lambda-qwen2.5-32b-dpo-test-Q3_K_L.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q3_K_L.gguf) | Q3_K_L | 16.063 GB | small, substantial quality loss |
60
+ | [lambda-qwen2.5-32b-dpo-test-Q4_0.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q4_0.gguf) | Q4_0 | 17.360 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
61
+ | [lambda-qwen2.5-32b-dpo-test-Q4_K_S.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q4_K_S.gguf) | Q4_K_S | 17.494 GB | small, greater quality loss |
62
+ | [lambda-qwen2.5-32b-dpo-test-Q4_K_M.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q4_K_M.gguf) | Q4_K_M | 18.488 GB | medium, balanced quality - recommended |
63
+ | [lambda-qwen2.5-32b-dpo-test-Q5_0.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q5_0.gguf) | Q5_0 | 21.084 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
64
+ | [lambda-qwen2.5-32b-dpo-test-Q5_K_S.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q5_K_S.gguf) | Q5_K_S | 21.084 GB | large, low quality loss - recommended |
65
+ | [lambda-qwen2.5-32b-dpo-test-Q5_K_M.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q5_K_M.gguf) | Q5_K_M | 21.665 GB | large, very low quality loss - recommended |
66
+ | [lambda-qwen2.5-32b-dpo-test-Q6_K.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q6_K.gguf) | Q6_K | 25.040 GB | very large, extremely low quality loss |
67
+ | [lambda-qwen2.5-32b-dpo-test-Q8_0.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF/blob/main/lambda-qwen2.5-32b-dpo-test-Q8_0.gguf) | Q8_0 | 32.429 GB | very large, extremely low quality loss - not recommended |
68
+
69
+
70
+ ## Downloading instruction
71
+
72
+ ### Command line
73
+
74
+ Firstly, install Huggingface Client
75
+
76
+ ```shell
77
+ pip install -U "huggingface_hub[cli]"
78
+ ```
79
+
80
+ Then, downoad the individual model file the a local directory
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF --include "lambda-qwen2.5-32b-dpo-test-Q2_K.gguf" --local-dir MY_LOCAL_DIR
84
+ ```
85
+
86
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
87
+
88
+ ```shell
89
+ huggingface-cli download tensorblock/lambda-qwen2.5-32b-dpo-test-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
90
+ ```
lambda-qwen2.5-32b-dpo-test-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2e64ec60945b3dced38f666857e19384f162fb08cabc76694ab752d93ea112
3
+ size 12313098912
lambda-qwen2.5-32b-dpo-test-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f9b7f7716976c6b2d2edb81aedee17ff6360a27fe9f783f29ccfe711793d0f
3
+ size 17247079072
lambda-qwen2.5-32b-dpo-test-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0ba5a742fe56f3699475c141027554163420114d4a1941f15266c88bad451c
3
+ size 15935048352
lambda-qwen2.5-32b-dpo-test-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1963ca07f70bf620f619f1c369472908b419fe26f7f53857e0b7d426a09509db
3
+ size 14392330912
lambda-qwen2.5-32b-dpo-test-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdfe6af460e44921313782520d89a054b21c325b11b27768f9d79b2250e260ad
3
+ size 18640231072
lambda-qwen2.5-32b-dpo-test-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3d7e9b270e25c46a39aab88dc59a6e78ace770ad1827b97d9df74854759995
3
+ size 19851336352
lambda-qwen2.5-32b-dpo-test-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9270683e44d35b47dbe3290d3213b0a5c16cf954f35c491de57f40f386ddc8
3
+ size 18784410272
lambda-qwen2.5-32b-dpo-test-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b068606625f9550008f1c427f9825616b2646fcaf90bf81fcf17b07ffe34c8
3
+ size 22638254752
lambda-qwen2.5-32b-dpo-test-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43703030b0a59284a8f21a88058b7498c200ba30e06e3fa904b020a28995bfc
3
+ size 23262157472
lambda-qwen2.5-32b-dpo-test-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d8bec5fc17297eea3778bd17cd8ab96dea89438777d8b0121567edbf9146352
3
+ size 22638254752
lambda-qwen2.5-32b-dpo-test-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecf71e2f49d0c2157e3f159940a024f52b13adef8853d36fd8a82c3890ca66d
3
+ size 26886154912
lambda-qwen2.5-32b-dpo-test-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b321c5bb8190f3bfe2d46613abb3a3456cbdb265f7387f0c306957b4bb36941b
3
+ size 34820885152