morriszms commited on
Commit
a0240ff
1 Parent(s): 7cdb577

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
+ Triunvirato-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Triunvirato-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Triunvirato-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Triunvirato-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Triunvirato-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Triunvirato-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Triunvirato-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Triunvirato-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Triunvirato-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Triunvirato-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Triunvirato-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Triunvirato-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - merge
4
+ - mergekit
5
+ - lazymergekit
6
+ - mistralai/Mistral-7B-v0.1
7
+ - Kukedlc/neuronal-7b-Mlab
8
+ - mlabonne/Monarch-7B
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: Kukedlc/Triunvirato-7b
12
+ license: apache-2.0
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## Kukedlc/Triunvirato-7b - GGUF
27
+
28
+ This repo contains GGUF format model files for [Kukedlc/Triunvirato-7b](https://huggingface.co/Kukedlc/Triunvirato-7b).
29
+
30
+ 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).
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [Triunvirato-7b-Q2_K.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [Triunvirato-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
44
+ | [Triunvirato-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
45
+ | [Triunvirato-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
46
+ | [Triunvirato-7b-Q4_0.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [Triunvirato-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
48
+ | [Triunvirato-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
49
+ | [Triunvirato-7b-Q5_0.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [Triunvirato-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
51
+ | [Triunvirato-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
52
+ | [Triunvirato-7b-Q6_K.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
53
+ | [Triunvirato-7b-Q8_0.gguf](https://huggingface.co/tensorblock/Triunvirato-7b-GGUF/tree/main/Triunvirato-7b-Q8_0.gguf) | Q8_0 | 7.167 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/Triunvirato-7b-GGUF --include "Triunvirato-7b-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/Triunvirato-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
Triunvirato-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c386dfe6dc5fd9fa2d1c05c7ef6d9389b38428c69b4669849d56bb76cf3fde88
3
+ size 2719243104
Triunvirato-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395b5210750fa8a7316bf99db77d2615786c4490a0c96d3d3e6872cff4921580
3
+ size 3822025568
Triunvirato-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1cc9bf0141139065b133fc5507984478df4a3d942e451db8e0baa1efca3c1a
3
+ size 3518987104
Triunvirato-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932d884e528a3d7708ac313e90e5e4f3b0bfc185709c7c4d01b481fadf09a71f
3
+ size 3164568416
Triunvirato-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e1d3664234a7f2b45fcc72542ed828182efea84d16cef453c30ee2c55265ac
3
+ size 4108917600
Triunvirato-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba785fbc943cc6c46116dacc1a035e7e892e7fb3e9e0fd158f2a93fe15e19620
3
+ size 4368440160
Triunvirato-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7afc47aea1dc7716158f02c706704861de4ed040345f3605d2bf042cf377a48
3
+ size 4140374880
Triunvirato-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f2ceb695691e7200179feb10730d5667fc2a2804a8a2e2d87f26e0819d5327
3
+ size 4997716832
Triunvirato-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ece5d92d0b7be0bff415adc9f063fea2d7e344c09ba04bdbe0ebbcc49b4acf3
3
+ size 5131410272
Triunvirato-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b775f0f1aa7813feb1cdbd31ca2de844a451220dc13070116c2affaa6b0cdd8
3
+ size 4997716832
Triunvirato-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeff3f4d55fb6e57f89a65ef4de028cf251b381cd2cc18e5ca11512ceb5693bb
3
+ size 5942066016
Triunvirato-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4db70f0d2b2befb0fff694ba1abe1869087f9377e5a543df81d9e848d2df8eac
3
+ size 7695858528