morriszms commited on
Commit
72e6559
·
verified ·
1 Parent(s): cb0ff9f

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
+ Turdus-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Turdus-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Turdus-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Turdus-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Turdus-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Turdus-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Turdus-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Turdus-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Turdus-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Turdus-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Turdus-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Turdus-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: udkai/Turdus
3
+ license: cc-by-nc-4.0
4
+ tags:
5
+ - mlabonne/NeuralMarcoro14-7B
6
+ - dpo
7
+ - 7B
8
+ - winograd
9
+ - mmlu_abstract_algebra
10
+ - mistral
11
+ - TensorBlock
12
+ - GGUF
13
+ datasets:
14
+ - hromi/winograd_dpo_basic
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
+ ## udkai/Turdus - GGUF
29
+
30
+ This repo contains GGUF format model files for [udkai/Turdus](https://huggingface.co/udkai/Turdus).
31
+
32
+ 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).
33
+
34
+ ## Our projects
35
+ <table border="1" cellspacing="0" cellpadding="10">
36
+ <tr>
37
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
38
+ <th style="font-size: 25px;">TensorBlock Studio</th>
39
+ </tr>
40
+ <tr>
41
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
42
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
43
+ </tr>
44
+ <tr>
45
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
46
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
47
+ </tr>
48
+ <tr>
49
+ <th>
50
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
51
+ display: inline-block;
52
+ padding: 8px 16px;
53
+ background-color: #FF7F50;
54
+ color: white;
55
+ text-decoration: none;
56
+ border-radius: 6px;
57
+ font-weight: bold;
58
+ font-family: sans-serif;
59
+ ">👀 See what we built 👀</a>
60
+ </th>
61
+ <th>
62
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
63
+ display: inline-block;
64
+ padding: 8px 16px;
65
+ background-color: #FF7F50;
66
+ color: white;
67
+ text-decoration: none;
68
+ border-radius: 6px;
69
+ font-weight: bold;
70
+ font-family: sans-serif;
71
+ ">👀 See what we built 👀</a>
72
+ </th>
73
+ </tr>
74
+ </table>
75
+
76
+ ## Prompt template
77
+
78
+ ```
79
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
80
+ ```
81
+
82
+ ## Model file specification
83
+
84
+ | Filename | Quant type | File Size | Description |
85
+ | -------- | ---------- | --------- | ----------- |
86
+ | [Turdus-Q2_K.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
87
+ | [Turdus-Q3_K_S.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
88
+ | [Turdus-Q3_K_M.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
89
+ | [Turdus-Q3_K_L.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
90
+ | [Turdus-Q4_0.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
91
+ | [Turdus-Q4_K_S.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
92
+ | [Turdus-Q4_K_M.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
93
+ | [Turdus-Q5_0.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
94
+ | [Turdus-Q5_K_S.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
95
+ | [Turdus-Q5_K_M.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
96
+ | [Turdus-Q6_K.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
97
+ | [Turdus-Q8_0.gguf](https://huggingface.co/tensorblock/udkai_Turdus-GGUF/blob/main/Turdus-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
98
+
99
+
100
+ ## Downloading instruction
101
+
102
+ ### Command line
103
+
104
+ Firstly, install Huggingface Client
105
+
106
+ ```shell
107
+ pip install -U "huggingface_hub[cli]"
108
+ ```
109
+
110
+ Then, downoad the individual model file the a local directory
111
+
112
+ ```shell
113
+ huggingface-cli download tensorblock/udkai_Turdus-GGUF --include "Turdus-Q2_K.gguf" --local-dir MY_LOCAL_DIR
114
+ ```
115
+
116
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
117
+
118
+ ```shell
119
+ huggingface-cli download tensorblock/udkai_Turdus-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
120
+ ```
Turdus-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68532015c5ff43d8b66898235f9456734b8f7366c274a95dc8f2e3c0531a181
3
+ size 2719242848
Turdus-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb77278245e23f1d80194de6575aea62a3f1073cfde599f1aac1ac461ec8843b
3
+ size 3822025312
Turdus-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a693e317618380b66319e110eae95e073a09e050663c3b5ff19f7beab2e840e7
3
+ size 3518986848
Turdus-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e1cced0acd1b6c0535188a764c9c7afd8f8ab20549568497ddee0d4add5c0c
3
+ size 3164568160
Turdus-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d314f3a9b12b4f37500ca55060d7e5623163127a251938eec5173f7cec4628
3
+ size 4108917344
Turdus-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab39156d9a2399d7f7aa070646ee075c824a1ec1a2eba0ed7739824a5d7bc747
3
+ size 4368439904
Turdus-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:314ad6b3f727ecd99a3a2b58cc11032459fd6b13117d769df7acfaf2d2ceeef5
3
+ size 4140374624
Turdus-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4979fc18dd525fd133bdc3ed0f9d69bbf02ba31135e5fa88c85b78f32449c61d
3
+ size 4997716576
Turdus-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d5b98eaba45164541b1f777cb5cd93b520f9637ff92296c52f418a46413edb
3
+ size 5131410016
Turdus-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f0ae8c6d8794910f00f76d7a1bd36cb64ac15ddb7439908529e1c2c7b69115
3
+ size 4997716576
Turdus-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d719095bffad4994a6fcc8591a7b3f9da8c2eb2a174e630e1a2f8590ce41d80
3
+ size 5942065760
Turdus-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd8bca96b4911462c3aeef6d5f78297403f833618c6746d7039e5903d9ac47af
3
+ size 7695858272