morriszms commited on
Commit
9a02784
1 Parent(s): 67aa017

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
+ tnayajv2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tnayajv2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tnayajv2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tnayajv2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tnayajv2.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tnayajv2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tnayajv2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tnayajv2.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tnayajv2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tnayajv2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tnayajv2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tnayajv2.0-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/tnayajv2.0
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/tnayajv2.0 - GGUF
21
+
22
+ This repo contains GGUF format model files for [Jayant9928/tnayajv2.0](https://huggingface.co/Jayant9928/tnayajv2.0).
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
+ | [tnayajv2.0-Q2_K.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [tnayajv2.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
42
+ | [tnayajv2.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
43
+ | [tnayajv2.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
44
+ | [tnayajv2.0-Q4_0.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [tnayajv2.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
46
+ | [tnayajv2.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
47
+ | [tnayajv2.0-Q5_0.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [tnayajv2.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
49
+ | [tnayajv2.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
50
+ | [tnayajv2.0-Q6_K.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
51
+ | [tnayajv2.0-Q8_0.gguf](https://huggingface.co/tensorblock/tnayajv2.0-GGUF/tree/main/tnayajv2.0-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/tnayajv2.0-GGUF --include "tnayajv2.0-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/tnayajv2.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
tnayajv2.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13d905ae59a1b0747be6223324efff79903553a4f3a69f2d42af5e6361f50f2
3
+ size 3179131488
tnayajv2.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:837fad84e270637625da1c6ecd945e3a00ac75385705ae89aa2f4d7d1653f3fb
3
+ size 4321956448
tnayajv2.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06fc94449f0c58396887c31601038f14ed2e9df6f061cd17642b34e72722aee8
3
+ size 4018917984
tnayajv2.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c8e6e91a8bb2b1a7733bd09639d35a1f91ed389270f25bff445d10bc66bb22e
3
+ size 3664499296
tnayajv2.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88351087ce18c514607234066b8be93f16750fe0af3a16d1a2c517a160cd2366
3
+ size 4661211744
tnayajv2.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e28c34a2baaea96d0e3312d47ef0c4c61de233808a99b6fef2465eb056fa9ed
3
+ size 4920734304
tnayajv2.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc704f9ac371790d4c83cc9c77689e177f4454bbe3c65206bc707d5742bc51e5
3
+ size 4692669024
tnayajv2.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934ae210e54aa9f174954a4e2fd4aa893888ba0f2805ed8ab05fbc5a439e7e4f
3
+ size 5599294048
tnayajv2.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c7b9df7a29c84fc299568aa771e5fdafa641cc0e189c8969e827dc80176710
3
+ size 5732987488
tnayajv2.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb5f2a2fc24a4c922db5512cdc45537d532ecc9aef22483569430448cc8582a
3
+ size 5599294048
tnayajv2.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f27eac17c34d120fa5ad8c57b0cd363ff769693ebc908f215fece954be18786d
3
+ size 6596006496
tnayajv2.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad0ab165083b4afb7e30c2d69be899c9ae184d0f239ed5f63d4d9d2a2b6e4f1
3
+ size 8540770912