morriszms commited on
Commit
c2752d0
1 Parent(s): 2f56ace

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
+ anarchy-solar-10B-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ anarchy-solar-10B-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ anarchy-solar-10B-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ anarchy-solar-10B-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ anarchy-solar-10B-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ anarchy-solar-10B-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ anarchy-solar-10B-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ anarchy-solar-10B-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ anarchy-solar-10B-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ anarchy-solar-10B-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ anarchy-solar-10B-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ anarchy-solar-10B-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ license: apache-2.0
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: moondriller/anarchy-solar-10B-v1
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## moondriller/anarchy-solar-10B-v1 - GGUF
23
+
24
+ This repo contains GGUF format model files for [moondriller/anarchy-solar-10B-v1](https://huggingface.co/moondriller/anarchy-solar-10B-v1).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [anarchy-solar-10B-v1-Q2_K.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [anarchy-solar-10B-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
46
+ | [anarchy-solar-10B-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
47
+ | [anarchy-solar-10B-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
48
+ | [anarchy-solar-10B-v1-Q4_0.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [anarchy-solar-10B-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
50
+ | [anarchy-solar-10B-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
51
+ | [anarchy-solar-10B-v1-Q5_0.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [anarchy-solar-10B-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
53
+ | [anarchy-solar-10B-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
54
+ | [anarchy-solar-10B-v1-Q6_K.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
55
+ | [anarchy-solar-10B-v1-Q8_0.gguf](https://huggingface.co/tensorblock/anarchy-solar-10B-v1-GGUF/blob/main/anarchy-solar-10B-v1-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/anarchy-solar-10B-v1-GGUF --include "anarchy-solar-10B-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/anarchy-solar-10B-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
anarchy-solar-10B-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ecad7472f90d5b8f397c3732461c7dc54e3cc36309157b3b012743d7351e10
3
+ size 4003232256
anarchy-solar-10B-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bbb6756aa44f65cb2e11a651a21f3a748d8e52e5edd1f6c9916247117fa859
3
+ size 5650749952
anarchy-solar-10B-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13bb5e8b817aa78880c0186754f04ab40cb12f06aeb45f98022ddc0840ff2681
3
+ size 5195667968
anarchy-solar-10B-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d8d773e475add4ef7ced0d0f8882bcc45d9540fb4e78cf6db53186b5ba6054
3
+ size 4664564224
anarchy-solar-10B-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358ab5e26d9530c6caa89ae3ab0bdb205bf6d9b3a547a7f59aa8aafd32c9ce66
3
+ size 6072384000
anarchy-solar-10B-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4cc974e75e146390bd022fd24ec91193f15b3a5d4d34c7b0b2b45c80c63aa1
3
+ size 6461667840
anarchy-solar-10B-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2fbfe9f8fcf65ef91cc2dcde441824ccd4701cfa9039cb0e47e8e1a2c7227f
3
+ size 6118521344
anarchy-solar-10B-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849bc52b07c120f5aa4ddac73480883fd026f26c52539f7f57d739b438249e9e
3
+ size 7397390848
anarchy-solar-10B-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c52e8e0ee9980b66517f374c4002f85fc7bf1139b3a857d047a2b09537d91ae
3
+ size 7597931008
anarchy-solar-10B-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e657e40367c30b18f445b034942dad2ffb8e560748ab31f8e2626a0f700406
3
+ size 7397390848
anarchy-solar-10B-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b3779b9697f08ed5e4bec39d26c6f7a3b44a99ab18d025a6e792d02aceaa70
3
+ size 8805210624
anarchy-solar-10B-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50f8a5ee4da1c3fddd00edd8810e28ee69dc7509293a53747a32b513c01ea5c
3
+ size 11404155392