morriszms commited on
Commit
e84c13e
·
verified ·
1 Parent(s): 3ea72fc

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
+ llama3.2-typhoon2-t1-3b-research-preview-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3.2-typhoon2-t1-3b-research-preview-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3.2-typhoon2-t1-3b-research-preview-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3.2-typhoon2-t1-3b-research-preview-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3.2-typhoon2-t1-3b-research-preview-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3.2-typhoon2-t1-3b-research-preview-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3.2-typhoon2-t1-3b-research-preview-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3.2-typhoon2-t1-3b-research-preview-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3.2-typhoon2-t1-3b-research-preview-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3.2-typhoon2-t1-3b-research-preview-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3.2-typhoon2-t1-3b-research-preview-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3.2-typhoon2-t1-3b-research-preview-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.2
4
+ base_model: scb10x/llama3.2-typhoon2-t1-3b-research-preview
5
+ language:
6
+ - en
7
+ - th
8
+ datasets:
9
+ - scb10x/typhoon-t1-3b-research-preview-data
10
+ pipeline_tag: text-generation
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ model-index:
15
+ - name: llama3.2-typhoon2-3b-instruct
16
+ results: []
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## scb10x/llama3.2-typhoon2-t1-3b-research-preview - GGUF
31
+
32
+ This repo contains GGUF format model files for [scb10x/llama3.2-typhoon2-t1-3b-research-preview](https://huggingface.co/scb10x/llama3.2-typhoon2-t1-3b-research-preview).
33
+
34
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
46
+
47
+ Cutting Knowledge Date: December 2023
48
+ Today Date: 26 Jul 2024
49
+
50
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
51
+
52
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
53
+ ```
54
+
55
+ ## Model file specification
56
+
57
+ | Filename | Quant type | File Size | Description |
58
+ | -------- | ---------- | --------- | ----------- |
59
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q2_K.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q2_K.gguf) | Q2_K | 1.364 GB | smallest, significant quality loss - not recommended for most purposes |
60
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q3_K_S.gguf) | Q3_K_S | 1.543 GB | very small, high quality loss |
61
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q3_K_M.gguf) | Q3_K_M | 1.687 GB | very small, high quality loss |
62
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q3_K_L.gguf) | Q3_K_L | 1.815 GB | small, substantial quality loss |
63
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q4_0.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q4_0.gguf) | Q4_0 | 1.917 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
64
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q4_K_S.gguf) | Q4_K_S | 1.928 GB | small, greater quality loss |
65
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q4_K_M.gguf) | Q4_K_M | 2.019 GB | medium, balanced quality - recommended |
66
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q5_0.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q5_0.gguf) | Q5_0 | 2.270 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
67
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q5_K_S.gguf) | Q5_K_S | 2.270 GB | large, low quality loss - recommended |
68
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q5_K_M.gguf) | Q5_K_M | 2.322 GB | large, very low quality loss - recommended |
69
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q6_K.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q6_K.gguf) | Q6_K | 2.644 GB | very large, extremely low quality loss |
70
+ | [llama3.2-typhoon2-t1-3b-research-preview-Q8_0.gguf](https://huggingface.co/tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF/blob/main/llama3.2-typhoon2-t1-3b-research-preview-Q8_0.gguf) | Q8_0 | 3.422 GB | very large, extremely low quality loss - not recommended |
71
+
72
+
73
+ ## Downloading instruction
74
+
75
+ ### Command line
76
+
77
+ Firstly, install Huggingface Client
78
+
79
+ ```shell
80
+ pip install -U "huggingface_hub[cli]"
81
+ ```
82
+
83
+ Then, downoad the individual model file the a local directory
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF --include "llama3.2-typhoon2-t1-3b-research-preview-Q2_K.gguf" --local-dir MY_LOCAL_DIR
87
+ ```
88
+
89
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
90
+
91
+ ```shell
92
+ huggingface-cli download tensorblock/llama3.2-typhoon2-t1-3b-research-preview-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
93
+ ```
llama3.2-typhoon2-t1-3b-research-preview-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf516cf619a7a037b6d609c63d23dfd2863e0494142e16bf0374b501b8f2a41
3
+ size 1363934624
llama3.2-typhoon2-t1-3b-research-preview-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51296172ed1165f5fe9772fbf08340da415be24b824f072a84d1dffa2f57c962
3
+ size 1815346592
llama3.2-typhoon2-t1-3b-research-preview-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0603409a40f6c895da2ac6b5af68703479a253cd01b92ebf59f144aa4eb29f7c
3
+ size 1687158176
llama3.2-typhoon2-t1-3b-research-preview-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697111baf2701f311a542417b034b18db8aa2f62d774902101d9285652de4a96
3
+ size 1542847904
llama3.2-typhoon2-t1-3b-research-preview-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d804f2b3760caac52bb480351dba03fe7f1f3d8fddc56322482d13bd0855eaa
3
+ size 1917189536
llama3.2-typhoon2-t1-3b-research-preview-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3baf2877d0e9bdb9985ce923de0e278c987b37ef3ea93ce68b0785304b69c778
3
+ size 2019376544
llama3.2-typhoon2-t1-3b-research-preview-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b678ebb181720aacd6fc72ee60828442f8eebc426386230bddfe9324e0a0d2
3
+ size 1928199584
llama3.2-typhoon2-t1-3b-research-preview-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6713eac3a0152bda6eea3fd3787af97e8029595e63413ef23e86720df121fad5
3
+ size 2269511072
llama3.2-typhoon2-t1-3b-research-preview-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64f5947f786db92f531755780f18ead846c7727d1be9b3c3f134c073ab612510
3
+ size 2322152864
llama3.2-typhoon2-t1-3b-research-preview-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d1b2140e3b54072b751bdd60f308bed367806752b3e0d2880c019ea47e02791
3
+ size 2269511072
llama3.2-typhoon2-t1-3b-research-preview-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be4675d2990a00e8e0219249be229618af98b0b040ef9640f5a9218e90c2051
3
+ size 2643852704
llama3.2-typhoon2-t1-3b-research-preview-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b1e79242283449f8c9e96807f8a752de24757dc10a3d32081aaa5eb68a439ea
3
+ size 3421898144