morriszms commited on
Commit
a5d8e31
1 Parent(s): 392ebd2

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
+ SOLAR-10.7B-Instruct-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-10.7B-Instruct-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-10.7B-Instruct-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-10.7B-Instruct-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-10.7B-Instruct-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-10.7B-Instruct-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-10.7B-Instruct-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-10.7B-Instruct-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-10.7B-Instruct-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-10.7B-Instruct-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-10.7B-Instruct-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-10.7B-Instruct-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - c-s-ale/alpaca-gpt4-data
4
+ - Open-Orca/OpenOrca
5
+ - Intel/orca_dpo_pairs
6
+ - allenai/ultrafeedback_binarized_cleaned
7
+ language:
8
+ - en
9
+ license: cc-by-nc-4.0
10
+ base_model: upstage/SOLAR-10.7B-Instruct-v1.0
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## upstage/SOLAR-10.7B-Instruct-v1.0 - GGUF
28
+
29
+ This repo contains GGUF format model files for [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0).
30
+
31
+ 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).
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ ### System:
37
+ {system_prompt}
38
+
39
+ ### User:
40
+ {prompt}
41
+
42
+ ### Assistant:
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [SOLAR-10.7B-Instruct-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [SOLAR-10.7B-Instruct-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
51
+ | [SOLAR-10.7B-Instruct-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
52
+ | [SOLAR-10.7B-Instruct-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
53
+ | [SOLAR-10.7B-Instruct-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [SOLAR-10.7B-Instruct-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
55
+ | [SOLAR-10.7B-Instruct-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
56
+ | [SOLAR-10.7B-Instruct-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [SOLAR-10.7B-Instruct-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
58
+ | [SOLAR-10.7B-Instruct-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
59
+ | [SOLAR-10.7B-Instruct-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
60
+ | [SOLAR-10.7B-Instruct-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF/tree/main/SOLAR-10.7B-Instruct-v1.0-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF --include "SOLAR-10.7B-Instruct-v1.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/SOLAR-10.7B-Instruct-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
SOLAR-10.7B-Instruct-v1.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd4b5eb1719a5f15842e3600805d19748c5c431cbe072a347568841c1adbb493
3
+ size 4003233280
SOLAR-10.7B-Instruct-v1.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f1ab6d4971c9f4196965bd76d498034b904319074739baf5ee80a67480a80f
3
+ size 5650750976
SOLAR-10.7B-Instruct-v1.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6c23ec59a0a542c632555bb240c257844903524695f8b90591e57fa5cd5a84
3
+ size 5195668992
SOLAR-10.7B-Instruct-v1.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04288538c9416ed022d992dbc91f55b842f625cb7e66cda0104dddab2e64bf2f
3
+ size 4664565248
SOLAR-10.7B-Instruct-v1.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d84e4f99ee3324965b7900af63e42ae364851f7f60edd8956def6f243178e001
3
+ size 6072385024
SOLAR-10.7B-Instruct-v1.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa3d42ddf3cf155597085af80b3be8b4ff410427318896f3eb39e23fe599d90
3
+ size 6461668864
SOLAR-10.7B-Instruct-v1.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d61b35319eb21736608e1c53294201d60ab2045ce75368925d6557c4c671b2a
3
+ size 6118522368
SOLAR-10.7B-Instruct-v1.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99dc827bddde8f492596bf5441fa050cbc12acd3fdce96ff9c6c987317387c7c
3
+ size 7397391872
SOLAR-10.7B-Instruct-v1.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082b78997ee3742afbf276435272ac337c412e33b1d346414814bc534ec0e855
3
+ size 7597932032
SOLAR-10.7B-Instruct-v1.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edecc04d82ac37f24ff7e7402162724ca5db26ff95dcc73ab30c44b945c50dfb
3
+ size 7397391872
SOLAR-10.7B-Instruct-v1.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac3b83f4f48143136bb2c381b9c192d21cc031904dfd679fd064cd24ffd26da6
3
+ size 8805211648
SOLAR-10.7B-Instruct-v1.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d16a4ec1a6556428658647535f187e86d27bef8e922b7f90a019b25aaa672f
3
+ size 11404156416