morriszms commited on
Commit
ad9a8fc
1 Parent(s): 4cfd5de

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
+ Teleut-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Teleut-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Teleut-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Teleut-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Teleut-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Teleut-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Teleut-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Teleut-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Teleut-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Teleut-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Teleut-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Teleut-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: allura-org/Teleut-7b
5
+ datasets:
6
+ - allenai/tulu-3-sft-mixture
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## allura-org/Teleut-7b - GGUF
24
+
25
+ This repo contains GGUF format model files for [allura-org/Teleut-7b](https://huggingface.co/allura-org/Teleut-7b).
26
+
27
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ <|im_start|>system
39
+ {system_prompt}<|im_end|>
40
+ <|im_start|>user
41
+ {prompt}<|im_end|>
42
+ <|im_start|>assistant
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [Teleut-7b-Q2_K.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [Teleut-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
51
+ | [Teleut-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
52
+ | [Teleut-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
53
+ | [Teleut-7b-Q4_0.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [Teleut-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
55
+ | [Teleut-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
56
+ | [Teleut-7b-Q5_0.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [Teleut-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
58
+ | [Teleut-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
59
+ | [Teleut-7b-Q6_K.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
60
+ | [Teleut-7b-Q8_0.gguf](https://huggingface.co/tensorblock/Teleut-7b-GGUF/blob/main/Teleut-7b-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/Teleut-7b-GGUF --include "Teleut-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/Teleut-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
Teleut-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be85aaaaf6adb02cc226325314596ea18b41caa55a160807b2fd0f4de503bbef
3
+ size 3015938272
Teleut-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc59e4e46da5644269e21fb7f25d51a45a2e067f908d00578c4363e3830d8028
3
+ size 4088457440
Teleut-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe3f0f008b8cf01d3537cbfbb39868a732c9d86337fe16b48a988366287a500
3
+ size 3808389344
Teleut-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe20371bcc200a1b7d7e60e62ded47c59d5afce3c322182e6db896e16a6b755
3
+ size 3492366560
Teleut-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092a3716894ed00f964a609c1520cf65a25d7c690e3e22c47d5c3f9b26477f1e
3
+ size 4431388896
Teleut-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e3a42cd9862191f763891a9da9c3d38e2c56c72d55a2abe35457d523db92aa
3
+ size 4683071712
Teleut-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9418ce70c38928f154c9b5428c55c32e03ff2d9c4f7a9232e2d179d41272c4
3
+ size 4457767136
Teleut-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:458abe346bc0cebd8ad555c1cacb08b875c5bc97909f6baea5336d414c02457b
3
+ size 5315174624
Teleut-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ae9c0211fdb86ee192a2af6bd59d4f74b0333f4d38da22587bed83b1ee4760
3
+ size 5444829408
Teleut-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4452fbb077099e1698bfeb073c7c88d10cc2f758383394c1d0c2322bf4a92d63
3
+ size 5315174624
Teleut-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b563ff3c9ab29c84dfb65ef27156faee03477243a0af2a006007083a3e291070
3
+ size 6254196960
Teleut-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6b77a0b24f6d2ca002f7b1398cad4ec890090eed830f389e5675d2c933f508
3
+ size 8098523360