morriszms commited on
Commit
3638163
1 Parent(s): ac3ce74

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
+ tnayaj-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tnayaj-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tnayaj-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tnayaj-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tnayaj-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tnayaj-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tnayaj-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tnayaj-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tnayaj-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tnayaj-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tnayaj-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tnayaj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Jayant9928/tnayaj
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## Jayant9928/tnayaj - GGUF
21
+
22
+ This repo contains GGUF format model files for [Jayant9928/tnayaj](https://huggingface.co/Jayant9928/tnayaj).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
30
+
31
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
32
+
33
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [tnayaj-Q2_K.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [tnayaj-Q3_K_S.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
42
+ | [tnayaj-Q3_K_M.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
43
+ | [tnayaj-Q3_K_L.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
44
+ | [tnayaj-Q4_0.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [tnayaj-Q4_K_S.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
46
+ | [tnayaj-Q4_K_M.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
47
+ | [tnayaj-Q5_0.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [tnayaj-Q5_K_S.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
49
+ | [tnayaj-Q5_K_M.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
50
+ | [tnayaj-Q6_K.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
51
+ | [tnayaj-Q8_0.gguf](https://huggingface.co/tensorblock/tnayaj-GGUF/tree/main/tnayaj-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
52
+
53
+
54
+ ## Downloading instruction
55
+
56
+ ### Command line
57
+
58
+ Firstly, install Huggingface Client
59
+
60
+ ```shell
61
+ pip install -U "huggingface_hub[cli]"
62
+ ```
63
+
64
+ Then, downoad the individual model file the a local directory
65
+
66
+ ```shell
67
+ huggingface-cli download tensorblock/tnayaj-GGUF --include "tnayaj-Q2_K.gguf" --local-dir MY_LOCAL_DIR
68
+ ```
69
+
70
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/tnayaj-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
tnayaj-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794f8a490e66052a4bce7334c89f869e224c9ebcaca7da631e61005aa8129093
3
+ size 3179131488
tnayaj-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1228c5882c123b407344c79975ea2d31f72917dbe38056b9794ce123e58fb8aa
3
+ size 4321956448
tnayaj-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826de09aa14d3f153d282225dbc35b6a4876abd22312ed4f65401635133e90aa
3
+ size 4018917984
tnayaj-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d3e346ea93338a2125220efbce2cb48d97fa765ac8160d375dc28a7edfbfbc
3
+ size 3664499296
tnayaj-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ce216f8eed4cd4a8c03cf93290a374669894571d3ccfcba08cb894ecb9970b
3
+ size 4661211744
tnayaj-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10711efa24f0de884a652efbbd93e669a348b0af6503c36b4290947dfc95ba0
3
+ size 4920734304
tnayaj-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dfbda50dd840f140b806922b17d8c4f254970370a3623cf7922033942269069
3
+ size 4692669024
tnayaj-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3399c06fef285bf1563b2fb34bf4369b3ce48549d99c4ce082e5ff9043fc4f7b
3
+ size 5599294048
tnayaj-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72ec1d93e3c6f4379a44007131c05427552031f13304086513296ba8b8aa008
3
+ size 5732987488
tnayaj-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d488099c3de692c201a9902679dba0bc264f258887ea654754f44408ff3fecbd
3
+ size 5599294048
tnayaj-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ada506592ae4a6beb266f0a6bbda8afd3139e6b9bccbad46bdfae89c6b3e6dea
3
+ size 6596006496
tnayaj-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14499d10a934e0a31a857dcad821c23e7addb157d7724a39110a596fb0bdca5f
3
+ size 8540770912