morriszms commited on
Commit
83ac603
·
verified ·
1 Parent(s): 25edb49

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
+ SeaPhi3-mini-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaPhi3-mini-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaPhi3-mini-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaPhi3-mini-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaPhi3-mini-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaPhi3-mini-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaPhi3-mini-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaPhi3-mini-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaPhi3-mini-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaPhi3-mini-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaPhi3-mini-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaPhi3-mini-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - SeacomSrl/rag-data
5
+ language:
6
+ - it
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: SeacomSrl/SeaPhi3-mini
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## SeacomSrl/SeaPhi3-mini - GGUF
25
+
26
+ This repo contains GGUF format model files for [SeacomSrl/SeaPhi3-mini](https://huggingface.co/SeacomSrl/SeaPhi3-mini).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+ <s><|user|>
34
+ {prompt}<|end|>
35
+ <|assistant|>
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [SeaPhi3-mini-Q2_K.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q2_K.gguf) | Q2_K | 1.319 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [SeaPhi3-mini-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q3_K_S.gguf) | Q3_K_S | 1.566 GB | very small, high quality loss |
44
+ | [SeaPhi3-mini-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q3_K_M.gguf) | Q3_K_M | 1.821 GB | very small, high quality loss |
45
+ | [SeaPhi3-mini-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q3_K_L.gguf) | Q3_K_L | 1.944 GB | small, substantial quality loss |
46
+ | [SeaPhi3-mini-Q4_0.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q4_0.gguf) | Q4_0 | 2.027 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [SeaPhi3-mini-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q4_K_S.gguf) | Q4_K_S | 2.038 GB | small, greater quality loss |
48
+ | [SeaPhi3-mini-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q4_K_M.gguf) | Q4_K_M | 2.229 GB | medium, balanced quality - recommended |
49
+ | [SeaPhi3-mini-Q5_0.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q5_0.gguf) | Q5_0 | 2.460 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [SeaPhi3-mini-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q5_K_S.gguf) | Q5_K_S | 2.460 GB | large, low quality loss - recommended |
51
+ | [SeaPhi3-mini-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q5_K_M.gguf) | Q5_K_M | 2.622 GB | large, very low quality loss - recommended |
52
+ | [SeaPhi3-mini-Q6_K.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q6_K.gguf) | Q6_K | 2.920 GB | very large, extremely low quality loss |
53
+ | [SeaPhi3-mini-Q8_0.gguf](https://huggingface.co/tensorblock/SeaPhi3-mini-GGUF/tree/main/SeaPhi3-mini-Q8_0.gguf) | Q8_0 | 3.782 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/SeaPhi3-mini-GGUF --include "SeaPhi3-mini-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/SeaPhi3-mini-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
SeaPhi3-mini-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e42504f7c8410f2a11532de0f1bd0413d0c705d3febf0b27503d65f0e7d17429
3
+ size 1416204064
SeaPhi3-mini-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42117d738f509fde550a99bd0fc632f49479877b5e51edabb5fc4c29d0add5e2
3
+ size 2087597344
SeaPhi3-mini-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30426e039d659f9e0b5211ed1a2084fd2a61520a5af11f87365a17a761e184c9
3
+ size 1955476768
SeaPhi3-mini-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f2660c8263808e67277bf3aa1553501a899cc5e2a25a2172986f3b9217d211
3
+ size 1681798432
SeaPhi3-mini-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6158a1cac8fdb7fc8d8d989c32ab7e992f516bb49560f1a8ab5f2b58d371916d
3
+ size 2176176928
SeaPhi3-mini-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95f827c403955e62c0c6dc6d53275a7eea9ba458b92fd1fe104ce1d07c48dd1
3
+ size 2393232160
SeaPhi3-mini-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a8b06cc1229677375a47422ae2207429384d77f0eaa5114ebb8abf930de69d
3
+ size 2188759840
SeaPhi3-mini-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2bdf2defc25109acf380c67d149bde247d83c093a512444884d1d4335c5895
3
+ size 2641474336
SeaPhi3-mini-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de4b373a2f7b587ef13d4676174cbba5ba75061f46a79a5599a6e1e55fad584
3
+ size 2815275808
SeaPhi3-mini-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141bc247c57755885f6048e2450e73f571f72bae4b2587be539cfd6e0b9ffdc9
3
+ size 2641474336
SeaPhi3-mini-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f7599417865790c2d596a559b7f6b037c9c5bbd6e4e9e8efd6791190995b0c6
3
+ size 3135852832
SeaPhi3-mini-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a9ce3c96c7efda6d4201995cf7ac5eaf5865c964a89555346d0d1f25d28383
3
+ size 4061222176