morriszms commited on
Commit
6108bb5
1 Parent(s): 224e64f

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
+ zefiro-7b-beta-ITA-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zefiro-7b-beta-ITA-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zefiro-7b-beta-ITA-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zefiro-7b-beta-ITA-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zefiro-7b-beta-ITA-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zefiro-7b-beta-ITA-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zefiro-7b-beta-ITA-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zefiro-7b-beta-ITA-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zefiro-7b-beta-ITA-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zefiro-7b-beta-ITA-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zefiro-7b-beta-ITA-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zefiro-7b-beta-ITA-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - giux78/100k-sft-ready-ultrafeedback-ita
5
+ language:
6
+ - it
7
+ pipeline_tag: text-generation
8
+ base_model: giux78/zefiro-7b-beta-ITA-v0.1
9
+ tags:
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
+ ## giux78/zefiro-7b-beta-ITA-v0.1 - GGUF
26
+
27
+ This repo contains GGUF format model files for [giux78/zefiro-7b-beta-ITA-v0.1](https://huggingface.co/giux78/zefiro-7b-beta-ITA-v0.1).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ <|system|>
35
+ {system_prompt}</s>
36
+ <|user|>
37
+ {prompt}</s>
38
+ <|assistant|>
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [zefiro-7b-beta-ITA-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [zefiro-7b-beta-ITA-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
47
+ | [zefiro-7b-beta-ITA-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
48
+ | [zefiro-7b-beta-ITA-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
49
+ | [zefiro-7b-beta-ITA-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [zefiro-7b-beta-ITA-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
51
+ | [zefiro-7b-beta-ITA-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
52
+ | [zefiro-7b-beta-ITA-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [zefiro-7b-beta-ITA-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
54
+ | [zefiro-7b-beta-ITA-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
55
+ | [zefiro-7b-beta-ITA-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
56
+ | [zefiro-7b-beta-ITA-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF/tree/main/zefiro-7b-beta-ITA-v0.1-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF --include "zefiro-7b-beta-ITA-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/zefiro-7b-beta-ITA-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
zefiro-7b-beta-ITA-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75693ea8690dc2ca3394517ea92da97b13c4099b95f46629b8832c5d21eaa72
3
+ size 2719243008
zefiro-7b-beta-ITA-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9072b6172eb18c81c0907da84404953eb938d0f759b51a8d07df06d2adc37d1
3
+ size 3822025472
zefiro-7b-beta-ITA-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:775f4d7225f9e358c19becd7326bcc5071eac460efd72e8478c516f47f512d83
3
+ size 3518987008
zefiro-7b-beta-ITA-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17226adff97f4aaf1db96ab7b30b19ca1164138c135a93b583eb23cd1bca793a
3
+ size 3164568320
zefiro-7b-beta-ITA-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f2dc4273b3bcda22ae7c1df232bdfe1952d09be147182e03d6e4a47a8ab409f
3
+ size 4108917504
zefiro-7b-beta-ITA-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b8c17beefb78cc125c491ae1079dfca63a58173d71ce6b0584f0c55c3697080
3
+ size 4368440064
zefiro-7b-beta-ITA-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533aa3a6eea561ac9eea07575d610f655895b75aea23357756021102be6985df
3
+ size 4140374784
zefiro-7b-beta-ITA-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42b6f80739c46300fbde5b345639f8e32c671a069b82216b01ad8f38cb4a915
3
+ size 4997716736
zefiro-7b-beta-ITA-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1156f103e902c353abb3eea26d36c27193a7b18b8d648a817cc7cd914f4a048
3
+ size 5131410176
zefiro-7b-beta-ITA-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c753cb2f63e72fd9aeb299dd4e32f1d1b03d6a45541fc581dbd876b7393ba3f1
3
+ size 4997716736
zefiro-7b-beta-ITA-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783c877d9e0966a1436216fabac9e96a7dd9f4888ce7acc10656c01801ce8ebb
3
+ size 5942065920
zefiro-7b-beta-ITA-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3dcd82e1e513ddb7f0534fc08a7ef0f765103f6de62a425ab1626674de4318
3
+ size 7695858432