morriszms commited on
Commit
6e7a676
·
verified ·
1 Parent(s): 03a90fc

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
+ T3Q-ko-solar-dpo-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ T3Q-ko-solar-dpo-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ T3Q-ko-solar-dpo-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ T3Q-ko-solar-dpo-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ T3Q-ko-solar-dpo-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ T3Q-ko-solar-dpo-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ T3Q-ko-solar-dpo-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ T3Q-ko-solar-dpo-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ T3Q-ko-solar-dpo-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ T3Q-ko-solar-dpo-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ T3Q-ko-solar-dpo-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ T3Q-ko-solar-dpo-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: chihoonlee10/T3Q-ko-solar-dpo-v1.0
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
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
+ ## chihoonlee10/T3Q-ko-solar-dpo-v1.0 - GGUF
22
+
23
+ This repo contains GGUF format model files for [chihoonlee10/T3Q-ko-solar-dpo-v1.0](https://huggingface.co/chihoonlee10/T3Q-ko-solar-dpo-v1.0).
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
+ | [T3Q-ko-solar-dpo-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [T3Q-ko-solar-dpo-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
51
+ | [T3Q-ko-solar-dpo-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
52
+ | [T3Q-ko-solar-dpo-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
53
+ | [T3Q-ko-solar-dpo-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [T3Q-ko-solar-dpo-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
55
+ | [T3Q-ko-solar-dpo-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
56
+ | [T3Q-ko-solar-dpo-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [T3Q-ko-solar-dpo-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
58
+ | [T3Q-ko-solar-dpo-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
59
+ | [T3Q-ko-solar-dpo-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-v1.0-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
60
+ | [T3Q-ko-solar-dpo-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-dpo-v1.0-GGUF/blob/main/T3Q-ko-solar-dpo-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/T3Q-ko-solar-dpo-v1.0-GGUF --include "T3Q-ko-solar-dpo-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/T3Q-ko-solar-dpo-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
T3Q-ko-solar-dpo-v1.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5a141c9904b157267f7de584899c9ea3842d796efc00c3db96998d48cfc088
3
+ size 4003232704
T3Q-ko-solar-dpo-v1.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842e3e9375d89cc916ec0cd228dcd0a3e7788b8d5bfe773a7e49172bf0e7a156
3
+ size 5650750400
T3Q-ko-solar-dpo-v1.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac75be626b282452157903db4333de50ad0ffbae51a613ce38bf4dd29200b41
3
+ size 5195668416
T3Q-ko-solar-dpo-v1.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d7a1325acc3b4358055ba660ecfec4ac4d5a921ac8fc43683d6342d5a10b0c
3
+ size 4664564672
T3Q-ko-solar-dpo-v1.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3138dad1053b7adfc3322ef8ebd608467fc13539e8f51a0555560ea3a1bd02b
3
+ size 6072384448
T3Q-ko-solar-dpo-v1.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:977d1740c0f56b93497d96e377e99034065076d2474d418d8acd61107d2fc2b2
3
+ size 6461668288
T3Q-ko-solar-dpo-v1.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0388186552d6f00a13ff7609b52c078ebbc16019cbaf3a8622f8d2f23c2f502d
3
+ size 6118521792
T3Q-ko-solar-dpo-v1.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75126d35a230daa2d9ddb9edfa7e737ee520ed39079d6a2875ae7b97adf4b22b
3
+ size 7397391296
T3Q-ko-solar-dpo-v1.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:810ad4884b3c2de2408dbf3d2186f2166ab2a26379986bff34e2a96db6beeb52
3
+ size 7597931456
T3Q-ko-solar-dpo-v1.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889d41b7d5188120940cd894527684ed0d3c149a823df4fabd5c9955edf17020
3
+ size 7397391296
T3Q-ko-solar-dpo-v1.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69574125d7d87062e23e1ce0601896a0a3fad13cc2bf93ef60d4b4c6c282e3f7
3
+ size 8805211072
T3Q-ko-solar-dpo-v1.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2011c83380c3461327d68340804d3435cea3c7fa4c2693def1424810845437fe
3
+ size 11404155840