morriszms commited on
Commit
6073263
1 Parent(s): e94fad4

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
+ SeaQwen2-0.5B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaQwen2-0.5B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaQwen2-0.5B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaQwen2-0.5B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaQwen2-0.5B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaQwen2-0.5B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaQwen2-0.5B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaQwen2-0.5B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaQwen2-0.5B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaQwen2-0.5B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaQwen2-0.5B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaQwen2-0.5B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - SeacomSrl/rag-data
5
+ language:
6
+ - it
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: SeacomSrl/SeaQwen2-0.5B
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## SeacomSrl/SeaQwen2-0.5B - GGUF
25
+
26
+ This repo contains GGUF format model files for [SeacomSrl/SeaQwen2-0.5B](https://huggingface.co/SeacomSrl/SeaQwen2-0.5B).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+ <|im_start|>system
34
+ {system_prompt}<|im_end|>
35
+ <|im_start|>user
36
+ {prompt}<|im_end|>
37
+ <|im_start|>assistant
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [SeaQwen2-0.5B-Q2_K.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q2_K.gguf) | Q2_K | 0.315 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [SeaQwen2-0.5B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q3_K_S.gguf) | Q3_K_S | 0.315 GB | very small, high quality loss |
46
+ | [SeaQwen2-0.5B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q3_K_M.gguf) | Q3_K_M | 0.331 GB | very small, high quality loss |
47
+ | [SeaQwen2-0.5B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q3_K_L.gguf) | Q3_K_L | 0.344 GB | small, substantial quality loss |
48
+ | [SeaQwen2-0.5B-Q4_0.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q4_0.gguf) | Q4_0 | 0.328 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [SeaQwen2-0.5B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q4_K_S.gguf) | Q4_K_S | 0.359 GB | small, greater quality loss |
50
+ | [SeaQwen2-0.5B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q4_K_M.gguf) | Q4_K_M | 0.370 GB | medium, balanced quality - recommended |
51
+ | [SeaQwen2-0.5B-Q5_0.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q5_0.gguf) | Q5_0 | 0.370 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [SeaQwen2-0.5B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q5_K_S.gguf) | Q5_K_S | 0.384 GB | large, low quality loss - recommended |
53
+ | [SeaQwen2-0.5B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q5_K_M.gguf) | Q5_K_M | 0.391 GB | large, very low quality loss - recommended |
54
+ | [SeaQwen2-0.5B-Q6_K.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q6_K.gguf) | Q6_K | 0.471 GB | very large, extremely low quality loss |
55
+ | [SeaQwen2-0.5B-Q8_0.gguf](https://huggingface.co/tensorblock/SeaQwen2-0.5B-GGUF/tree/main/SeaQwen2-0.5B-Q8_0.gguf) | Q8_0 | 0.495 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/SeaQwen2-0.5B-GGUF --include "SeaQwen2-0.5B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/SeaQwen2-0.5B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
SeaQwen2-0.5B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834f0b2cee7532eb375b725a8e1b40fe453953661a1b29cb11e4bedfb620e8cd
3
+ size 338604768
SeaQwen2-0.5B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3d46d64b0b5db7a0b85f60a75b4523bbbc07832db0b9be441352f9b73a14a55
3
+ size 369355488
SeaQwen2-0.5B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d000093df5a368933571f6f92fe55f34e8e2ba3c5fb63a4dbd3176849302986b
3
+ size 355463904
SeaQwen2-0.5B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5048a365e3c6626c8fb33bec9ca0356df8c64b477f56314b288823fc10e8488b
3
+ size 338260704
SeaQwen2-0.5B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d7d1ff35b47ecf942db2c768a95de6abae10cd285c825febc9e4654daa8dc8
3
+ size 352152288
SeaQwen2-0.5B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c00d9919e2a567f150e34035b68ebccb8cc40dc50b2654e7c04708db4389cc1
3
+ size 397805280
SeaQwen2-0.5B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26d2c19325d85d0385a03c717f8d0d778f29e564ef838e2a8cfb7d1a34bf048
3
+ size 385469152
SeaQwen2-0.5B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d3868edb059235370ee7d8646e56e46b5e4d951187f31430895d27be1f5093
3
+ size 396880608
SeaQwen2-0.5B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a2dddf538fa9f728abdb3187e5b4c6a9227a1c905a4ed6ce0ce1309c285c29d
3
+ size 420083424
SeaQwen2-0.5B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3033855b23914d8d72b66e721012df18f903ab69ecc4b2787328f9bad0cb8b43
3
+ size 412707552
SeaQwen2-0.5B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb331a7deb361195672f288d65f0d3229a23ef0105783e5471b0ee7a17240354
3
+ size 505733856
SeaQwen2-0.5B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0121b688296fab362c77a1fed8896fc2be6aa9e6ad8d6fa2cfa6d62b091988ea
3
+ size 531065568