morriszms commited on
Commit
b983bbf
·
verified ·
1 Parent(s): 43d0a74

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
+ agiin-13.6B-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ agiin-13.6B-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ agiin-13.6B-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ agiin-13.6B-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ agiin-13.6B-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ agiin-13.6B-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ agiin-13.6B-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ agiin-13.6B-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ agiin-13.6B-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ agiin-13.6B-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ agiin-13.6B-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ agiin-13.6B-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ datasets:
6
+ - Intel/orca_dpo_pairs
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: mncai/agiin-13.6B-v0.1
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
+ ## mncai/agiin-13.6B-v0.1 - GGUF
25
+
26
+ This repo contains GGUF format model files for [mncai/agiin-13.6B-v0.1](https://huggingface.co/mncai/agiin-13.6B-v0.1).
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
+ ### System:
34
+ {system_prompt}
35
+
36
+ ### User:
37
+ {prompt}
38
+
39
+ ### Assistant:
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [agiin-13.6B-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q2_K.gguf) | Q2_K | 4.775 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [agiin-13.6B-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q3_K_S.gguf) | Q3_K_S | 5.567 GB | very small, high quality loss |
48
+ | [agiin-13.6B-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q3_K_M.gguf) | Q3_K_M | 6.199 GB | very small, high quality loss |
49
+ | [agiin-13.6B-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q3_K_L.gguf) | Q3_K_L | 6.753 GB | small, substantial quality loss |
50
+ | [agiin-13.6B-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q4_0.gguf) | Q4_0 | 7.255 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [agiin-13.6B-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q4_K_S.gguf) | Q4_K_S | 7.305 GB | small, greater quality loss |
52
+ | [agiin-13.6B-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q4_K_M.gguf) | Q4_K_M | 7.709 GB | medium, balanced quality - recommended |
53
+ | [agiin-13.6B-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q5_0.gguf) | Q5_0 | 8.845 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [agiin-13.6B-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q5_K_S.gguf) | Q5_K_S | 8.845 GB | large, low quality loss - recommended |
55
+ | [agiin-13.6B-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q5_K_M.gguf) | Q5_K_M | 9.078 GB | large, very low quality loss - recommended |
56
+ | [agiin-13.6B-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q6_K.gguf) | Q6_K | 10.534 GB | very large, extremely low quality loss |
57
+ | [agiin-13.6B-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/agiin-13.6B-v0.1-GGUF/tree/main/agiin-13.6B-v0.1-Q8_0.gguf) | Q8_0 | 13.643 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/agiin-13.6B-v0.1-GGUF --include "agiin-13.6B-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/agiin-13.6B-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
agiin-13.6B-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1b07d72a13414166281a5c179379be71de1f230c4aedf600194fe05c0f2ea1
3
+ size 5126723904
agiin-13.6B-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b101e56696fc985822411ac1d0a816523fd09a26b1340ddb82392a1e833f499
3
+ size 7250884928
agiin-13.6B-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d475c896cedc16f31ad03cf4f2ee76a53f996aafab0e2d6921bb8d42557221
3
+ size 6656342336
agiin-13.6B-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12e14b87971bcfd51e1f45215e8f1c49a361accbbb8bc54e0892be06f9eb0ea5
3
+ size 5977061696
agiin-13.6B-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:142d3dee6d1e55be93b0c2f8344eaee874c55af417b6b3c53d8815a93aa1cba4
3
+ size 7790418240
agiin-13.6B-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c038ae81e434a1d97b2dba20b63f8be990a63e7d01771959c336d95b79dd1bc2
3
+ size 8277023040
agiin-13.6B-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8ed3d0caeb22278bbab15badbe2d0035098c0280eeb0983926dbeebebb7f50
3
+ size 7843895616
agiin-13.6B-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2730f5326a02c17aaf639fa31fff6124a1dc403e446ebfa1cb326eeab6a11799
3
+ size 9497106752
agiin-13.6B-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369a460a037ec89f7b1ce2469aab12b87b144090104a3afcde789a6222b0ade9
3
+ size 9747781952
agiin-13.6B-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f9df351d92d8ec3bf140d13e4451c354ab601a71cbb20701a6b381c6f4e5ee
3
+ size 9497106752
agiin-13.6B-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d68219225da78536d9b967d339273104ec6949541785041b2da9abf0fbeb09
3
+ size 11310463296
agiin-13.6B-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759e4e702c0c8c2f96b3810648f84c05350c02334c56ec0ccd3daa7a3713978c
3
+ size 14648916288