morriszms commited on
Commit
b1a7a47
1 Parent(s): dc04c0e

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
+ dulia-13b-8k-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dulia-13b-8k-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dulia-13b-8k-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dulia-13b-8k-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dulia-13b-8k-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dulia-13b-8k-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dulia-13b-8k-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dulia-13b-8k-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dulia-13b-8k-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dulia-13b-8k-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dulia-13b-8k-alpha-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dulia-13b-8k-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - shahules786/orca-chat
5
+ - ehartford/dolphin
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ tags:
10
+ - dulia
11
+ - duliadotio
12
+ - llama-8k
13
+ - llama2
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: duliadotio/dulia-13b-8k-alpha
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## duliadotio/dulia-13b-8k-alpha - GGUF
31
+
32
+ This repo contains GGUF format model files for [duliadotio/dulia-13b-8k-alpha](https://huggingface.co/duliadotio/dulia-13b-8k-alpha).
33
+
34
+ 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).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [dulia-13b-8k-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [dulia-13b-8k-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
54
+ | [dulia-13b-8k-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
55
+ | [dulia-13b-8k-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
56
+ | [dulia-13b-8k-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [dulia-13b-8k-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
58
+ | [dulia-13b-8k-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
59
+ | [dulia-13b-8k-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [dulia-13b-8k-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
61
+ | [dulia-13b-8k-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
62
+ | [dulia-13b-8k-alpha-Q6_K.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
63
+ | [dulia-13b-8k-alpha-Q8_0.gguf](https://huggingface.co/tensorblock/dulia-13b-8k-alpha-GGUF/blob/main/dulia-13b-8k-alpha-Q8_0.gguf) | Q8_0 | 12.882 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/dulia-13b-8k-alpha-GGUF --include "dulia-13b-8k-alpha-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/dulia-13b-8k-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
dulia-13b-8k-alpha-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89633f1c112694ed4247ead0382fccb805aef637dddc4d5d81f0ea0c801ca84c
3
+ size 4854365088
dulia-13b-8k-alpha-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef0d10de56b016efb601d41cd332104f7778da43bd19548880451b09a78e680
3
+ size 6929663008
dulia-13b-8k-alpha-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7330d1595b28eab0d7838201a6e6f5a7171be2e256306941a007d779ef7b13ce
3
+ size 6337872928
dulia-13b-8k-alpha-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfab1f349eaf73ef1a7f5ef89854c026081b8207646dff27e824e87ba65fa8a9
3
+ size 5659083808
dulia-13b-8k-alpha-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a4b47659da0311674081b66f4afc2ca0f3bfed8dea70dca1250604fe57eb75
3
+ size 7365949088
dulia-13b-8k-alpha-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9544875d81f2088abf3ed2909fcd8f2894fb8c5f70e2b90dd3552a4af41408a
3
+ size 7866070688
dulia-13b-8k-alpha-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a06ec1f1df2658aa8e277d80cd43c032e82c2d6367709e939e4ef2c3b3584e
3
+ size 7423293088
dulia-13b-8k-alpha-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a12c5933fd492797d9a4858b88375fb81bc364afb5db8a00d332616dc2016a
3
+ size 8972410528
dulia-13b-8k-alpha-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a6ccf036f31ae520b16425fe628e0f7b7ca1fc448e0dd99039d5d3ef82de9a4
3
+ size 9230048928
dulia-13b-8k-alpha-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a9ff6be7daaacfa721d02d89c3c61db44a1aa3f2a39ca1e0fd25565077aae9a
3
+ size 8972410528
dulia-13b-8k-alpha-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c80839092934a331348e32c7b43cc2ecb52fedf29c25f0438281850ab1dbfc
3
+ size 10679275808
dulia-13b-8k-alpha-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c42bb6596ad5bba9c41401f6afc51a9433a20acf827c078fc7305474900e188
3
+ size 13831494688