morriszms commited on
Commit
5b97d5e
·
verified ·
1 Parent(s): eebda75

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-3b-merged-bslm-product-catalogs-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3.2-3b-merged-bslm-product-catalogs-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3.2-3b-merged-bslm-product-catalogs-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3.2-3b-merged-bslm-product-catalogs-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3.2-3b-merged-bslm-product-catalogs-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3.2-3b-merged-bslm-product-catalogs-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3.2-3b-merged-bslm-product-catalogs-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3.2-3b-merged-bslm-product-catalogs-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3.2-3b-merged-bslm-product-catalogs-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3.2-3b-merged-bslm-product-catalogs-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3.2-3b-merged-bslm-product-catalogs-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3.2-3b-merged-bslm-product-catalogs-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: BaSalam/llama3.2-3b-merged-bslm-product-catalogs
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## BaSalam/llama3.2-3b-merged-bslm-product-catalogs - GGUF
21
+
22
+ This repo contains GGUF format model files for [BaSalam/llama3.2-3b-merged-bslm-product-catalogs](https://huggingface.co/BaSalam/llama3.2-3b-merged-bslm-product-catalogs).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
36
+
37
+ Cutting Knowledge Date: December 2023
38
+ Today Date: 26 Nov 2024
39
+
40
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
41
+
42
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q2_K.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q2_K.gguf) | Q2_K | 1.364 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q3_K_S.gguf) | Q3_K_S | 1.543 GB | very small, high quality loss |
51
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q3_K_M.gguf) | Q3_K_M | 1.687 GB | very small, high quality loss |
52
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q3_K_L.gguf) | Q3_K_L | 1.815 GB | small, substantial quality loss |
53
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q4_0.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q4_0.gguf) | Q4_0 | 1.917 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q4_K_S.gguf) | Q4_K_S | 1.928 GB | small, greater quality loss |
55
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q4_K_M.gguf) | Q4_K_M | 2.019 GB | medium, balanced quality - recommended |
56
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q5_0.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q5_0.gguf) | Q5_0 | 2.270 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q5_K_S.gguf) | Q5_K_S | 2.270 GB | large, low quality loss - recommended |
58
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q5_K_M.gguf) | Q5_K_M | 2.322 GB | large, very low quality loss - recommended |
59
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q6_K.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q6_K.gguf) | Q6_K | 2.644 GB | very large, extremely low quality loss |
60
+ | [llama3.2-3b-merged-bslm-product-catalogs-Q8_0.gguf](https://huggingface.co/tensorblock/llama3.2-3b-merged-bslm-product-catalogs-GGUF/blob/main/llama3.2-3b-merged-bslm-product-catalogs-Q8_0.gguf) | Q8_0 | 3.422 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/llama3.2-3b-merged-bslm-product-catalogs-GGUF --include "llama3.2-3b-merged-bslm-product-catalogs-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/llama3.2-3b-merged-bslm-product-catalogs-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
llama3.2-3b-merged-bslm-product-catalogs-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70493c1f948ead9f098cdd0c0ae95545b235feacedc4d946bcd27e43c3a620d0
3
+ size 1363935264
llama3.2-3b-merged-bslm-product-catalogs-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2af417fb929cfa0c2d99a560cefc411f6e878f7c6454190b0c122ab2cf265ed9
3
+ size 1815347232
llama3.2-3b-merged-bslm-product-catalogs-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:650daff02455491516022147f3b5a804f38a42dda0446138c0a42e189f54acc7
3
+ size 1687158816
llama3.2-3b-merged-bslm-product-catalogs-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e15d87690c30194973930853dccaed12700d67429d465159f46236867ab0306
3
+ size 1542848544
llama3.2-3b-merged-bslm-product-catalogs-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c89f2cc40ad53f186ecb2c916cecc1b8e7e83d73e19d12f0838d50aff1e8243c
3
+ size 1917190176
llama3.2-3b-merged-bslm-product-catalogs-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8a2c646faa946aba29c8f343a1517eff8ade3c27a69dce8537008831bfad0a
3
+ size 2019377184
llama3.2-3b-merged-bslm-product-catalogs-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbb0d76a371e2a116adac48c672571d70b8f6728e87b8cac3470615b9ee2d7d
3
+ size 1928200224
llama3.2-3b-merged-bslm-product-catalogs-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4326d838e45fd52b64f885fb52e814f5be6aa30069bcdd12b82f591ab907b8ac
3
+ size 2269511712
llama3.2-3b-merged-bslm-product-catalogs-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b1523afd28c371252fc0462432d8ea1a6f05c4addc88e6c819f67fe7415c4d
3
+ size 2322153504
llama3.2-3b-merged-bslm-product-catalogs-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15eda8907e8b2c90b155f0e834472f62d9ba72330e284dbaca6365e23b0222e
3
+ size 2269511712
llama3.2-3b-merged-bslm-product-catalogs-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784d11d61710489b638e4b77e01bfcbf5126ffe7780654f689ad43f53f0a275c
3
+ size 2643853344
llama3.2-3b-merged-bslm-product-catalogs-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2905a0a8d07dc4d324aec4ec7081c2d8b54b4e63ffe3273f84c397aa403af99c
3
+ size 3421898784