morriszms commited on
Commit
35a09fa
·
verified ·
1 Parent(s): 89e9916

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-14b-dpo-test-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ lambda-qwen2.5-14b-dpo-test-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ lambda-qwen2.5-14b-dpo-test-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ lambda-qwen2.5-14b-dpo-test-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ lambda-qwen2.5-14b-dpo-test-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ lambda-qwen2.5-14b-dpo-test-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ lambda-qwen2.5-14b-dpo-test-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ lambda-qwen2.5-14b-dpo-test-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ lambda-qwen2.5-14b-dpo-test-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ lambda-qwen2.5-14b-dpo-test-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ lambda-qwen2.5-14b-dpo-test-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ lambda-qwen2.5-14b-dpo-test-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: tanliboy/lambda-qwen2.5-14b-dpo-test
5
+ tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - dpo
9
+ - generated_from_trainer
10
+ - TensorBlock
11
+ - GGUF
12
+ datasets:
13
+ - HuggingFaceH4/ultrafeedback_binarized
14
+ model-index:
15
+ - name: lambda-qwen2.5-14b-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-14b-dpo-test - GGUF
31
+
32
+ This repo contains GGUF format model files for [tanliboy/lambda-qwen2.5-14b-dpo-test](https://huggingface.co/tanliboy/lambda-qwen2.5-14b-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
+ ## Prompt template
37
+
38
+ ```
39
+ <|im_start|>system
40
+ {system_prompt}<|im_end|>
41
+ <|im_start|>user
42
+ {prompt}<|im_end|>
43
+ <|im_start|>assistant
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [lambda-qwen2.5-14b-dpo-test-Q2_K.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q2_K.gguf) | Q2_K | 5.374 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [lambda-qwen2.5-14b-dpo-test-Q3_K_S.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q3_K_S.gguf) | Q3_K_S | 6.202 GB | very small, high quality loss |
52
+ | [lambda-qwen2.5-14b-dpo-test-Q3_K_M.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q3_K_M.gguf) | Q3_K_M | 6.835 GB | very small, high quality loss |
53
+ | [lambda-qwen2.5-14b-dpo-test-Q3_K_L.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q3_K_L.gguf) | Q3_K_L | 7.381 GB | small, substantial quality loss |
54
+ | [lambda-qwen2.5-14b-dpo-test-Q4_0.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q4_0.gguf) | Q4_0 | 7.933 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [lambda-qwen2.5-14b-dpo-test-Q4_K_S.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q4_K_S.gguf) | Q4_K_S | 7.985 GB | small, greater quality loss |
56
+ | [lambda-qwen2.5-14b-dpo-test-Q4_K_M.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q4_K_M.gguf) | Q4_K_M | 8.371 GB | medium, balanced quality - recommended |
57
+ | [lambda-qwen2.5-14b-dpo-test-Q5_0.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q5_0.gguf) | Q5_0 | 9.561 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [lambda-qwen2.5-14b-dpo-test-Q5_K_S.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q5_K_S.gguf) | Q5_K_S | 9.561 GB | large, low quality loss - recommended |
59
+ | [lambda-qwen2.5-14b-dpo-test-Q5_K_M.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q5_K_M.gguf) | Q5_K_M | 9.787 GB | large, very low quality loss - recommended |
60
+ | [lambda-qwen2.5-14b-dpo-test-Q6_K.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q6_K.gguf) | Q6_K | 11.292 GB | very large, extremely low quality loss |
61
+ | [lambda-qwen2.5-14b-dpo-test-Q8_0.gguf](https://huggingface.co/tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF/tree/main/lambda-qwen2.5-14b-dpo-test-Q8_0.gguf) | Q8_0 | 14.623 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF --include "lambda-qwen2.5-14b-dpo-test-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/lambda-qwen2.5-14b-dpo-test-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
lambda-qwen2.5-14b-dpo-test-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59509a5b46897c0bd55547beb77f74177f2176322fbec8a7a404dbaa3cf48e01
3
+ size 5770497984
lambda-qwen2.5-14b-dpo-test-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece3feb7d5a6f3f276180a657fb203449c5cdefbcbc69bcf09a4bc02f9347513
3
+ size 7924768704
lambda-qwen2.5-14b-dpo-test-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e495e8b9dc2349deff01a62c14a5aa4a9ccc6779829a799229df5586112dde
3
+ size 7339204544
lambda-qwen2.5-14b-dpo-test-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b95dcadd0e4a613529ac5727a75b2f1edd54518ce4e15bb158efdcc4a6e3ac
3
+ size 6659596224
lambda-qwen2.5-14b-dpo-test-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d981e2783a4dae274ab7c1c075765afad9f64492711b1beb631628c1178b5ed
3
+ size 8517726144
lambda-qwen2.5-14b-dpo-test-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3035b9f7171009e21c5fdf342fde5e5911da43ebacbf2670fa918f6bd6fd68b1
3
+ size 8988110784
lambda-qwen2.5-14b-dpo-test-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74feb71ab7feec29078505d307f3e643633b7d5e9b48642dd9dbc7a3e4f0dc51
3
+ size 8573431744
lambda-qwen2.5-14b-dpo-test-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90db2153505638a85761c261b6b11f49fafabb88dfbdecf366257b8da5bcfb56
3
+ size 10266554304
lambda-qwen2.5-14b-dpo-test-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaa9ad38cb8106defafad8cf329ecb5708476954b92f32bf6bdea42b2ee6c127
3
+ size 10508873664
lambda-qwen2.5-14b-dpo-test-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780417d7b6115178be0bdf05b972382885b068b01f59f64646cdb98007ecd51b
3
+ size 10266554304
lambda-qwen2.5-14b-dpo-test-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc0ccda64c1a75f9e0e341fcb0e60dccdd56c2f77adf4abff0cf85d6a6640fe
3
+ size 12124684224
lambda-qwen2.5-14b-dpo-test-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e8c8b3b93f65f5ec451a554b4aa36f21ce4515d3e793c516a26b2626e12f764
3
+ size 15701598144