morriszms commited on
Commit
9da7459
·
verified ·
1 Parent(s): ffed23b

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
+ qwen2-0.5b-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ qwen2-0.5b-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ qwen2-0.5b-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ qwen2-0.5b-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ qwen2-0.5b-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ qwen2-0.5b-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ qwen2-0.5b-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ qwen2-0.5b-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ qwen2-0.5b-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ qwen2-0.5b-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ qwen2-0.5b-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ qwen2-0.5b-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: yangzhao02/qwen2-0.5b-sft
4
+ tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - HuggingFaceH4/ultrachat_200k
13
+ model-index:
14
+ - name: qwen2-0.5b-sft
15
+ results: []
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## yangzhao02/qwen2-0.5b-sft - GGUF
30
+
31
+ This repo contains GGUF format model files for [yangzhao02/qwen2-0.5b-sft](https://huggingface.co/yangzhao02/qwen2-0.5b-sft).
32
+
33
+ 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).
34
+
35
+ <div style="text-align: left; margin: 20px 0;">
36
+ <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;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <|im_start|>system
45
+ {system_prompt}<|im_end|>
46
+ <|im_start|>user
47
+ {prompt}<|im_end|>
48
+ <|im_start|>assistant
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [qwen2-0.5b-sft-Q2_K.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q2_K.gguf) | Q2_K | 0.338 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [qwen2-0.5b-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q3_K_S.gguf) | Q3_K_S | 0.338 GB | very small, high quality loss |
57
+ | [qwen2-0.5b-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q3_K_M.gguf) | Q3_K_M | 0.355 GB | very small, high quality loss |
58
+ | [qwen2-0.5b-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q3_K_L.gguf) | Q3_K_L | 0.369 GB | small, substantial quality loss |
59
+ | [qwen2-0.5b-sft-Q4_0.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q4_0.gguf) | Q4_0 | 0.352 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [qwen2-0.5b-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q4_K_S.gguf) | Q4_K_S | 0.385 GB | small, greater quality loss |
61
+ | [qwen2-0.5b-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q4_K_M.gguf) | Q4_K_M | 0.398 GB | medium, balanced quality - recommended |
62
+ | [qwen2-0.5b-sft-Q5_0.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q5_0.gguf) | Q5_0 | 0.397 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [qwen2-0.5b-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q5_K_S.gguf) | Q5_K_S | 0.412 GB | large, low quality loss - recommended |
64
+ | [qwen2-0.5b-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q5_K_M.gguf) | Q5_K_M | 0.420 GB | large, very low quality loss - recommended |
65
+ | [qwen2-0.5b-sft-Q6_K.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q6_K.gguf) | Q6_K | 0.505 GB | very large, extremely low quality loss |
66
+ | [qwen2-0.5b-sft-Q8_0.gguf](https://huggingface.co/tensorblock/qwen2-0.5b-sft-GGUF/blob/main/qwen2-0.5b-sft-Q8_0.gguf) | Q8_0 | 0.531 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/qwen2-0.5b-sft-GGUF --include "qwen2-0.5b-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/qwen2-0.5b-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
qwen2-0.5b-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cda89bc65bbd67272d4d264972c72a54483e0e6b9a31e5dd9842c287604bb22
3
+ size 338322304
qwen2-0.5b-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318935c408c8cb28feb4f5f87a3c0f38774724f47c594236582d5e010b1fccf8
3
+ size 369073024
qwen2-0.5b-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec5c64b4b275cac9fc92fde8707a108d70efda30a24f65f80dbd9ff9c68e311
3
+ size 355181440
qwen2-0.5b-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73913ded80da0947c502a6f17436e3338b55e19dcfb0b82ddf50946024035ac
3
+ size 337978240
qwen2-0.5b-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d15c89d3d17aaec54cbfa4146f633ba34b088453b56248cb320cbc33d9b60e9
3
+ size 351869824
qwen2-0.5b-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:832f098d76a0353a12c02602bab4ba6e31f1f439e55941a38279fe5165ea8b4f
3
+ size 397522816
qwen2-0.5b-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9428df4ace22fcc51bd169b7ee90cb89cfb48b4018d0025b2b4f0d0564e8f471
3
+ size 385186688
qwen2-0.5b-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb6af528c70365e30e856444640dab03b5b58d48566a99fbfa9263aa640eb32b
3
+ size 396598144
qwen2-0.5b-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a93c05612cf81dea6b9b92dd78be1ad9096901244484fd29547b6c1409d06a32
3
+ size 419800960
qwen2-0.5b-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a922e3b1af96d8a44dc37efdfe87bcfca51a4ef65fd352f9531c787380f5437a
3
+ size 412425088
qwen2-0.5b-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c4f6c0937914682e336a3dd5dc93d1c94637de57ad2cbaac5277fef5ec0a90
3
+ size 505451392
qwen2-0.5b-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0271a758096b93f82dfc1b51ac5872eb901fcfb25de35765d79138cc2e64e1fe
3
+ size 530783104