morriszms commited on
Commit
d3dc1f1
·
verified ·
1 Parent(s): 9b3a1c9

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
+ Rombos-LLM-V2.5-Qwen-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Rombos-LLM-V2.5-Qwen-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Rombos-LLM-V2.5-Qwen-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Rombos-LLM-V2.5-Qwen-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Rombos-LLM-V2.5-Qwen-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Rombos-LLM-V2.5-Qwen-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Rombos-LLM-V2.5-Qwen-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Rombos-LLM-V2.5-Qwen-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Rombos-LLM-V2.5-Qwen-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Rombos-LLM-V2.5-Qwen-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Rombos-LLM-V2.5-Qwen-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Rombos-LLM-V2.5-Qwen-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: rombodawg/Rombos-LLM-V2.5-Qwen-7b
4
+ license: apache-2.0
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## rombodawg/Rombos-LLM-V2.5-Qwen-7b - GGUF
22
+
23
+ This repo contains GGUF format model files for [rombodawg/Rombos-LLM-V2.5-Qwen-7b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|im_start|>system
37
+ {system_prompt}<|im_end|>
38
+ <|im_start|>user
39
+ {prompt}<|im_end|>
40
+ <|im_start|>assistant
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [Rombos-LLM-V2.5-Qwen-7b-Q2_K.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [Rombos-LLM-V2.5-Qwen-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
49
+ | [Rombos-LLM-V2.5-Qwen-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
50
+ | [Rombos-LLM-V2.5-Qwen-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
51
+ | [Rombos-LLM-V2.5-Qwen-7b-Q4_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [Rombos-LLM-V2.5-Qwen-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
53
+ | [Rombos-LLM-V2.5-Qwen-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
54
+ | [Rombos-LLM-V2.5-Qwen-7b-Q5_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [Rombos-LLM-V2.5-Qwen-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
56
+ | [Rombos-LLM-V2.5-Qwen-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
57
+ | [Rombos-LLM-V2.5-Qwen-7b-Q6_K.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
58
+ | [Rombos-LLM-V2.5-Qwen-7b-Q8_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-7b-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF --include "Rombos-LLM-V2.5-Qwen-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/Rombos-LLM-V2.5-Qwen-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
Rombos-LLM-V2.5-Qwen-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67eb485133d513201ca700b944249d0cc672f975c62f9501980fa6ef1e344aba
3
+ size 3015940288
Rombos-LLM-V2.5-Qwen-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:391af78a59251703b5e4a576a04ef29246b8a5723c75a8e489f1b9ddbb9b30df
3
+ size 4088459456
Rombos-LLM-V2.5-Qwen-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798724e3ace8b6b5ac42b49ad0ef542c12b566491923a6fb95e5fed4f2f7335b
3
+ size 3808391360
Rombos-LLM-V2.5-Qwen-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae96c4a8b0d2bccfef9f5b1056c9b055af11a194a382fb7e8b889e468116cd46
3
+ size 3492368576
Rombos-LLM-V2.5-Qwen-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2826d2f1b50c979a793edc72a1537890f2e6601fb027ad212038a1767472af
3
+ size 4431390912
Rombos-LLM-V2.5-Qwen-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498a72012431020807da1905bd63ae418c886124d6add8367d0153cf8b99131a
3
+ size 4683073728
Rombos-LLM-V2.5-Qwen-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f1effb2f1e1712f52f85d066c66216b17ffd685f961d3bcb6ab7405aa5a2b1
3
+ size 4457769152
Rombos-LLM-V2.5-Qwen-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b38b2ddbcb4bef781dde61d9056e8019d375fbfb2e3acb5cc9658da0d554d5e
3
+ size 5315176640
Rombos-LLM-V2.5-Qwen-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad5332f26134f7bb7a0e09f739b723b40e107b27c757ab6eae24fa9c19bf5d5
3
+ size 5444831424
Rombos-LLM-V2.5-Qwen-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6506e893633f1a30de5b443fc494970393d1dbdbeb1cf066b9d04040fdea4b80
3
+ size 5315176640
Rombos-LLM-V2.5-Qwen-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94841365e572458f2fd919eb25aa005b144350c9994ed0ae192a3327f6c0b85
3
+ size 6254198976
Rombos-LLM-V2.5-Qwen-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0556d084b58ab7bcfe0c71a73586aa74bf72ee1179b39592100aca1336f0272f
3
+ size 8098525376