morriszms commited on
Commit
2d7afba
·
verified ·
1 Parent(s): 4c316a0

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
+ T.E-8.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ T.E-8.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ T.E-8.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ T.E-8.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ T.E-8.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ T.E-8.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ T.E-8.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ T.E-8.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ T.E-8.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ T.E-8.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ T.E-8.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ T.E-8.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: Cran-May/T.E-8.1
4
+ language:
5
+ - zh
6
+ - en
7
+ pipeline_tag: text-generation
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
+ ## Cran-May/T.E-8.1 - GGUF
25
+
26
+ This repo contains GGUF format model files for [Cran-May/T.E-8.1](https://huggingface.co/Cran-May/T.E-8.1).
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
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+ <|im_start|>system
40
+ {system_prompt}<|im_end|>
41
+ <|im_start|>user
42
+ {prompt}<|im_end|>
43
+ <|im_start|>assistant
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [T.E-8.1-Q2_K.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [T.E-8.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
52
+ | [T.E-8.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
53
+ | [T.E-8.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
54
+ | [T.E-8.1-Q4_0.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [T.E-8.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
56
+ | [T.E-8.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
57
+ | [T.E-8.1-Q5_0.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [T.E-8.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
59
+ | [T.E-8.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
60
+ | [T.E-8.1-Q6_K.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
61
+ | [T.E-8.1-Q8_0.gguf](https://huggingface.co/tensorblock/T.E-8.1-GGUF/blob/main/T.E-8.1-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/T.E-8.1-GGUF --include "T.E-8.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/T.E-8.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
T.E-8.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001d52697a1dad87406bf4ba1d0e3c3b0dac26a7359634c05581bca9ad3f1e48
3
+ size 3015938528
T.E-8.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce9b2d543c71f5df4bc93ff7a9dcfb32f39898d0b89ec1e1b6c438b1435b5771
3
+ size 4088457696
T.E-8.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5809b674ae2a16feda3d6c6ebe68984308a2fc8dc681bd155e4cc1ddfbe36504
3
+ size 3808389600
T.E-8.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9565e6886b5f566436936cb8a84109d51097d695783f4591499fec2cb87da1bd
3
+ size 3492366816
T.E-8.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e854d099c68bde1f2d598b7c58e837178536d0b5bd1336c8016e83b1b7e727b0
3
+ size 4431389152
T.E-8.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d005d2feb6c8d4485c7cf42a1c841723907f2592a8ecdd84882d2a6ccc0fef9
3
+ size 4683071968
T.E-8.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cf9250040237127deb6e6fb178d96499c129e4e7369cdb96a78a544bd057e29
3
+ size 4457767392
T.E-8.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0673e086b70e6943d0dffb03cd8c459457dcbee500f86d977c784e0251d2b5db
3
+ size 5315174880
T.E-8.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397fbb054a313ed3d9a25397ba558f64e04279b029dfcabbb831a89abc084df1
3
+ size 5444829664
T.E-8.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d237f8a7b521f007ad10027af4c8a38decbed2cbb5547b15e0be068a04a6e4c6
3
+ size 5315174880
T.E-8.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96c9636fa7325ce31e6e8a793d7cc9c6c5da0b66c8e2590c0cb9cdd1713013eb
3
+ size 6254197216
T.E-8.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8996df00deac03a0eda2fd153edd4b459b7dbf37c9ea2207ace4113842491da
3
+ size 8098523616