Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +97 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q2_K.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_L.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_M.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_S.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_0.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_M.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_S.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_0.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_M.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_S.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q6_K.gguf +3 -0
- Samantha2.0-Qwen2.5-14B-ita-v2-16bit-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 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: WasamiKirua/Samantha2.0-Qwen2.5-14B-ita-v2-16bit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
- qwen2
|
11 |
+
- trl
|
12 |
+
- sft
|
13 |
+
- psychology
|
14 |
+
- EQ
|
15 |
+
- conversational
|
16 |
+
- NLP
|
17 |
+
- companion
|
18 |
+
- TensorBlock
|
19 |
+
- GGUF
|
20 |
+
pipeline_tag: text-generation
|
21 |
+
datasets:
|
22 |
+
- WasamiKirua/Samantha2.0-ITA
|
23 |
+
- WasamiKirua/haiku-ita-v0.2
|
24 |
+
---
|
25 |
+
|
26 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
27 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
28 |
+
</div>
|
29 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
30 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
31 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
32 |
+
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>
|
33 |
+
</p>
|
34 |
+
</div>
|
35 |
+
</div>
|
36 |
+
|
37 |
+
## WasamiKirua/Samantha2.0-Qwen2.5-14B-ita-v2-16bit - GGUF
|
38 |
+
|
39 |
+
This repo contains GGUF format model files for [WasamiKirua/Samantha2.0-Qwen2.5-14B-ita-v2-16bit](https://huggingface.co/WasamiKirua/Samantha2.0-Qwen2.5-14B-ita-v2-16bit).
|
40 |
+
|
41 |
+
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).
|
42 |
+
|
43 |
+
<div style="text-align: left; margin: 20px 0;">
|
44 |
+
<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;">
|
45 |
+
Run them on the TensorBlock client using your local machine ↗
|
46 |
+
</a>
|
47 |
+
</div>
|
48 |
+
|
49 |
+
## Prompt template
|
50 |
+
|
51 |
+
```
|
52 |
+
<|im_start|>system
|
53 |
+
{system_prompt}<|im_end|>
|
54 |
+
<|im_start|>user
|
55 |
+
{prompt}<|im_end|>
|
56 |
+
<|im_start|>assistant
|
57 |
+
```
|
58 |
+
|
59 |
+
## Model file specification
|
60 |
+
|
61 |
+
| Filename | Quant type | File Size | Description |
|
62 |
+
| -------- | ---------- | --------- | ----------- |
|
63 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q2_K.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q2_K.gguf) | Q2_K | 5.770 GB | smallest, significant quality loss - not recommended for most purposes |
|
64 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_S.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_S.gguf) | Q3_K_S | 6.660 GB | very small, high quality loss |
|
65 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_M.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_M.gguf) | Q3_K_M | 7.339 GB | very small, high quality loss |
|
66 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_L.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_L.gguf) | Q3_K_L | 7.925 GB | small, substantial quality loss |
|
67 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_0.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_0.gguf) | Q4_0 | 8.518 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
68 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_S.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_S.gguf) | Q4_K_S | 8.573 GB | small, greater quality loss |
|
69 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_M.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_M.gguf) | Q4_K_M | 8.988 GB | medium, balanced quality - recommended |
|
70 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_0.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_0.gguf) | Q5_0 | 10.267 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
71 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_S.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_S.gguf) | Q5_K_S | 10.267 GB | large, low quality loss - recommended |
|
72 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_M.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_M.gguf) | Q5_K_M | 10.509 GB | large, very low quality loss - recommended |
|
73 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q6_K.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q6_K.gguf) | Q6_K | 12.125 GB | very large, extremely low quality loss |
|
74 |
+
| [Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q8_0.gguf](https://huggingface.co/tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF/blob/main/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q8_0.gguf) | Q8_0 | 15.702 GB | very large, extremely low quality loss - not recommended |
|
75 |
+
|
76 |
+
|
77 |
+
## Downloading instruction
|
78 |
+
|
79 |
+
### Command line
|
80 |
+
|
81 |
+
Firstly, install Huggingface Client
|
82 |
+
|
83 |
+
```shell
|
84 |
+
pip install -U "huggingface_hub[cli]"
|
85 |
+
```
|
86 |
+
|
87 |
+
Then, downoad the individual model file the a local directory
|
88 |
+
|
89 |
+
```shell
|
90 |
+
huggingface-cli download tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF --include "Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
91 |
+
```
|
92 |
+
|
93 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
94 |
+
|
95 |
+
```shell
|
96 |
+
huggingface-cli download tensorblock/Samantha2.0-Qwen2.5-14B-ita-v2-16bit-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
97 |
+
```
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5222e8d8c267f4cd35cd69d763fbb52d9768ed9704de65e2a57218b2bfc04a8
|
3 |
+
size 5770496416
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b72c8180602cdd0039a73ac5d0957c1f4a18ea0af0e7beb823030a5642df9cd4
|
3 |
+
size 7924767136
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55385896eec5af0941d78f23577471bc773ca49706a89797646530e82f9e578d
|
3 |
+
size 7339202976
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f32699b737be7a799b4ab60c42382ff31391966354329cb72191c39928a58e87
|
3 |
+
size 6659594656
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef529012b653d74926fc8be3546585c24fa8765e4c9b0432d21798ff2389e7fb
|
3 |
+
size 8517724576
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:230f243e7e63f0ed7d6d7a7abf8a27580cc4221df1b860205b949dc705fa76aa
|
3 |
+
size 8988109216
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e01af9979f3faeec4f5ddd79c5f14de3386f1583cc4abc5127182f84d803f54
|
3 |
+
size 8573430176
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45e9904f69b54370ee31f409690152010616ba5ce77ffa01e3d1ece685f739bb
|
3 |
+
size 10266552736
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e040671e424f1be84c5258379bfdc12d2262c61579d633f835d443e80a9cb67d
|
3 |
+
size 10508872096
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9aa30577c3a99533609c5d3198b28ccb81b4fcf61212974a0fb87db74584609
|
3 |
+
size 10266552736
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a4b78cae7d306872eb67bae872208ad6cf90dad1a3d488bd7dfba8de020142
|
3 |
+
size 12124682656
|
Samantha2.0-Qwen2.5-14B-ita-v2-16bit-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c531d029da9e4242ea9fa89c5859f433613f06ec4d671fba0c4d2c8e6521962
|
3 |
+
size 15701596576
|