morriszms commited on
Commit
9329f94
·
verified ·
1 Parent(s): c7b9d60

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
+ SOLARC-M-10.7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLARC-M-10.7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLARC-M-10.7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLARC-M-10.7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLARC-M-10.7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLARC-M-10.7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLARC-M-10.7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLARC-M-10.7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLARC-M-10.7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLARC-M-10.7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLARC-M-10.7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLARC-M-10.7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ license: cc-by-nc-sa-4.0
7
+ tags:
8
+ - merge
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: DopeorNope/SOLARC-M-10.7B
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## DopeorNope/SOLARC-M-10.7B - GGUF
26
+
27
+ This repo contains GGUF format model files for [DopeorNope/SOLARC-M-10.7B](https://huggingface.co/DopeorNope/SOLARC-M-10.7B).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+ ### System:
41
+ {system_prompt}
42
+
43
+ ### User:
44
+ {prompt}
45
+
46
+ ### Assistant:
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [SOLARC-M-10.7B-Q2_K.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [SOLARC-M-10.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
55
+ | [SOLARC-M-10.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
56
+ | [SOLARC-M-10.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
57
+ | [SOLARC-M-10.7B-Q4_0.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [SOLARC-M-10.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
59
+ | [SOLARC-M-10.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
60
+ | [SOLARC-M-10.7B-Q5_0.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [SOLARC-M-10.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
62
+ | [SOLARC-M-10.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
63
+ | [SOLARC-M-10.7B-Q6_K.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
64
+ | [SOLARC-M-10.7B-Q8_0.gguf](https://huggingface.co/tensorblock/SOLARC-M-10.7B-GGUF/blob/main/SOLARC-M-10.7B-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/SOLARC-M-10.7B-GGUF --include "SOLARC-M-10.7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/SOLARC-M-10.7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
SOLARC-M-10.7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c5f9ce3d9df99d8648c2a7effa0f7ef9947d19c329df2936e5d286537265d5
3
+ size 4003232736
SOLARC-M-10.7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3a8c13b23b816464ffe12f8dbe9f8d49b2fe3ce82e8c21ead5c632f108346c
3
+ size 5650750432
SOLARC-M-10.7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c7f2c13c30732d5fa25abec492777409be03ab69f7484b4f3c9122710fe78e
3
+ size 5195668448
SOLARC-M-10.7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be61762935ceac90dce8b0cc9d0d0927427757383c6f5aedfe40ca099a1bd33a
3
+ size 4664564704
SOLARC-M-10.7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f44c50d37caf728fddc8cb19ac2374e16e22f7e8783436c0d68af5d40605696a
3
+ size 6072384480
SOLARC-M-10.7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af30eb56b62d4b7ffd8d197231f599f3839be5826ed8ad270dbee73b0fc2fed8
3
+ size 6461668320
SOLARC-M-10.7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721c14740b409783f3d73e2782f5ad731623cbe0511266d7f6fecd9e2a38bbaa
3
+ size 6118521824
SOLARC-M-10.7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c9498081c856f71928c56654ad1083eaee03ab170cf2e1e4b5d0b2d1a15e17
3
+ size 7397391328
SOLARC-M-10.7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3b899b82c3817f4637b3a38f0fa8033b574efcf3512c94d18aa7f2d3a934e1
3
+ size 7597931488
SOLARC-M-10.7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b896c069fce7d6490b5442814fbcebed6c504d2be0e94fb81874f3c61d241b9e
3
+ size 7397391328
SOLARC-M-10.7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f19f6e27f0ef46d7387e8b58b37d2145837ef7bc1c96eec5a23e219ab162da
3
+ size 8805211104
SOLARC-M-10.7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72e59d73c729ca56a0d48bb59b3152d4842d3097511540f2a5538208b5f5759
3
+ size 11404155872