morriszms commited on
Commit
b93b3ec
·
verified ·
1 Parent(s): 0543c22

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
+ cymist2-v01-SFT-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ cymist2-v01-SFT-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ cymist2-v01-SFT-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ cymist2-v01-SFT-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ cymist2-v01-SFT-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ cymist2-v01-SFT-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ cymist2-v01-SFT-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ cymist2-v01-SFT-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ cymist2-v01-SFT-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ cymist2-v01-SFT-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ cymist2-v01-SFT-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ cymist2-v01-SFT-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - turkish
5
+ - general tasks
6
+ - RAG
7
+ - SFT
8
+ - TensorBlock
9
+ - GGUF
10
+ license: apache-2.0
11
+ language:
12
+ - tr
13
+ - en
14
+ pipeline_tag: text2text-generation
15
+ base_model: cypienai/cymist2-v01-SFT
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## cypienai/cymist2-v01-SFT - GGUF
30
+
31
+ This repo contains GGUF format model files for [cypienai/cymist2-v01-SFT](https://huggingface.co/cypienai/cymist2-v01-SFT).
32
+
33
+ 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).
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ <s>[INST] {prompt} [/INST]
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [cymist2-v01-SFT-Q2_K.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [cymist2-v01-SFT-Q3_K_S.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
47
+ | [cymist2-v01-SFT-Q3_K_M.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
48
+ | [cymist2-v01-SFT-Q3_K_L.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
49
+ | [cymist2-v01-SFT-Q4_0.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [cymist2-v01-SFT-Q4_K_S.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
51
+ | [cymist2-v01-SFT-Q4_K_M.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
52
+ | [cymist2-v01-SFT-Q5_0.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [cymist2-v01-SFT-Q5_K_S.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
54
+ | [cymist2-v01-SFT-Q5_K_M.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
55
+ | [cymist2-v01-SFT-Q6_K.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
56
+ | [cymist2-v01-SFT-Q8_0.gguf](https://huggingface.co/tensorblock/cymist2-v01-SFT-GGUF/tree/main/cymist2-v01-SFT-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/cymist2-v01-SFT-GGUF --include "cymist2-v01-SFT-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/cymist2-v01-SFT-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
cymist2-v01-SFT-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047b2f8b869d1f844c134781e4ae8f8086ee1b10115d2564641ce29ac429fb6b
3
+ size 2719242784
cymist2-v01-SFT-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad9d928061e825242c4847f6444448abc5630e877e3f69cb9ce3ebfee013cf4c
3
+ size 3822025248
cymist2-v01-SFT-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2278bde4806d38aaf3d5280de6741cd677649134d11be76c5dadde19cad6eb7f
3
+ size 3518986784
cymist2-v01-SFT-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfe2405d2b539c02129013ba940d432d09518990398a99dc79e153234dc5949
3
+ size 3164568096
cymist2-v01-SFT-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d25e2402f632b620bcecd591dcbbe8d761517b4323dee1ad41e6b6e7c05b648a
3
+ size 4108917280
cymist2-v01-SFT-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681a018ae80df1f1087d77a8d472a215457042de3a9d7169224b63c0936a0f1a
3
+ size 4368439840
cymist2-v01-SFT-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:268b22a65f727e1792aaf0495c0b0a99e85bb3c4ac5b173b6103f4e6da8c028c
3
+ size 4140374560
cymist2-v01-SFT-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b880a91ebfb066b541afd69b5f590e70c4084d2a9f9b8d9eb35893f4c07c88a
3
+ size 4997716512
cymist2-v01-SFT-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:144141696d75afc64c56469950a1c07058c52fc3ce3e76e85c1f8e47652b238b
3
+ size 5131409952
cymist2-v01-SFT-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cba98d54d166abcd1f254d62a21355796ee3a33d82bbeece8c2dbdaf848ab79a
3
+ size 4997716512
cymist2-v01-SFT-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a02c5babfe58032f0cc5ba986eeed1709f91e62d35c48487c06dcb5a7b9db66
3
+ size 5942065696
cymist2-v01-SFT-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8d3e0a991abf1ce00987a22cf720e2827b92f239930f4bfce2dfa6e0c43103a
3
+ size 7695858208