morriszms commited on
Commit
f0ad498
·
verified ·
1 Parent(s): 16b05db

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
+ llama_nov08-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama_nov08-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama_nov08-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama_nov08-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama_nov08-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama_nov08-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama_nov08-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama_nov08-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama_nov08-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama_nov08-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama_nov08-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama_nov08-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: RoyJoy/llama_nov08
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## RoyJoy/llama_nov08 - GGUF
21
+
22
+ This repo contains GGUF format model files for [RoyJoy/llama_nov08](https://huggingface.co/RoyJoy/llama_nov08).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|im_start|>system
36
+ {system_prompt}<|im_end|>
37
+ <|im_start|>user
38
+ {prompt}<|im_end|>
39
+ <|im_start|>assistant
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [llama_nov08-Q2_K.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q2_K.gguf) | Q2_K | 3.778 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [llama_nov08-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q3_K_S.gguf) | Q3_K_S | 4.335 GB | very small, high quality loss |
48
+ | [llama_nov08-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q3_K_M.gguf) | Q3_K_M | 4.712 GB | very small, high quality loss |
49
+ | [llama_nov08-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q3_K_L.gguf) | Q3_K_L | 4.929 GB | small, substantial quality loss |
50
+ | [llama_nov08-Q4_0.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q4_0.gguf) | Q4_0 | 5.169 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [llama_nov08-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q4_K_S.gguf) | Q4_K_S | 5.473 GB | small, greater quality loss |
52
+ | [llama_nov08-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q4_K_M.gguf) | Q4_K_M | 5.875 GB | medium, balanced quality - recommended |
53
+ | [llama_nov08-Q5_0.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q5_0.gguf) | Q5_0 | 6.242 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [llama_nov08-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q5_K_S.gguf) | Q5_K_S | 6.386 GB | large, low quality loss - recommended |
55
+ | [llama_nov08-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q5_K_M.gguf) | Q5_K_M | 6.729 GB | large, very low quality loss - recommended |
56
+ | [llama_nov08-Q6_K.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q6_K.gguf) | Q6_K | 7.939 GB | very large, extremely low quality loss |
57
+ | [llama_nov08-Q8_0.gguf](https://huggingface.co/tensorblock/llama_nov08-GGUF/blob/main/llama_nov08-Q8_0.gguf) | Q8_0 | 9.559 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/llama_nov08-GGUF --include "llama_nov08-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/llama_nov08-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
llama_nov08-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ebb27aaed1a6ec40da3811db44a83a7523052d6dda03e7cd0a978895d16917
3
+ size 3778094912
llama_nov08-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:902c44ce6f49f00bc66a95800edc88865c794d0df8061980d8e5a7f0a3ed54b6
3
+ size 4929298240
llama_nov08-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470fdcfe93cd520d399c49634c9919b398b3cb1238f66186bce9492e9b492c41
3
+ size 4712488768
llama_nov08-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad97f363a008696f6fa2f7d47af3db3c3cdcaa731640b4d168a4371df7634f7a
3
+ size 4335050560
llama_nov08-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe6e08f1799cf8a4db377b86c134a626051a37a44214327ef4f3fd3f1da9841
3
+ size 5168789312
llama_nov08-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426e67c55236b624b43b625a6b7445f04337cf188aa3fde8dbbc5bc68fa9249b
3
+ size 5875201856
llama_nov08-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d72dcc6f0d232e462d9032792661f22d76cd98ce034e2e87c4e63052ca1633
3
+ size 5473318720
llama_nov08-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccad9026ce660c4125a1908cc9f649a2fb83e6aed90c5dd040cf6436388ca291
3
+ size 6241515328
llama_nov08-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83d1c3bfba064b04c448587449cc43e93fb4381dc237f062c260f83811a3c15
3
+ size 6729365312
llama_nov08-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b192c5867abd961f7238be530b295e07ac59e07ade255eda8d4755e1a48c80
3
+ size 6385530688
llama_nov08-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c957a6d84236376c7fa92d41dc672711c549f52eb682dabd57a6e3a1da1ea4d3
3
+ size 7939346240
llama_nov08-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d102eed67232bb74ff0e17f9c7814078fa0c3304184e116abd11c9299ac1697f
3
+ size 9559179072