morriszms commited on
Commit
69f5256
·
verified ·
1 Parent(s): d0e74d4

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
+ xFinder-qwen1505-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ xFinder-qwen1505-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ xFinder-qwen1505-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ xFinder-qwen1505-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ xFinder-qwen1505-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ xFinder-qwen1505-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ xFinder-qwen1505-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ xFinder-qwen1505-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ xFinder-qwen1505-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ xFinder-qwen1505-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ xFinder-qwen1505-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ xFinder-qwen1505-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ tags:
6
+ - instruction-finetuning
7
+ - TensorBlock
8
+ - GGUF
9
+ task_categories:
10
+ - text-generation
11
+ license: cc-by-nc-nd-4.0
12
+ base_model: IAAR-Shanghai/xFinder-qwen1505
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## IAAR-Shanghai/xFinder-qwen1505 - GGUF
27
+
28
+ This repo contains GGUF format model files for [IAAR-Shanghai/xFinder-qwen1505](https://huggingface.co/IAAR-Shanghai/xFinder-qwen1505).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
31
+
32
+ ## Our projects
33
+ <table border="1" cellspacing="0" cellpadding="10">
34
+ <tr>
35
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
36
+ <th style="font-size: 25px;">TensorBlock Studio</th>
37
+ </tr>
38
+ <tr>
39
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
40
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
41
+ </tr>
42
+ <tr>
43
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
44
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
45
+ </tr>
46
+ <tr>
47
+ <th>
48
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
49
+ display: inline-block;
50
+ padding: 8px 16px;
51
+ background-color: #FF7F50;
52
+ color: white;
53
+ text-decoration: none;
54
+ border-radius: 6px;
55
+ font-weight: bold;
56
+ font-family: sans-serif;
57
+ ">👀 See what we built 👀</a>
58
+ </th>
59
+ <th>
60
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
61
+ display: inline-block;
62
+ padding: 8px 16px;
63
+ background-color: #FF7F50;
64
+ color: white;
65
+ text-decoration: none;
66
+ border-radius: 6px;
67
+ font-weight: bold;
68
+ font-family: sans-serif;
69
+ ">👀 See what we built 👀</a>
70
+ </th>
71
+ </tr>
72
+ </table>
73
+
74
+ ## Prompt template
75
+
76
+ ```
77
+ <|im_start|>system
78
+ {system_prompt}<|im_end|>
79
+ <|im_start|>user
80
+ {prompt}<|im_end|>
81
+ <|im_start|>assistant
82
+ ```
83
+
84
+ ## Model file specification
85
+
86
+ | Filename | Quant type | File Size | Description |
87
+ | -------- | ---------- | --------- | ----------- |
88
+ | [xFinder-qwen1505-Q2_K.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q2_K.gguf) | Q2_K | 0.298 GB | smallest, significant quality loss - not recommended for most purposes |
89
+ | [xFinder-qwen1505-Q3_K_S.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q3_K_S.gguf) | Q3_K_S | 0.333 GB | very small, high quality loss |
90
+ | [xFinder-qwen1505-Q3_K_M.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q3_K_M.gguf) | Q3_K_M | 0.350 GB | very small, high quality loss |
91
+ | [xFinder-qwen1505-Q3_K_L.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q3_K_L.gguf) | Q3_K_L | 0.364 GB | small, substantial quality loss |
92
+ | [xFinder-qwen1505-Q4_0.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q4_0.gguf) | Q4_0 | 0.395 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
93
+ | [xFinder-qwen1505-Q4_K_S.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q4_K_S.gguf) | Q4_K_S | 0.397 GB | small, greater quality loss |
94
+ | [xFinder-qwen1505-Q4_K_M.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q4_K_M.gguf) | Q4_K_M | 0.407 GB | medium, balanced quality - recommended |
95
+ | [xFinder-qwen1505-Q5_0.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q5_0.gguf) | Q5_0 | 0.453 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
96
+ | [xFinder-qwen1505-Q5_K_S.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q5_K_S.gguf) | Q5_K_S | 0.453 GB | large, low quality loss - recommended |
97
+ | [xFinder-qwen1505-Q5_K_M.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q5_K_M.gguf) | Q5_K_M | 0.459 GB | large, very low quality loss - recommended |
98
+ | [xFinder-qwen1505-Q6_K.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q6_K.gguf) | Q6_K | 0.515 GB | very large, extremely low quality loss |
99
+ | [xFinder-qwen1505-Q8_0.gguf](https://huggingface.co/tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF/blob/main/xFinder-qwen1505-Q8_0.gguf) | Q8_0 | 0.665 GB | very large, extremely low quality loss - not recommended |
100
+
101
+
102
+ ## Downloading instruction
103
+
104
+ ### Command line
105
+
106
+ Firstly, install Huggingface Client
107
+
108
+ ```shell
109
+ pip install -U "huggingface_hub[cli]"
110
+ ```
111
+
112
+ Then, downoad the individual model file the a local directory
113
+
114
+ ```shell
115
+ huggingface-cli download tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF --include "xFinder-qwen1505-Q2_K.gguf" --local-dir MY_LOCAL_DIR
116
+ ```
117
+
118
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
119
+
120
+ ```shell
121
+ huggingface-cli download tensorblock/IAAR-Shanghai_xFinder-qwen1505-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
122
+ ```
xFinder-qwen1505-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c72a87d6c39f757b3191c85d1c207c2f3049c989235b817b814be371256535
3
+ size 298413280
xFinder-qwen1505-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541a8a0e8b717342951821e9e697502b3437cfadf9c2ccd3a4b3593a0897ad6a
3
+ size 364202208
xFinder-qwen1505-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f90ea013d48e3238325000f8df5cca3381a6d049757fe7f03fdd1f464d9bbb3f
3
+ size 349882592
xFinder-qwen1505-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23756295fd847272e40d3ec9290bb7aef20b2f3c58d1f6dd7412af6b1a5cfd66
3
+ size 333383904
xFinder-qwen1505-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1cea38ac44cae5678dc43f9accd75dbd9fff0b02b7c4dd7866ff7c7d2d5f52
3
+ size 394990816
xFinder-qwen1505-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90443700c3b6b792d00e9a1818427fa940437646ecb250ba651639fc42520326
3
+ size 407155936
xFinder-qwen1505-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:114390acbe912ef96edc0891ee54028e3a8705a28e0968e2e7d6cd37dbb14ba0
3
+ size 396596448
xFinder-qwen1505-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f735449483922467ac78cd4b83e5fe9db9dee29d8859060442d3e4bd13675b48
3
+ size 452973792
xFinder-qwen1505-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6caa7389296b45448cbd992b42c62b4d53d435a8f572afa087448cb549402a8
3
+ size 459240672
xFinder-qwen1505-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:882d21a7dcd3ee7577a7aa38ebe654b4373331199c48a014e5b041c5d404964c
3
+ size 452973792
xFinder-qwen1505-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed1e7cd599edb3aa1a2be5be9fcc221ace22e069e909405adbd8dd9d8b411e9
3
+ size 514580704
xFinder-qwen1505-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe88d81b983a4238f668c87d63f28d89d418eec2cb67970210431ab8c31498cf
3
+ size 664602848