morriszms commited on
Commit
123c675
1 Parent(s): 5b27fa3

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_merge_test_1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ solar_merge_test_1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ solar_merge_test_1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ solar_merge_test_1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ solar_merge_test_1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ solar_merge_test_1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ solar_merge_test_1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ solar_merge_test_1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ solar_merge_test_1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ solar_merge_test_1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ solar_merge_test_1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ solar_merge_test_1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - moe
5
+ - frankenmoe
6
+ - merge
7
+ - mergekit
8
+ - lazymergekit
9
+ - beomi/OPEN-SOLAR-KO-10.7B
10
+ - hyeogi/SOLAR-10.7B-dpo-v1
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: jieunhan/solar_merge_test_1
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
+ ## jieunhan/solar_merge_test_1 - GGUF
28
+
29
+ This repo contains GGUF format model files for [jieunhan/solar_merge_test_1](https://huggingface.co/jieunhan/solar_merge_test_1).
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
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [solar_merge_test_1-Q2_K.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q2_K.gguf) | Q2_K | 6.645 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [solar_merge_test_1-Q3_K_S.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q3_K_S.gguf) | Q3_K_S | 7.799 GB | very small, high quality loss |
51
+ | [solar_merge_test_1-Q3_K_M.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q3_K_M.gguf) | Q3_K_M | 8.663 GB | very small, high quality loss |
52
+ | [solar_merge_test_1-Q3_K_L.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q3_K_L.gguf) | Q3_K_L | 9.395 GB | small, substantial quality loss |
53
+ | [solar_merge_test_1-Q4_0.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q4_0.gguf) | Q4_0 | 10.164 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [solar_merge_test_1-Q4_K_S.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q4_K_S.gguf) | Q4_K_S | 10.248 GB | small, greater quality loss |
55
+ | [solar_merge_test_1-Q4_K_M.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q4_K_M.gguf) | Q4_K_M | 10.865 GB | medium, balanced quality - recommended |
56
+ | [solar_merge_test_1-Q5_0.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q5_0.gguf) | Q5_0 | 12.389 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [solar_merge_test_1-Q5_K_S.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q5_K_S.gguf) | Q5_K_S | 12.389 GB | large, low quality loss - recommended |
58
+ | [solar_merge_test_1-Q5_K_M.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q5_K_M.gguf) | Q5_K_M | 12.750 GB | large, very low quality loss - recommended |
59
+ | [solar_merge_test_1-Q6_K.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q6_K.gguf) | Q6_K | 14.754 GB | very large, extremely low quality loss |
60
+ | [solar_merge_test_1-Q8_0.gguf](https://huggingface.co/tensorblock/solar_merge_test_1-GGUF/blob/main/solar_merge_test_1-Q8_0.gguf) | Q8_0 | 19.108 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_merge_test_1-GGUF --include "solar_merge_test_1-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_merge_test_1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
solar_merge_test_1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42793166ae35b8984d12b2400f20c1b4246f99fc430b507fac9485ec18c8d8ea
3
+ size 7134605280
solar_merge_test_1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8208de18291ca59b8029ab0db0e7010426b9215b2aa191b5596e4207252863a6
3
+ size 10087378912
solar_merge_test_1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c8a9052cb523a698ca13388139929f0535dfc159c6ae7d530b806551b36213c
3
+ size 9301995488
solar_merge_test_1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d0d847375ab2980e4ec06653d916029e5d0eab00eb62df61286b0c490e7c58
3
+ size 8374530016
solar_merge_test_1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0831e4352cd2a63529b995aaca088195a867191310353c0b7502c5f9110fdf04
3
+ size 10913312736
solar_merge_test_1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4041b9b19bfad9564fef6c76871cbab35f710a93aa664cbcd7bb67147f13cf57
3
+ size 11665928160
solar_merge_test_1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cec3786b44e6f0ee6064f5a5d729c470e5447aea059112b01647a7fc210869c
3
+ size 11003490272
solar_merge_test_1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb203889f29977138b5528adaa6f0ce05d0a1fd35a060adb9cea7133564e6fbd
3
+ size 13302755296
solar_merge_test_1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1490a3986480656dbd0f753557f38be45b3f68a52923eca82dc2885bc224b0a
3
+ size 13690466272
solar_merge_test_1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5505a1bedc0c605cad658cfbde0cd562594de75157108e66b6f8c6adf0fed6
3
+ size 13302755296
solar_merge_test_1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d80611dab2e586b1685152165472e905edb2ae3bd7e0d0d1632b8449ff059ca6
3
+ size 15841538016
solar_merge_test_1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f721edef1a6b2b49266df1ab20e618971f5c8d3b3ac096fc918b1ae4eaeaf44
3
+ size 20517302240