morriszms commited on
Commit
a3f5e61
·
verified ·
1 Parent(s): f63c426

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
+ Templar_v1_8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Templar_v1_8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Templar_v1_8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Templar_v1_8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Templar_v1_8B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Templar_v1_8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Templar_v1_8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Templar_v1_8B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Templar_v1_8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Templar_v1_8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Templar_v1_8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Templar_v1_8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ChaoticNeutrals/Templar_v1_8B
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
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
+ ## ChaoticNeutrals/Templar_v1_8B - GGUF
23
+
24
+ This repo contains GGUF format model files for [ChaoticNeutrals/Templar_v1_8B](https://huggingface.co/ChaoticNeutrals/Templar_v1_8B).
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
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
38
+
39
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
40
+
41
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [Templar_v1_8B-Q2_K.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [Templar_v1_8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
50
+ | [Templar_v1_8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
51
+ | [Templar_v1_8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
52
+ | [Templar_v1_8B-Q4_0.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [Templar_v1_8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
54
+ | [Templar_v1_8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
55
+ | [Templar_v1_8B-Q5_0.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [Templar_v1_8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
57
+ | [Templar_v1_8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
58
+ | [Templar_v1_8B-Q6_K.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
59
+ | [Templar_v1_8B-Q8_0.gguf](https://huggingface.co/tensorblock/Templar_v1_8B-GGUF/blob/main/Templar_v1_8B-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Templar_v1_8B-GGUF --include "Templar_v1_8B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/Templar_v1_8B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
Templar_v1_8B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5016c94a1229630f67886e266cfb8c8ffdec9e8a2c76c16e435d803c6051d0
3
+ size 3179131936
Templar_v1_8B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aae00489ea4d79a68f60dfedb5d93dbdaff0fc8a0ede58c25781f8621c38471
3
+ size 4321956896
Templar_v1_8B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c38ee029b2a802e52534fb17879fe51eb2b46c3b7b28872b9ef00694100430
3
+ size 4018918432
Templar_v1_8B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255d1cc592aa916226c148b6fef2ccafcc0ae8ba0b94a0def8484b0caddb54c2
3
+ size 3664499744
Templar_v1_8B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bcc6a3737dafafd6a779573b22377b0c3d5adc17afead4ef2aedcfe9792f955
3
+ size 4661212192
Templar_v1_8B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9530412b206a8c7c039a31c9de1d521ead5b5a78cfb8111954eac3b3c9ed032c
3
+ size 4920734752
Templar_v1_8B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f37d92399e7002645639a0dce4a907f146711391d6e0f770776b23c8673df5b
3
+ size 4692669472
Templar_v1_8B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8395e47c8d48c162a42eaece6d38eef973b5bc2922e8cd15a542889bb88e6b18
3
+ size 5599294496
Templar_v1_8B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ad69b2c41f9626b44be47974db3df4f2f48aa92e9b9d84842a608f22b5afe8
3
+ size 5732987936
Templar_v1_8B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac95a61db351b351eba48f01c5c1c630397181abbb8a326db87c00028eb88f07
3
+ size 5599294496
Templar_v1_8B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0b3e043d02d9387571a9d61318094eba3fe8348d5c231363ff53bcca9c2839
3
+ size 6596006944
Templar_v1_8B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450b5b4fe843193b5843da19eac5fa2601e5dffb7c0daedb0e2a54085bc01e4f
3
+ size 8540771360