morriszms commited on
Commit
6ca06db
·
verified ·
1 Parent(s): 39ad29e

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
+ UIGEN-7B-16bit-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ UIGEN-7B-16bit-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ UIGEN-7B-16bit-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ UIGEN-7B-16bit-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ UIGEN-7B-16bit-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ UIGEN-7B-16bit-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ UIGEN-7B-16bit-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ UIGEN-7B-16bit-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ UIGEN-7B-16bit-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ UIGEN-7B-16bit-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ UIGEN-7B-16bit-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ UIGEN-7B-16bit-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: smirki/UIGEN-7B-16bit
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - qwen2
8
+ - trl
9
+ - sft
10
+ - TensorBlock
11
+ - GGUF
12
+ license: apache-2.0
13
+ language:
14
+ - en
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## smirki/UIGEN-7B-16bit - GGUF
29
+
30
+ This repo contains GGUF format model files for [smirki/UIGEN-7B-16bit](https://huggingface.co/smirki/UIGEN-7B-16bit).
31
+
32
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [UIGEN-7B-16bit-Q2_K.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [UIGEN-7B-16bit-Q3_K_S.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
56
+ | [UIGEN-7B-16bit-Q3_K_M.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
57
+ | [UIGEN-7B-16bit-Q3_K_L.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
58
+ | [UIGEN-7B-16bit-Q4_0.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [UIGEN-7B-16bit-Q4_K_S.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
60
+ | [UIGEN-7B-16bit-Q4_K_M.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
61
+ | [UIGEN-7B-16bit-Q5_0.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [UIGEN-7B-16bit-Q5_K_S.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
63
+ | [UIGEN-7B-16bit-Q5_K_M.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
64
+ | [UIGEN-7B-16bit-Q6_K.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
65
+ | [UIGEN-7B-16bit-Q8_0.gguf](https://huggingface.co/tensorblock/UIGEN-7B-16bit-GGUF/blob/main/UIGEN-7B-16bit-Q8_0.gguf) | Q8_0 | 8.099 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/UIGEN-7B-16bit-GGUF --include "UIGEN-7B-16bit-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/UIGEN-7B-16bit-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
UIGEN-7B-16bit-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7321a7e8ebea706809d78953045ddccbf1806b250035449b7e6d1ebd7ad5680e
3
+ size 3015940608
UIGEN-7B-16bit-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb2981d8d3443b2d5270eda824c23638f0dab1fc213f020a5aae3b5783d3883
3
+ size 4088459776
UIGEN-7B-16bit-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f974c853c924f1d308aca6d32560831364b3f9a741d620eb131ccd58ed5c4b4
3
+ size 3808391680
UIGEN-7B-16bit-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6fb7d00fd58fe70cc65124821844449368d10d45f2de6bd1a025b254e8bc1a8
3
+ size 3492368896
UIGEN-7B-16bit-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edacb904a883cfb6edf230944216877b35bf288f69e2dacac69595f4e826ce44
3
+ size 4431391232
UIGEN-7B-16bit-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:129ea3d889648171bca6a74082a71331da698fdde8feeeabd9209141511b679f
3
+ size 4683074048
UIGEN-7B-16bit-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f8eb54892dcbbf76188da1d49b23db585dc0dfdd1628a758644444aad12b6a
3
+ size 4457769472
UIGEN-7B-16bit-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082d9ef946b6d95128625842328d3e48d2d096d9770712c75ecf9485492ec025
3
+ size 5315176960
UIGEN-7B-16bit-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df9f8e382a809347faa69dcd5d560dfcd03070ee1cea1522611e0aa83bcdd27
3
+ size 5444831744
UIGEN-7B-16bit-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b0b2073fd82a2c5686f2b7121aaf2787369c9d8804b3e35aff4a6306259d4c
3
+ size 5315176960
UIGEN-7B-16bit-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25515212ebd770330148634b0fe668ae6d2791308450f8b75f34a35539fa5e30
3
+ size 6254199296
UIGEN-7B-16bit-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa9fee703190ff2afaa4c403a2d5ba3bdb67ec04f7d484649f13b33ca024ceab
3
+ size 8098525696