Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +100 -0
- calme-3.1-baguette-3b-Q2_K.gguf +3 -0
- calme-3.1-baguette-3b-Q3_K_L.gguf +3 -0
- calme-3.1-baguette-3b-Q3_K_M.gguf +3 -0
- calme-3.1-baguette-3b-Q3_K_S.gguf +3 -0
- calme-3.1-baguette-3b-Q4_0.gguf +3 -0
- calme-3.1-baguette-3b-Q4_K_M.gguf +3 -0
- calme-3.1-baguette-3b-Q4_K_S.gguf +3 -0
- calme-3.1-baguette-3b-Q5_0.gguf +3 -0
- calme-3.1-baguette-3b-Q5_K_M.gguf +3 -0
- calme-3.1-baguette-3b-Q5_K_S.gguf +3 -0
- calme-3.1-baguette-3b-Q6_K.gguf +3 -0
- calme-3.1-baguette-3b-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 |
+
calme-3.1-baguette-3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
calme-3.1-baguette-3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
calme-3.1-baguette-3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
calme-3.1-baguette-3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
calme-3.1-baguette-3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
calme-3.1-baguette-3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
calme-3.1-baguette-3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
calme-3.1-baguette-3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
calme-3.1-baguette-3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
calme-3.1-baguette-3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
calme-3.1-baguette-3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
calme-3.1-baguette-3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: qwen-research
|
4 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE
|
5 |
+
language:
|
6 |
+
- fr
|
7 |
+
- en
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- chat
|
11 |
+
- qwen
|
12 |
+
- qwen2.5
|
13 |
+
- finetune
|
14 |
+
- french
|
15 |
+
- english
|
16 |
+
- TensorBlock
|
17 |
+
- GGUF
|
18 |
+
library_name: transformers
|
19 |
+
inference: false
|
20 |
+
model_creator: MaziyarPanahi
|
21 |
+
quantized_by: MaziyarPanahi
|
22 |
+
base_model: MaziyarPanahi/calme-3.1-baguette-3b
|
23 |
+
model_name: calme-3.1-baguette-3b
|
24 |
+
datasets:
|
25 |
+
- MaziyarPanahi/french_instruct_sharegpt
|
26 |
+
- MaziyarPanahi/calme-legalkit-v0.2
|
27 |
+
---
|
28 |
+
|
29 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
30 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
31 |
+
</div>
|
32 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
33 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
34 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
35 |
+
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>
|
36 |
+
</p>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## MaziyarPanahi/calme-3.1-baguette-3b - GGUF
|
41 |
+
|
42 |
+
This repo contains GGUF format model files for [MaziyarPanahi/calme-3.1-baguette-3b](https://huggingface.co/MaziyarPanahi/calme-3.1-baguette-3b).
|
43 |
+
|
44 |
+
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).
|
45 |
+
|
46 |
+
<div style="text-align: left; margin: 20px 0;">
|
47 |
+
<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;">
|
48 |
+
Run them on the TensorBlock client using your local machine ↗
|
49 |
+
</a>
|
50 |
+
</div>
|
51 |
+
|
52 |
+
## Prompt template
|
53 |
+
|
54 |
+
```
|
55 |
+
<|im_start|>system
|
56 |
+
{system_prompt}<|im_end|>
|
57 |
+
<|im_start|>user
|
58 |
+
{prompt}<|im_end|>
|
59 |
+
<|im_start|>assistant
|
60 |
+
```
|
61 |
+
|
62 |
+
## Model file specification
|
63 |
+
|
64 |
+
| Filename | Quant type | File Size | Description |
|
65 |
+
| -------- | ---------- | --------- | ----------- |
|
66 |
+
| [calme-3.1-baguette-3b-Q2_K.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q2_K.gguf) | Q2_K | 1.274 GB | smallest, significant quality loss - not recommended for most purposes |
|
67 |
+
| [calme-3.1-baguette-3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q3_K_S.gguf) | Q3_K_S | 1.454 GB | very small, high quality loss |
|
68 |
+
| [calme-3.1-baguette-3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q3_K_M.gguf) | Q3_K_M | 1.590 GB | very small, high quality loss |
|
69 |
+
| [calme-3.1-baguette-3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q3_K_L.gguf) | Q3_K_L | 1.707 GB | small, substantial quality loss |
|
70 |
+
| [calme-3.1-baguette-3b-Q4_0.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q4_0.gguf) | Q4_0 | 1.822 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
71 |
+
| [calme-3.1-baguette-3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q4_K_S.gguf) | Q4_K_S | 1.834 GB | small, greater quality loss |
|
72 |
+
| [calme-3.1-baguette-3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q4_K_M.gguf) | Q4_K_M | 1.929 GB | medium, balanced quality - recommended |
|
73 |
+
| [calme-3.1-baguette-3b-Q5_0.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q5_0.gguf) | Q5_0 | 2.169 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
74 |
+
| [calme-3.1-baguette-3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q5_K_S.gguf) | Q5_K_S | 2.169 GB | large, low quality loss - recommended |
|
75 |
+
| [calme-3.1-baguette-3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q5_K_M.gguf) | Q5_K_M | 2.224 GB | large, very low quality loss - recommended |
|
76 |
+
| [calme-3.1-baguette-3b-Q6_K.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q6_K.gguf) | Q6_K | 2.538 GB | very large, extremely low quality loss |
|
77 |
+
| [calme-3.1-baguette-3b-Q8_0.gguf](https://huggingface.co/tensorblock/calme-3.1-baguette-3b-GGUF/blob/main/calme-3.1-baguette-3b-Q8_0.gguf) | Q8_0 | 3.285 GB | very large, extremely low quality loss - not recommended |
|
78 |
+
|
79 |
+
|
80 |
+
## Downloading instruction
|
81 |
+
|
82 |
+
### Command line
|
83 |
+
|
84 |
+
Firstly, install Huggingface Client
|
85 |
+
|
86 |
+
```shell
|
87 |
+
pip install -U "huggingface_hub[cli]"
|
88 |
+
```
|
89 |
+
|
90 |
+
Then, downoad the individual model file the a local directory
|
91 |
+
|
92 |
+
```shell
|
93 |
+
huggingface-cli download tensorblock/calme-3.1-baguette-3b-GGUF --include "calme-3.1-baguette-3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
94 |
+
```
|
95 |
+
|
96 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
97 |
+
|
98 |
+
```shell
|
99 |
+
huggingface-cli download tensorblock/calme-3.1-baguette-3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
100 |
+
```
|
calme-3.1-baguette-3b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9cfcaee17d19ba4b6394a88268920cc5967919cbe2dc8937839aee4d4281cfa
|
3 |
+
size 1274292512
|
calme-3.1-baguette-3b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27eda223d5dde22be40f670cad462fbb5a8887eed83a8cf3e13e674780109ed6
|
3 |
+
size 1706928416
|
calme-3.1-baguette-3b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9694d97d6d5d03461967d24f1fb251b78c4585b70c0eeb8568ad91d2a0d7e001
|
3 |
+
size 1590012192
|
calme-3.1-baguette-3b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15822c3d42e92f114afbe1acc4a44194ee4685ab956ccea9fba5b17ebdcf4540
|
3 |
+
size 1453893920
|
calme-3.1-baguette-3b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:483ba0d9ce6dec1bb1e2c5b1e21ac599863c7f19fdbb8f6635d13a5859d9cbfd
|
3 |
+
size 1822386464
|
calme-3.1-baguette-3b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:351058680d633749fa64efde205bd5f3d942aacada3204c594d9acfab2fc8774
|
3 |
+
size 1929439520
|
calme-3.1-baguette-3b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a54940ef4af7182a7ea795110af1cf812842a322ce6189eb08c925f7cc3ef0
|
3 |
+
size 1833920800
|
calme-3.1-baguette-3b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e66e87c5ee065145cf78ed9cc7852a0005dfe33fd740f4f460d1dd697430bacd
|
3 |
+
size 2169202976
|
calme-3.1-baguette-3b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ce5fd3fbd430c1d7a16704a4592888897e619fba931fbd182a9e71d5454e8f
|
3 |
+
size 2224351520
|
calme-3.1-baguette-3b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5341f3ab64a6fd315c73b59a715bdc696977d665536645097e0de3d5328acfa
|
3 |
+
size 2169202976
|
calme-3.1-baguette-3b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa57231e6a1dee9cda7591cc4bcbbd94239edd5cc571ee613cf08d1a36006fc
|
3 |
+
size 2537695520
|
calme-3.1-baguette-3b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:126d6c8edbc548083a614e7bbb49133431c121fcb2ca28abd5932e36971f4bb9
|
3 |
+
size 3284878336
|