morriszms commited on
Commit
7a834d6
1 Parent(s): 9d6f55c

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
+ typhoon-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ typhoon-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ typhoon-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ typhoon-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ typhoon-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ typhoon-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ typhoon-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ typhoon-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ typhoon-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ typhoon-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ typhoon-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ typhoon-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - th
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - pretrained
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: scb10x/typhoon-7b
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## scb10x/typhoon-7b - GGUF
26
+
27
+ This repo contains GGUF format model files for [scb10x/typhoon-7b](https://huggingface.co/scb10x/typhoon-7b).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [typhoon-7b-Q2_K.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q2_K.gguf) | Q2_K | 2.547 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [typhoon-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q3_K_S.gguf) | Q3_K_S | 2.963 GB | very small, high quality loss |
49
+ | [typhoon-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q3_K_M.gguf) | Q3_K_M | 3.293 GB | very small, high quality loss |
50
+ | [typhoon-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q3_K_L.gguf) | Q3_K_L | 3.575 GB | small, substantial quality loss |
51
+ | [typhoon-7b-Q4_0.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q4_0.gguf) | Q4_0 | 3.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [typhoon-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q4_K_S.gguf) | Q4_K_S | 3.873 GB | small, greater quality loss |
53
+ | [typhoon-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q4_K_M.gguf) | Q4_K_M | 4.085 GB | medium, balanced quality - recommended |
54
+ | [typhoon-7b-Q5_0.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q5_0.gguf) | Q5_0 | 4.673 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [typhoon-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q5_K_S.gguf) | Q5_K_S | 4.673 GB | large, low quality loss - recommended |
56
+ | [typhoon-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q5_K_M.gguf) | Q5_K_M | 4.798 GB | large, very low quality loss - recommended |
57
+ | [typhoon-7b-Q6_K.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q6_K.gguf) | Q6_K | 5.554 GB | very large, extremely low quality loss |
58
+ | [typhoon-7b-Q8_0.gguf](https://huggingface.co/tensorblock/typhoon-7b-GGUF/blob/main/typhoon-7b-Q8_0.gguf) | Q8_0 | 7.194 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/typhoon-7b-GGUF --include "typhoon-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/typhoon-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
typhoon-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e85ae4e89a7e45d701674e7fc0d5ee3d025b01012e1357a6d445e075b82d6f5
3
+ size 2734476224
typhoon-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa7bd0014c5164abb6e2c760c74bb67b01ca742cedf723109ce4e96448e32d0
3
+ size 3838597792
typhoon-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e725d5fa9cb055ad0602c03314c9c8697a27d090e75faad992a02ae6c63cf5d
3
+ size 3535559328
typhoon-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8841232b57ac770ca1f32737122bc389a5b0dba970f971bbf4083c4f8f7f1c5
3
+ size 3181140640
typhoon-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63be4df7ddfa87bf6d2b5b0f3e5fda0cfa3c2a50123662f2abe0173b788477b0
3
+ size 4127240960
typhoon-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd0b8549ff6240d7d9eb86820ef9e0a708d3672b94f83a51b74e50a3234f9c3
3
+ size 4386763520
typhoon-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fa9b597cac885939a320eaf6a0fc4dfb570ffef4d6cbbaf03804b8442c3267
3
+ size 4158698240
typhoon-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab9becd7972697f526458374256dcfaffd7c232055efd6a860c8d10345eea10
3
+ size 5017688320
typhoon-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe85871cf70d9eb5ddaa6ad3de66b54379fd811991c68d2f55b1c02b1f63c9d2
3
+ size 5151381760
typhoon-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44da3defb6ef8dac4f7a4bee30b278d2611b84ccdb89b219ac5be05efd43b055
3
+ size 5017688320
typhoon-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d68ee28135db0b9e3b88cc3533cbf58dbfc71c153d2fc7faa57f8a7d03be68
3
+ size 5963788640
typhoon-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6f7188d224b89e5cf20871af9234b9e2b9e9c53e3be005362f6081c2975d9a
3
+ size 7723967648