morriszms commited on
Commit
7ad0e0f
·
verified ·
1 Parent(s): 2057df7

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
+ SpecAI-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SpecAI-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SpecAI-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SpecAI-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SpecAI-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SpecAI-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SpecAI-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SpecAI-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SpecAI-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SpecAI-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SpecAI-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SpecAI-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: gtonkov/SpecAI
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: SpecAI
13
+ results: []
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
+ ## gtonkov/SpecAI - GGUF
28
+
29
+ This repo contains GGUF format model files for [gtonkov/SpecAI](https://huggingface.co/gtonkov/SpecAI).
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
+ <s><|system|>
43
+ {system_prompt}<|end|>
44
+ <|user|>
45
+ {prompt}<|end|>
46
+ <|assistant|>
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [SpecAI-Q2_K.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q2_K.gguf) | Q2_K | 1.319 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [SpecAI-Q3_K_S.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q3_K_S.gguf) | Q3_K_S | 1.566 GB | very small, high quality loss |
55
+ | [SpecAI-Q3_K_M.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q3_K_M.gguf) | Q3_K_M | 1.821 GB | very small, high quality loss |
56
+ | [SpecAI-Q3_K_L.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q3_K_L.gguf) | Q3_K_L | 1.944 GB | small, substantial quality loss |
57
+ | [SpecAI-Q4_0.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q4_0.gguf) | Q4_0 | 2.027 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [SpecAI-Q4_K_S.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q4_K_S.gguf) | Q4_K_S | 2.038 GB | small, greater quality loss |
59
+ | [SpecAI-Q4_K_M.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q4_K_M.gguf) | Q4_K_M | 2.229 GB | medium, balanced quality - recommended |
60
+ | [SpecAI-Q5_0.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q5_0.gguf) | Q5_0 | 2.460 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [SpecAI-Q5_K_S.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q5_K_S.gguf) | Q5_K_S | 2.460 GB | large, low quality loss - recommended |
62
+ | [SpecAI-Q5_K_M.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q5_K_M.gguf) | Q5_K_M | 2.622 GB | large, very low quality loss - recommended |
63
+ | [SpecAI-Q6_K.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q6_K.gguf) | Q6_K | 2.920 GB | very large, extremely low quality loss |
64
+ | [SpecAI-Q8_0.gguf](https://huggingface.co/tensorblock/SpecAI-GGUF/blob/main/SpecAI-Q8_0.gguf) | Q8_0 | 3.782 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/SpecAI-GGUF --include "SpecAI-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/SpecAI-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
SpecAI-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2447768511dffc24d25b6648be2b369c65f588fc9ffb58748fcc6ece206af262
3
+ size 1416204576
SpecAI-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b9c967d026a485db7e4942b4bed85e7852e13311ffe9d9efd0b834be37c6e86
3
+ size 2087597856
SpecAI-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a8b5029a5c56a445bac2984a1b3de718d45ad4644ae2b4b10ad64b96adb1f9
3
+ size 1955477280
SpecAI-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de71a947194d0ea0be696a796c9b453c658c517a51cc6afd760caadc6e8bfbb
3
+ size 1681798944
SpecAI-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00e8472dea6029ff8b1281fc92b4b54af7b4c37e40feb29b851fa39591d129a
3
+ size 2176177440
SpecAI-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac474e9f19411f2df25c3bcbf062cebc3dd903fdc5a1a7c1183392288af260d
3
+ size 2393232672
SpecAI-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4640ba67f36990daa6608d52a20771116f10be0a5d9932e552773f06da0958
3
+ size 2188760352
SpecAI-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee86b0e4856411570a9d37c0b8267fdff739c316b087109985cd385f69df232a
3
+ size 2641474848
SpecAI-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77e75d17fcb2af640e5d3a2126748da9dd1e7c3e1529ccdaddb02ed91f5c37c
3
+ size 2815276320
SpecAI-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419594957692fa92b348e1b332cd0940d3aeec494053b6b69bb1927944f66b16
3
+ size 2641474848
SpecAI-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022de3b3df248d8a2b5e61524de68c6956e3ab7abec1267110a5d3be04da2dbf
3
+ size 3135853344
SpecAI-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739aafec53d81ced91f18cab1611afc62191755846bce3dbc386fdcb4a782a8d
3
+ size 4061222688