morriszms commited on
Commit
0b3698e
1 Parent(s): 45df42c

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
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - korean
5
+ - text2sql
6
+ - TensorBlock
7
+ - GGUF
8
+ license: apache-2.0
9
+ datasets:
10
+ - sanghyun89/for_text2sql_wikiSQL_korean_by_google_translator_api
11
+ language:
12
+ - ko
13
+ - en
14
+ base_model: sanghyun89/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## sanghyun89/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2 - GGUF
29
+
30
+ This repo contains GGUF format model files for [sanghyun89/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2](https://huggingface.co/sanghyun89/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q2_K.gguf) | Q2_K | 1.364 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_S.gguf) | Q3_K_S | 1.543 GB | very small, high quality loss |
56
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_M.gguf) | Q3_K_M | 1.687 GB | very small, high quality loss |
57
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_L.gguf) | Q3_K_L | 1.815 GB | small, substantial quality loss |
58
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_0.gguf) | Q4_0 | 1.917 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_S.gguf) | Q4_K_S | 1.928 GB | small, greater quality loss |
60
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_M.gguf) | Q4_K_M | 2.019 GB | medium, balanced quality - recommended |
61
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_0.gguf) | Q5_0 | 2.270 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_S.gguf) | Q5_K_S | 2.270 GB | large, low quality loss - recommended |
63
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_M.gguf) | Q5_K_M | 2.322 GB | large, very low quality loss - recommended |
64
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q6_K.gguf) | Q6_K | 2.644 GB | very large, extremely low quality loss |
65
+ | [llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF/blob/main/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q8_0.gguf) | Q8_0 | 3.422 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF --include "llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae73d807e856da3b3fbabba09eec267faf128e3a251c28e176fb2411f709bdf1
3
+ size 1363937408
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d3721b72671a78606deb4f29db8701a75fe5e179cd5d65444ad44ee2501cd4
3
+ size 1815349376
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:547acbace99a58d7f6ecab5ce54a0236bdd7a0b5d9732e5f3f33868382bea2c8
3
+ size 1687160960
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8353d7bacaaf4ec0327309598953fc0e0a58073addac213800d90cc91d1ee079
3
+ size 1542850688
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4fe04e5f867126ebab914ba93fcad64e4e8a690ee7a06bb9beb018aa9e396bd
3
+ size 1917192320
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a94a19d08380c93b844639efa7b8d7d7645da102da76e4e99c7e0eb0e4d773ab
3
+ size 2019379328
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b192bb16c434215492cd22ebdba2e00d32a3105c59a09d762ff9a9797b92c4ac
3
+ size 1928202368
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a98c6650a06c424d9bf83e97b37823c7da87097d8a94990ff71f5eea7e6b3e80
3
+ size 2269513856
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6329fba70e96d782fa4d711a20faa405a92e53de951d1fe7212a892e3b8908
3
+ size 2322155648
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d689e0932c95e1e9f4a60b5f8f30e099151f195a3df5d2397326f4c334ebbf
3
+ size 2269513856
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0d5c7b00b8df30ca1080c3e078b138259616ba9203ae7d182baf527959c130f
3
+ size 2643855488
llama-3.2-3b-plantInsight_lab_v4-langchainPart2_result_ep2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf8b113a631e15d76f58e3c4ef1cb004b3d0c01a601e1abcbf9a552b5cc2d1f7
3
+ size 3421902400