morriszms commited on
Commit
a5ee979
·
verified ·
1 Parent(s): bf96e6c

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
+ ft-solar-10.7b-v2.1-dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ft-solar-10.7b-v2.1-dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ft-solar-10.7b-v2.1-dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ft-solar-10.7b-v2.1-dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ft-solar-10.7b-v2.1-dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ft-solar-10.7b-v2.1-dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ft-solar-10.7b-v2.1-dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ft-solar-10.7b-v2.1-dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ft-solar-10.7b-v2.1-dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ft-solar-10.7b-v2.1-dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ft-solar-10.7b-v2.1-dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ft-solar-10.7b-v2.1-dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ pipeline_tag: text-generation
5
+ datasets:
6
+ - nlpai-lab/databricks-dolly-15k-ko
7
+ - kyujinpy/KOR-OpenOrca-Platypus-v3
8
+ - KETI-AIR/kor_boolq
9
+ - heegyu/open-korean-instructions
10
+ license: cc-by-nc-sa-4.0
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: ifuseok/ft-solar-10.7b-v2.1-dpo
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## ifuseok/ft-solar-10.7b-v2.1-dpo - GGUF
29
+
30
+ This repo contains GGUF format model files for [ifuseok/ft-solar-10.7b-v2.1-dpo](https://huggingface.co/ifuseok/ft-solar-10.7b-v2.1-dpo).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ ### System:
44
+ {system_prompt}
45
+
46
+ ### User:
47
+ {prompt}
48
+
49
+ ### Assistant:
50
+ ```
51
+
52
+ ## Model file specification
53
+
54
+ | Filename | Quant type | File Size | Description |
55
+ | -------- | ---------- | --------- | ----------- |
56
+ | [ft-solar-10.7b-v2.1-dpo-Q2_K.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
57
+ | [ft-solar-10.7b-v2.1-dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
58
+ | [ft-solar-10.7b-v2.1-dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
59
+ | [ft-solar-10.7b-v2.1-dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
60
+ | [ft-solar-10.7b-v2.1-dpo-Q4_0.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
61
+ | [ft-solar-10.7b-v2.1-dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
62
+ | [ft-solar-10.7b-v2.1-dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
63
+ | [ft-solar-10.7b-v2.1-dpo-Q5_0.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
64
+ | [ft-solar-10.7b-v2.1-dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
65
+ | [ft-solar-10.7b-v2.1-dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
66
+ | [ft-solar-10.7b-v2.1-dpo-Q6_K.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
67
+ | [ft-solar-10.7b-v2.1-dpo-Q8_0.gguf](https://huggingface.co/tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF/blob/main/ft-solar-10.7b-v2.1-dpo-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
68
+
69
+
70
+ ## Downloading instruction
71
+
72
+ ### Command line
73
+
74
+ Firstly, install Huggingface Client
75
+
76
+ ```shell
77
+ pip install -U "huggingface_hub[cli]"
78
+ ```
79
+
80
+ Then, downoad the individual model file the a local directory
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF --include "ft-solar-10.7b-v2.1-dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
84
+ ```
85
+
86
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
87
+
88
+ ```shell
89
+ huggingface-cli download tensorblock/ft-solar-10.7b-v2.1-dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
90
+ ```
ft-solar-10.7b-v2.1-dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9dd39d142d25881748427a186b04d8586aca3dc95d1ba2992888664848fe5cc
3
+ size 4003232960
ft-solar-10.7b-v2.1-dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be6b14319dddc85228263d8d0767e970c308d78b5d5f41285fe2bee9a9743fa6
3
+ size 5650750656
ft-solar-10.7b-v2.1-dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22f53c8c228bf825f5037b18c517db47b8775ce290ab34539925f4b9d8c1cbf
3
+ size 5195668672
ft-solar-10.7b-v2.1-dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cbb082bfc5a72213dfeae6943cfb93c4433165e19df85cf8a09cc3acb1ddc4d
3
+ size 4664564928
ft-solar-10.7b-v2.1-dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806ff7cc5428567eb305a2f8210406357a59740ac78a6dc34b5072bbfa0e0b5e
3
+ size 6072384704
ft-solar-10.7b-v2.1-dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f287275ecf749ebcb3b7cb07bd99e5c239294daf6cb0c9b5cc43c3759980e2ad
3
+ size 6461668544
ft-solar-10.7b-v2.1-dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f517e2c3f239856602bf81a311295a9bf74182a4ea698173b8dedba0d1175c
3
+ size 6118522048
ft-solar-10.7b-v2.1-dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560d4037074c19403c4dbd0ef2b6ed332f1fd5bce8b8b55772adc6b88994ccfb
3
+ size 7397391552
ft-solar-10.7b-v2.1-dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65dbb2b8b22abcce59d1874daf80dedf0ca1fba7dc69a50ecba171f37da4ebe9
3
+ size 7597931712
ft-solar-10.7b-v2.1-dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793f34401801492c863cea63a13705b8d9c45f0ed9e481cfa5ee317dbad82e79
3
+ size 7397391552
ft-solar-10.7b-v2.1-dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef8540c72fae60076ff4907f1047316373f6d1431aeca03381a21a626212a8b
3
+ size 8805211328
ft-solar-10.7b-v2.1-dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903ace29719156c219c4731e87f33606b24a2fdff2483ed23d09711074588bef
3
+ size 11404156096