Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +85 -0
- SmolMaestra-1.7b-Translation-Q2_K.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q3_K_L.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q3_K_M.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q3_K_S.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q4_0.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q4_K_M.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q4_K_S.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q5_0.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q5_K_M.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q5_K_S.gguf +3 -0
- SmolMaestra-1.7b-Translation-Q6_K.gguf +3 -0
- SmolMaestra-1.7b-Translation-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 |
+
SmolMaestra-1.7b-Translation-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SmolMaestra-1.7b-Translation-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SmolMaestra-1.7b-Translation-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SmolMaestra-1.7b-Translation-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SmolMaestra-1.7b-Translation-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SmolMaestra-1.7b-Translation-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SmolMaestra-1.7b-Translation-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SmolMaestra-1.7b-Translation-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SmolMaestra-1.7b-Translation-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SmolMaestra-1.7b-Translation-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SmolMaestra-1.7b-Translation-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SmolMaestra-1.7b-Translation-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: LeonardPuettmann/SmolMaestra-1.7b-Translation
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- it
|
8 |
+
tags:
|
9 |
+
- translation
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
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 |
+
## LeonardPuettmann/SmolMaestra-1.7b-Translation - GGUF
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [LeonardPuettmann/SmolMaestra-1.7b-Translation](https://huggingface.co/LeonardPuettmann/SmolMaestra-1.7b-Translation).
|
28 |
+
|
29 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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 |
+
<|im_start|>system
|
41 |
+
{system_prompt}<|im_end|>
|
42 |
+
<|im_start|>user
|
43 |
+
{prompt}<|im_end|>
|
44 |
+
<|im_start|>assistant
|
45 |
+
```
|
46 |
+
|
47 |
+
## Model file specification
|
48 |
+
|
49 |
+
| Filename | Quant type | File Size | Description |
|
50 |
+
| -------- | ---------- | --------- | ----------- |
|
51 |
+
| [SmolMaestra-1.7b-Translation-Q2_K.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q2_K.gguf) | Q2_K | 0.675 GB | smallest, significant quality loss - not recommended for most purposes |
|
52 |
+
| [SmolMaestra-1.7b-Translation-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q3_K_S.gguf) | Q3_K_S | 0.777 GB | very small, high quality loss |
|
53 |
+
| [SmolMaestra-1.7b-Translation-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q3_K_M.gguf) | Q3_K_M | 0.860 GB | very small, high quality loss |
|
54 |
+
| [SmolMaestra-1.7b-Translation-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q3_K_L.gguf) | Q3_K_L | 0.933 GB | small, substantial quality loss |
|
55 |
+
| [SmolMaestra-1.7b-Translation-Q4_0.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q4_0.gguf) | Q4_0 | 0.991 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
56 |
+
| [SmolMaestra-1.7b-Translation-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q4_K_S.gguf) | Q4_K_S | 0.999 GB | small, greater quality loss |
|
57 |
+
| [SmolMaestra-1.7b-Translation-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q4_K_M.gguf) | Q4_K_M | 1.056 GB | medium, balanced quality - recommended |
|
58 |
+
| [SmolMaestra-1.7b-Translation-Q5_0.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q5_0.gguf) | Q5_0 | 1.192 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
59 |
+
| [SmolMaestra-1.7b-Translation-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q5_K_S.gguf) | Q5_K_S | 1.192 GB | large, low quality loss - recommended |
|
60 |
+
| [SmolMaestra-1.7b-Translation-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q5_K_M.gguf) | Q5_K_M | 1.225 GB | large, very low quality loss - recommended |
|
61 |
+
| [SmolMaestra-1.7b-Translation-Q6_K.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q6_K.gguf) | Q6_K | 1.406 GB | very large, extremely low quality loss |
|
62 |
+
| [SmolMaestra-1.7b-Translation-Q8_0.gguf](https://huggingface.co/tensorblock/SmolMaestra-1.7b-Translation-GGUF/blob/main/SmolMaestra-1.7b-Translation-Q8_0.gguf) | Q8_0 | 1.820 GB | very large, extremely low quality loss - not recommended |
|
63 |
+
|
64 |
+
|
65 |
+
## Downloading instruction
|
66 |
+
|
67 |
+
### Command line
|
68 |
+
|
69 |
+
Firstly, install Huggingface Client
|
70 |
+
|
71 |
+
```shell
|
72 |
+
pip install -U "huggingface_hub[cli]"
|
73 |
+
```
|
74 |
+
|
75 |
+
Then, downoad the individual model file the a local directory
|
76 |
+
|
77 |
+
```shell
|
78 |
+
huggingface-cli download tensorblock/SmolMaestra-1.7b-Translation-GGUF --include "SmolMaestra-1.7b-Translation-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
79 |
+
```
|
80 |
+
|
81 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
82 |
+
|
83 |
+
```shell
|
84 |
+
huggingface-cli download tensorblock/SmolMaestra-1.7b-Translation-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
85 |
+
```
|
SmolMaestra-1.7b-Translation-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ff485fc0b2ca2bbe0775ecfffc250bc65eefcc4b79b04e1f8261aee16015297
|
3 |
+
size 674583616
|
SmolMaestra-1.7b-Translation-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1b40d200682e402c1e393b0c46b7a60fa9807e240ed2ce5c95d4e82910b6e82
|
3 |
+
size 932533312
|
SmolMaestra-1.7b-Translation-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a15c72a8535992470058f727b611b381d567dab7e1c0f286dab2e286fc039cf
|
3 |
+
size 860181568
|
SmolMaestra-1.7b-Translation-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81b2c27192e8e322d87daf3bbc3bb2268df9eb224881ba1f53ce70290f754dc3
|
3 |
+
size 776819776
|
SmolMaestra-1.7b-Translation-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ba076f8f82694ff5dfe654f6e217ebc6174fd92c7792115e711e60a5d12820
|
3 |
+
size 990729280
|
SmolMaestra-1.7b-Translation-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10aaa31625f996c720ed5424150bf0a248abdefc44d6baed75a677456953346c
|
3 |
+
size 1055609920
|
SmolMaestra-1.7b-Translation-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b32489a0c9b0b32412a5861e49f597cf6679988313d01587f51068ebb96712ed
|
3 |
+
size 999117888
|
SmolMaestra-1.7b-Translation-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14dddbfdcb3d0469b0ccc1a7f8abb3521b2ee6cd1204ae1d99e32243dbb72bb9
|
3 |
+
size 1192055872
|
SmolMaestra-1.7b-Translation-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0e308e5e9346b6b07ab960a2f599ca2d585250e74be8f0cc817122c4db809e3
|
3 |
+
size 1225479232
|
SmolMaestra-1.7b-Translation-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:421eb52b991db7c8fb16f54f716098f55dc263bb9c40b65e8cf8288d67442de1
|
3 |
+
size 1192055872
|
SmolMaestra-1.7b-Translation-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6f81bf7203ec4b7f0eaf5619cbb9b2967bbc67018564f56b015cc477435657b
|
3 |
+
size 1405965376
|
SmolMaestra-1.7b-Translation-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f70ef61276ed87e1d297d6312ab4884b86d9718eee1ef6ae689556c0605b2f
|
3 |
+
size 1820415040
|