Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +88 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q2_K.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_L.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_M.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_S.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q4_0.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_M.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_S.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q5_0.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_M.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_S.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q6_K.gguf +3 -0
- portfolio-query-qwen-2.5-7b-v5-cot-Q8_0.gguf +3 -0
.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 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
portfolio-query-qwen-2.5-7b-v5-cot-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Bharatdeep-H/portfolio-query-qwen-2.5-7b-v5-cot
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
- qwen2
|
11 |
+
- trl
|
12 |
+
- sft
|
13 |
+
- TensorBlock
|
14 |
+
- GGUF
|
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 |
+
## Bharatdeep-H/portfolio-query-qwen-2.5-7b-v5-cot - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [Bharatdeep-H/portfolio-query-qwen-2.5-7b-v5-cot](https://huggingface.co/Bharatdeep-H/portfolio-query-qwen-2.5-7b-v5-cot).
|
31 |
+
|
32 |
+
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).
|
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 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q2_K.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
|
55 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_S.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
|
56 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_M.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
|
57 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_L.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
|
58 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q4_0.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
59 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_S.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
|
60 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_M.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
|
61 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q5_0.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
62 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_S.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
|
63 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_M.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
|
64 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q6_K.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
|
65 |
+
| [portfolio-query-qwen-2.5-7b-v5-cot-Q8_0.gguf](https://huggingface.co/tensorblock/portfolio-query-qwen-2.5-7b-v5-cot-GGUF/blob/main/portfolio-query-qwen-2.5-7b-v5-cot-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/portfolio-query-qwen-2.5-7b-v5-cot-GGUF --include "portfolio-query-qwen-2.5-7b-v5-cot-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/portfolio-query-qwen-2.5-7b-v5-cot-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
88 |
+
```
|
portfolio-query-qwen-2.5-7b-v5-cot-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c65084ce3ca99ef9255840526efa1007222b74efa968810f2ff2687b8dc9dcf
|
3 |
+
size 3015940608
|
portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba02c3889e6677676c21f7c1793433e6f2763475211d92fa5541d400268337fd
|
3 |
+
size 4088459776
|
portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38bf338015f1498df6943d2626177453abed7df832d7d0ad4515128793f09713
|
3 |
+
size 3808391680
|
portfolio-query-qwen-2.5-7b-v5-cot-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2b0e30811c75c4a3a44a4018dfcae7f4e93d65a137483f8df575109b44f3e09
|
3 |
+
size 3492368896
|
portfolio-query-qwen-2.5-7b-v5-cot-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872e03eae6bb84ae05ea8adcaba60756e394054a8b1c6f526c5e0a1f7e18f98f
|
3 |
+
size 4431391232
|
portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb37cfb6e47a07fde1d59d2c2940f8d263ee4d6dcaf2b2bdf740d43ab95b929f
|
3 |
+
size 4683074048
|
portfolio-query-qwen-2.5-7b-v5-cot-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c260acd2eec25694bf2fb29e4e6bb773e6b0732f19bdeb6ebf00b324f0c1a942
|
3 |
+
size 4457769472
|
portfolio-query-qwen-2.5-7b-v5-cot-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aad7a0a18869a417bf53a39c4944fda2206fcb84f8e441d974745f6b1d863fad
|
3 |
+
size 5315176960
|
portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16725565a875e35d2e17b3cecdbc6451f4f6e342de0e6907fce0e10496afc3fc
|
3 |
+
size 5444831744
|
portfolio-query-qwen-2.5-7b-v5-cot-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:710d0685271187107ee13a9b138d01b264ed30a0134f4d3d8c767df5dcab841c
|
3 |
+
size 5315176960
|
portfolio-query-qwen-2.5-7b-v5-cot-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8436a9ebf68d26592c9bdf6c2a69ba1c35a3372046d89abe59cdb63f3c73e937
|
3 |
+
size 6254199296
|
portfolio-query-qwen-2.5-7b-v5-cot-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f892aa76ae707172da7098dec0f362a1775e6468a53295a0ebceef45488b24ba
|
3 |
+
size 8098525696
|