morriszms commited on
Commit
5636814
·
verified ·
1 Parent(s): 8f724ca

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
+ YuE-s2-1B-general-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ YuE-s2-1B-general-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ YuE-s2-1B-general-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ YuE-s2-1B-general-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ YuE-s2-1B-general-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ YuE-s2-1B-general-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ YuE-s2-1B-general-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ YuE-s2-1B-general-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ YuE-s2-1B-general-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ YuE-s2-1B-general-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ YuE-s2-1B-general-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ YuE-s2-1B-general-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - music
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: m-a-p/YuE-s2-1B-general
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## m-a-p/YuE-s2-1B-general - GGUF
25
+
26
+ This repo contains GGUF format model files for [m-a-p/YuE-s2-1B-general](https://huggingface.co/m-a-p/YuE-s2-1B-general).
27
+
28
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit ec7f3ac](https://github.com/ggerganov/llama.cpp/commit/ec7f3ac9ab33e46b136eb5ab6a76c4d81f57c7f1).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [YuE-s2-1B-general-Q2_K.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q2_K.gguf) | Q2_K | 0.843 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [YuE-s2-1B-general-Q3_K_S.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q3_K_S.gguf) | Q3_K_S | 0.961 GB | very small, high quality loss |
48
+ | [YuE-s2-1B-general-Q3_K_M.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q3_K_M.gguf) | Q3_K_M | 1.044 GB | very small, high quality loss |
49
+ | [YuE-s2-1B-general-Q3_K_L.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q3_K_L.gguf) | Q3_K_L | 1.098 GB | small, substantial quality loss |
50
+ | [YuE-s2-1B-general-Q4_0.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q4_0.gguf) | Q4_0 | 1.151 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [YuE-s2-1B-general-Q4_K_S.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q4_K_S.gguf) | Q4_K_S | 1.201 GB | small, greater quality loss |
52
+ | [YuE-s2-1B-general-Q4_K_M.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q4_K_M.gguf) | Q4_K_M | 1.281 GB | medium, balanced quality - recommended |
53
+ | [YuE-s2-1B-general-Q5_0.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q5_0.gguf) | Q5_0 | 1.375 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [YuE-s2-1B-general-Q5_K_S.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q5_K_S.gguf) | Q5_K_S | 1.397 GB | large, low quality loss - recommended |
55
+ | [YuE-s2-1B-general-Q5_K_M.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q5_K_M.gguf) | Q5_K_M | 1.463 GB | large, very low quality loss - recommended |
56
+ | [YuE-s2-1B-general-Q6_K.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q6_K.gguf) | Q6_K | 1.700 GB | very large, extremely low quality loss |
57
+ | [YuE-s2-1B-general-Q8_0.gguf](https://huggingface.co/tensorblock/YuE-s2-1B-general-GGUF/blob/main/YuE-s2-1B-general-Q8_0.gguf) | Q8_0 | 2.088 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/YuE-s2-1B-general-GGUF --include "YuE-s2-1B-general-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/YuE-s2-1B-general-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
YuE-s2-1B-general-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b4cbb186cc7ba6d3e85eda527508e8067126adb9a36281dbbaabafec0240a4
3
+ size 843131968
YuE-s2-1B-general-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385182e2575002da81dfeb67d6862b45d2b24d9bf43367226eda090138e1295f
3
+ size 1097942080
YuE-s2-1B-general-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8264bf165dc5522437aaa87237c19c07a2326f8ec22f0e9d770d8b5f421089dd
3
+ size 1044300864
YuE-s2-1B-general-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c3b9f5bc942d84612e5458fcce94fec76b8945a19ec4d07e70bca1e5acfa68
3
+ size 961102912
YuE-s2-1B-general-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbbab701375fafa403e659680887a390b3db19d3482a5e85e28733227b44e9e4
3
+ size 1151024192
YuE-s2-1B-general-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7401d1760839f575146f11ba2c4f91b6e92985fa61666220681a50b7351dadd
3
+ size 1281047616
YuE-s2-1B-general-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337fa3a876fe094b1524ae5d1d6cb275162b4fcd0daab97e696c31a0970bb0a8
3
+ size 1201028160
YuE-s2-1B-general-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da8e7a25ceda4f9eb113d9f51fd998f5db18f946826b2cdf0affeb1cb0275878
3
+ size 1374862400
YuE-s2-1B-general-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16aa238d5c91fbfb0dd1ba88bc0bdcac0bbab468cf28489e2e3d646838ac487e
3
+ size 1462680640
YuE-s2-1B-general-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a50e77d11eabb807e1714850b2718b6a88aa2451a9abf582833ebaee7e90e82
3
+ size 1397406784
YuE-s2-1B-general-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39042daf812514720882eed534436b9393b91664754815eafe56846cece54784
3
+ size 1700049984
YuE-s2-1B-general-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9537000652f3445c593692af7611005dc9c5c6c19d6b3ca341741d113d2fece7
3
+ size 2087961664