morriszms commited on
Commit
5db35d8
1 Parent(s): 70f83b7

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
+ Samantha-Qwen-2-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Samantha-Qwen-2-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Samantha-Qwen-2-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Samantha-Qwen-2-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Samantha-Qwen-2-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Samantha-Qwen-2-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Samantha-Qwen-2-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Samantha-Qwen-2-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Samantha-Qwen-2-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Samantha-Qwen-2-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Samantha-Qwen-2-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Samantha-Qwen-2-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: macadeliccc/Samantha-Qwen-2-7B
3
+ datasets:
4
+ - macadeliccc/opus_samantha
5
+ - HuggingfaceH4/ultrachat_200k
6
+ - teknium/OpenHermes-2.5
7
+ - Sao10K/Claude-3-Opus-Instruct-15K
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
+ - zh
12
+ tags:
13
+ - TensorBlock
14
+ - GGUF
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## macadeliccc/Samantha-Qwen-2-7B - GGUF
29
+
30
+ This repo contains GGUF format model files for [macadeliccc/Samantha-Qwen-2-7B](https://huggingface.co/macadeliccc/Samantha-Qwen-2-7B).
31
+
32
+ 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).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <|im_start|>system
38
+ {system_prompt}<|im_end|>
39
+ <|im_start|>user
40
+ {prompt}<|im_end|>
41
+ <|im_start|>assistant
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [Samantha-Qwen-2-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q2_K.gguf) | Q2_K | 2.809 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [Samantha-Qwen-2-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q3_K_S.gguf) | Q3_K_S | 3.253 GB | very small, high quality loss |
50
+ | [Samantha-Qwen-2-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q3_K_M.gguf) | Q3_K_M | 3.547 GB | very small, high quality loss |
51
+ | [Samantha-Qwen-2-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q3_K_L.gguf) | Q3_K_L | 3.808 GB | small, substantial quality loss |
52
+ | [Samantha-Qwen-2-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q4_0.gguf) | Q4_0 | 4.127 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [Samantha-Qwen-2-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q4_K_S.gguf) | Q4_K_S | 4.152 GB | small, greater quality loss |
54
+ | [Samantha-Qwen-2-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q4_K_M.gguf) | Q4_K_M | 4.361 GB | medium, balanced quality - recommended |
55
+ | [Samantha-Qwen-2-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q5_0.gguf) | Q5_0 | 4.950 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [Samantha-Qwen-2-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q5_K_S.gguf) | Q5_K_S | 4.950 GB | large, low quality loss - recommended |
57
+ | [Samantha-Qwen-2-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q5_K_M.gguf) | Q5_K_M | 5.071 GB | large, very low quality loss - recommended |
58
+ | [Samantha-Qwen-2-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q6_K.gguf) | Q6_K | 5.825 GB | very large, extremely low quality loss |
59
+ | [Samantha-Qwen-2-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Samantha-Qwen-2-7B-GGUF/tree/main/Samantha-Qwen-2-7B-Q8_0.gguf) | Q8_0 | 7.542 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Samantha-Qwen-2-7B-GGUF --include "Samantha-Qwen-2-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/Samantha-Qwen-2-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
Samantha-Qwen-2-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d56c0ad8b42c8fd3bfecbe3cbec48bccc28b316f46e778091dc4e7f52085c4
3
+ size 3015938240
Samantha-Qwen-2-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2278b3a1eb433617c329f3b9a7e154427b220f72855b65e8707b7862d1fc7bf
3
+ size 4088457408
Samantha-Qwen-2-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd854e846605c471415db0f5c552be029ceed5685963d071e2d424f24c89b4d
3
+ size 3808389312
Samantha-Qwen-2-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae38cb38f91d7d961287e29fe7cff1aae30f4ada248d1e49483a983c06ba4a1
3
+ size 3492366528
Samantha-Qwen-2-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5868acaa9e906438a0e3133aa4ee47532a47e3051da84b997b96c1c6c3ec04
3
+ size 4431388864
Samantha-Qwen-2-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcaf58d78c9b8c10c6d6ac0ebbffa74ee349dad3f92e4f8eaa74c82badeb0a75
3
+ size 4683071680
Samantha-Qwen-2-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e60207b8a37d2ac67c6707aa888a814695c85258ab5f52444bc593074711552
3
+ size 4457767104
Samantha-Qwen-2-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d2fc39482d70c6b72f53ac31693490cf4a81eb9b301fa73f776390be260f10
3
+ size 5315174592
Samantha-Qwen-2-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93d48378f102cd68c96465d65cb2e4c8cace587fa0d6597d184c5d919d732c61
3
+ size 5444829376
Samantha-Qwen-2-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf91c12219b924c8c5bccf7c60da67dff79890912e4125eb162798113726fce
3
+ size 5315174592
Samantha-Qwen-2-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9623b5e59fdf93c53b220fd5b78c43777218889f1809d459d7f2ffa32ab25cdc
3
+ size 6254196928
Samantha-Qwen-2-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e00cee5c14bbd4e4bfce37879965c7dc58a652ee8c3edd344a2ab121f1ea9e1
3
+ size 8098523328