Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +86 -0
- titulm-llama-3.2-3b-v1.1-Q2_K.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q3_K_L.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q3_K_M.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q3_K_S.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q4_0.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q4_K_M.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q4_K_S.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q5_0.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q5_K_M.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q5_K_S.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q6_K.gguf +3 -0
- titulm-llama-3.2-3b-v1.1-Q8_0.gguf +3 -0
.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 |
+
titulm-llama-3.2-3b-v1.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
titulm-llama-3.2-3b-v1.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
titulm-llama-3.2-3b-v1.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
titulm-llama-3.2-3b-v1.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
titulm-llama-3.2-3b-v1.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
titulm-llama-3.2-3b-v1.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
titulm-llama-3.2-3b-v1.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
titulm-llama-3.2-3b-v1.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
titulm-llama-3.2-3b-v1.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
titulm-llama-3.2-3b-v1.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
titulm-llama-3.2-3b-v1.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
titulm-llama-3.2-3b-v1.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- bn
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- hishab
|
8 |
+
- titulm
|
9 |
+
- pytorch
|
10 |
+
- llama
|
11 |
+
- llama-3
|
12 |
+
- llama-factory
|
13 |
+
- TensorBlock
|
14 |
+
- GGUF
|
15 |
+
license: llama3.2
|
16 |
+
base_model: hishab/titulm-llama-3.2-3b-v1.1
|
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 |
+
## hishab/titulm-llama-3.2-3b-v1.1 - GGUF
|
31 |
+
|
32 |
+
This repo contains GGUF format model files for [hishab/titulm-llama-3.2-3b-v1.1](https://huggingface.co/hishab/titulm-llama-3.2-3b-v1.1).
|
33 |
+
|
34 |
+
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).
|
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 |
+
{system_prompt}{prompt}
|
46 |
+
```
|
47 |
+
|
48 |
+
## Model file specification
|
49 |
+
|
50 |
+
| Filename | Quant type | File Size | Description |
|
51 |
+
| -------- | ---------- | --------- | ----------- |
|
52 |
+
| [titulm-llama-3.2-3b-v1.1-Q2_K.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q2_K.gguf) | Q2_K | 1.364 GB | smallest, significant quality loss - not recommended for most purposes |
|
53 |
+
| [titulm-llama-3.2-3b-v1.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q3_K_S.gguf) | Q3_K_S | 1.543 GB | very small, high quality loss |
|
54 |
+
| [titulm-llama-3.2-3b-v1.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q3_K_M.gguf) | Q3_K_M | 1.687 GB | very small, high quality loss |
|
55 |
+
| [titulm-llama-3.2-3b-v1.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q3_K_L.gguf) | Q3_K_L | 1.815 GB | small, substantial quality loss |
|
56 |
+
| [titulm-llama-3.2-3b-v1.1-Q4_0.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q4_0.gguf) | Q4_0 | 1.917 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
57 |
+
| [titulm-llama-3.2-3b-v1.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q4_K_S.gguf) | Q4_K_S | 1.928 GB | small, greater quality loss |
|
58 |
+
| [titulm-llama-3.2-3b-v1.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q4_K_M.gguf) | Q4_K_M | 2.019 GB | medium, balanced quality - recommended |
|
59 |
+
| [titulm-llama-3.2-3b-v1.1-Q5_0.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q5_0.gguf) | Q5_0 | 2.270 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
60 |
+
| [titulm-llama-3.2-3b-v1.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q5_K_S.gguf) | Q5_K_S | 2.270 GB | large, low quality loss - recommended |
|
61 |
+
| [titulm-llama-3.2-3b-v1.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q5_K_M.gguf) | Q5_K_M | 2.322 GB | large, very low quality loss - recommended |
|
62 |
+
| [titulm-llama-3.2-3b-v1.1-Q6_K.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q6_K.gguf) | Q6_K | 2.644 GB | very large, extremely low quality loss |
|
63 |
+
| [titulm-llama-3.2-3b-v1.1-Q8_0.gguf](https://huggingface.co/tensorblock/titulm-llama-3.2-3b-v1.1-GGUF/blob/main/titulm-llama-3.2-3b-v1.1-Q8_0.gguf) | Q8_0 | 3.422 GB | very large, extremely low quality loss - not recommended |
|
64 |
+
|
65 |
+
|
66 |
+
## Downloading instruction
|
67 |
+
|
68 |
+
### Command line
|
69 |
+
|
70 |
+
Firstly, install Huggingface Client
|
71 |
+
|
72 |
+
```shell
|
73 |
+
pip install -U "huggingface_hub[cli]"
|
74 |
+
```
|
75 |
+
|
76 |
+
Then, downoad the individual model file the a local directory
|
77 |
+
|
78 |
+
```shell
|
79 |
+
huggingface-cli download tensorblock/titulm-llama-3.2-3b-v1.1-GGUF --include "titulm-llama-3.2-3b-v1.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
80 |
+
```
|
81 |
+
|
82 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
83 |
+
|
84 |
+
```shell
|
85 |
+
huggingface-cli download tensorblock/titulm-llama-3.2-3b-v1.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
86 |
+
```
|
titulm-llama-3.2-3b-v1.1-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5aa23701942dbbd4a34bab3001a4a5c62b37faa4761934f76be6d26536e44dc2
|
3 |
+
size 1363932416
|
titulm-llama-3.2-3b-v1.1-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6363dd153c388661be6a50a619c23a380899078aebb79ba7300e1206746fe44
|
3 |
+
size 1815344384
|
titulm-llama-3.2-3b-v1.1-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f70375ba4be550b2ede950b294ff41c43e7885c92e8742bb6bcd97f5e31cc1aa
|
3 |
+
size 1687155968
|
titulm-llama-3.2-3b-v1.1-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad27b30a4ddad26e7c8dbb51c06baa8a66cfa4ccca6f56623dbec475bed12beb
|
3 |
+
size 1542845696
|
titulm-llama-3.2-3b-v1.1-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4d365f4de0029f22e97331919bb7c429d7d7b5a4273537a6d570689291097a6
|
3 |
+
size 1917187328
|
titulm-llama-3.2-3b-v1.1-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5515bdeeb31389f6b0b62ae8d0a0b34324c4c0c3502c68bd4f86ad6ad28a1eef
|
3 |
+
size 2019374336
|
titulm-llama-3.2-3b-v1.1-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e21c7a6aa79229f929054995051a53d5a8968288e0a745ff01e2087ff9ff293
|
3 |
+
size 1928197376
|
titulm-llama-3.2-3b-v1.1-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60a8955aca7f38b612b9b1d3341797528173ef245cfaf1d08fc60d1a4cafc0a1
|
3 |
+
size 2269508864
|
titulm-llama-3.2-3b-v1.1-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20af846ef3becfc8f0dfdebd5d3ee13a2cf667aef616502086c4a54409d06749
|
3 |
+
size 2322150656
|
titulm-llama-3.2-3b-v1.1-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:689685760781b92c073dcc2e70cb49ded9b9562310681923996edf862a7dab5d
|
3 |
+
size 2269508864
|
titulm-llama-3.2-3b-v1.1-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4a989bcebca0c4677c10cd2d4cc1926c2e664b64386e3b40ebcffef8fd2adb2
|
3 |
+
size 2643850496
|
titulm-llama-3.2-3b-v1.1-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7298a2dacf9588d3335c9a7449ba831382ceb403724e7cb3937881deb9d5427
|
3 |
+
size 3421895936
|