morriszms commited on
Commit
ef57759
1 Parent(s): b154f5c

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-merge-dpo_v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-10.7B-merge-dpo_v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-10.7B-merge-dpo_v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-10.7B-merge-dpo_v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-10.7B-merge-dpo_v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-10.7B-merge-dpo_v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-10.7B-merge-dpo_v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-10.7B-merge-dpo_v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-10.7B-merge-dpo_v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-10.7B-merge-dpo_v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-10.7B-merge-dpo_v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-10.7B-merge-dpo_v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - merge
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: etri-xainlp/SOLAR-10.7B-merge-dpo_v1
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## etri-xainlp/SOLAR-10.7B-merge-dpo_v1 - GGUF
22
+
23
+ This repo contains GGUF format model files for [etri-xainlp/SOLAR-10.7B-merge-dpo_v1](https://huggingface.co/etri-xainlp/SOLAR-10.7B-merge-dpo_v1).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
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-merge-dpo_v1-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [SOLAR-10.7B-merge-dpo_v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
51
+ | [SOLAR-10.7B-merge-dpo_v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
52
+ | [SOLAR-10.7B-merge-dpo_v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
53
+ | [SOLAR-10.7B-merge-dpo_v1-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [SOLAR-10.7B-merge-dpo_v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
55
+ | [SOLAR-10.7B-merge-dpo_v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
56
+ | [SOLAR-10.7B-merge-dpo_v1-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [SOLAR-10.7B-merge-dpo_v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
58
+ | [SOLAR-10.7B-merge-dpo_v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
59
+ | [SOLAR-10.7B-merge-dpo_v1-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
60
+ | [SOLAR-10.7B-merge-dpo_v1-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-merge-dpo_v1-GGUF/blob/main/SOLAR-10.7B-merge-dpo_v1-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-merge-dpo_v1-GGUF --include "SOLAR-10.7B-merge-dpo_v1-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-merge-dpo_v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
SOLAR-10.7B-merge-dpo_v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7cdedca29661a899af7bbf7659206386175920b1d613760d290de190ce22b8
3
+ size 4003232736
SOLAR-10.7B-merge-dpo_v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b474dccece9af67fa83552199e8199ca52a9f7d974f822aa50a852be3525fba
3
+ size 5650750432
SOLAR-10.7B-merge-dpo_v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3cf74df2f81dc5eb6913f88810a203cec71911eba3985002233d3755c5a9233
3
+ size 5195668448
SOLAR-10.7B-merge-dpo_v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab5e12fa6c1e7e8dd4de8843751ad6ece754442165ad81e9518cf34a3c14664
3
+ size 4664564704
SOLAR-10.7B-merge-dpo_v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:633c549b1eda9738f6b5b6f178b2c11b50d8e1367d31640a1c636906244e1b5a
3
+ size 6072384480
SOLAR-10.7B-merge-dpo_v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce473d3d85ad1699d2c0fc6edbf3a6504d383120b2cdb4c5b7f0701e857bc1a7
3
+ size 6461668320
SOLAR-10.7B-merge-dpo_v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5ffd93c7ca6ec65be2d712968be795402696a1e4cbd7b15bf83e8fe88a41b8
3
+ size 6118521824
SOLAR-10.7B-merge-dpo_v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d392e60524481d9e3f95fa2e9503931dfe0db47ce00b5118e1b67042f16d36c
3
+ size 7397391328
SOLAR-10.7B-merge-dpo_v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7922b5605d0410d28bf7c81b9c670c4c51aa340d44351b8c1243231b6d84b3ef
3
+ size 7597931488
SOLAR-10.7B-merge-dpo_v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e328fb4580db77e62b25e8cc7cb3e606d1bf46eb67583822d134a7cb542146
3
+ size 7397391328
SOLAR-10.7B-merge-dpo_v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d826928e35adc8a793cff725308081c8bac2adf3e90ec46d9a53144e1059294
3
+ size 8805211104
SOLAR-10.7B-merge-dpo_v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7296fe8a9486755d67d02059b1b60c56909850cb01a48970a4237edc4303561
3
+ size 11404155872