morriszms commited on
Commit
10ff148
·
verified ·
1 Parent(s): 03b9b49

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
+ Synatra_TbST02M_IN01-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Synatra_TbST02M_IN01-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Synatra_TbST02M_IN01-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Synatra_TbST02M_IN01-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Synatra_TbST02M_IN01-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Synatra_TbST02M_IN01-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Synatra_TbST02M_IN01-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Synatra_TbST02M_IN01-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Synatra_TbST02M_IN01-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Synatra_TbST02M_IN01-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Synatra_TbST02M_IN01-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Synatra_TbST02M_IN01-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ license: cc-by-nc-4.0
7
+ base_model: maywell/Synatra_TbST02M_IN01
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## maywell/Synatra_TbST02M_IN01 - GGUF
25
+
26
+ This repo contains GGUF format model files for [maywell/Synatra_TbST02M_IN01](https://huggingface.co/maywell/Synatra_TbST02M_IN01).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+ <s>[INST] {prompt} [/INST]
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [Synatra_TbST02M_IN01-Q2_K.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [Synatra_TbST02M_IN01-Q3_K_S.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
42
+ | [Synatra_TbST02M_IN01-Q3_K_M.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
43
+ | [Synatra_TbST02M_IN01-Q3_K_L.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
44
+ | [Synatra_TbST02M_IN01-Q4_0.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [Synatra_TbST02M_IN01-Q4_K_S.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
46
+ | [Synatra_TbST02M_IN01-Q4_K_M.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
47
+ | [Synatra_TbST02M_IN01-Q5_0.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [Synatra_TbST02M_IN01-Q5_K_S.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
49
+ | [Synatra_TbST02M_IN01-Q5_K_M.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
50
+ | [Synatra_TbST02M_IN01-Q6_K.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
51
+ | [Synatra_TbST02M_IN01-Q8_0.gguf](https://huggingface.co/tensorblock/Synatra_TbST02M_IN01-GGUF/tree/main/Synatra_TbST02M_IN01-Q8_0.gguf) | Q8_0 | 10.621 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/Synatra_TbST02M_IN01-GGUF --include "Synatra_TbST02M_IN01-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/Synatra_TbST02M_IN01-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
Synatra_TbST02M_IN01-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef3caa64f3036dfeed4b32d77b4b1760ee66caf40645ed59141568aef69238b
3
+ size 4003232800
Synatra_TbST02M_IN01-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6332a888f06cbe6e374e787435ef7e478b7b1b4c80a1063d4175bb34dbb29c
3
+ size 5650750496
Synatra_TbST02M_IN01-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41132de1440630aa5f681a4d655f34f3cee07eb0e1c7a9df789471dcbdee1932
3
+ size 5195668512
Synatra_TbST02M_IN01-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e88b50d74c47fdf21072ca289bed5af1800157123a4f40a61640131136cfba29
3
+ size 4664564768
Synatra_TbST02M_IN01-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656f626bc5136f2c472db4d2c7a59a48cf1088d381849906d5a6ce05cbe42e17
3
+ size 6072384544
Synatra_TbST02M_IN01-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b00e3a7a2fa7eceab05a699b20272d1262957d68c537e0db3b6fb4ed3f0fd7
3
+ size 6461668384
Synatra_TbST02M_IN01-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56e13a54fd809fd1488017d7faf07ae9a8d1307239d7246cf0050efbbf2e4dc
3
+ size 6118521888
Synatra_TbST02M_IN01-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a2866fefe2970f625c6edc7604e8958cb9833fcb729da7bbeb7f8c6aa1b2a74
3
+ size 7397391392
Synatra_TbST02M_IN01-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6389ec5126652cef9c7ef98592b129eb6812c4055e9ac58753713f9d6c121188
3
+ size 7597931552
Synatra_TbST02M_IN01-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6459d353b055c0bb922d612bfdaa3d6207336a55b73eb1dd360f39b749a033de
3
+ size 7397391392
Synatra_TbST02M_IN01-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c9499e32a3ed73bfd0870e7fc3b16cb41393a861797e9b8a73891203c0805f
3
+ size 8805211168
Synatra_TbST02M_IN01-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c401bd1d4203db323a56ff43eaa771d03dc5d6fc9ed8176c7d853fa18a124a61
3
+ size 11404155936