morriszms commited on
Commit
d31cd5d
·
verified ·
1 Parent(s): 96cb372

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
+ SauerkrautLM-Nemo-12b-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SauerkrautLM-Nemo-12b-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SauerkrautLM-Nemo-12b-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SauerkrautLM-Nemo-12b-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SauerkrautLM-Nemo-12b-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SauerkrautLM-Nemo-12b-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SauerkrautLM-Nemo-12b-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SauerkrautLM-Nemo-12b-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SauerkrautLM-Nemo-12b-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SauerkrautLM-Nemo-12b-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SauerkrautLM-Nemo-12b-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SauerkrautLM-Nemo-12b-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - de
5
+ - en
6
+ - it
7
+ - fr
8
+ - pt
9
+ - nl
10
+ - ru
11
+ - ar
12
+ - es
13
+ tags:
14
+ - spectrum
15
+ - TensorBlock
16
+ - GGUF
17
+ base_model: VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct - GGUF
32
+
33
+ This repo contains GGUF format model files for [VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct](https://huggingface.co/VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct).
34
+
35
+ 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).
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+ <s>[INST] {system_prompt}
41
+
42
+ {prompt}[/INST]
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [SauerkrautLM-Nemo-12b-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q2_K.gguf) | Q2_K | 4.462 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [SauerkrautLM-Nemo-12b-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q3_K_S.gguf) | Q3_K_S | 5.154 GB | very small, high quality loss |
51
+ | [SauerkrautLM-Nemo-12b-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q3_K_M.gguf) | Q3_K_M | 5.665 GB | very small, high quality loss |
52
+ | [SauerkrautLM-Nemo-12b-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q3_K_L.gguf) | Q3_K_L | 6.111 GB | small, substantial quality loss |
53
+ | [SauerkrautLM-Nemo-12b-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q4_0.gguf) | Q4_0 | 6.586 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [SauerkrautLM-Nemo-12b-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q4_K_S.gguf) | Q4_K_S | 6.631 GB | small, greater quality loss |
55
+ | [SauerkrautLM-Nemo-12b-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q4_K_M.gguf) | Q4_K_M | 6.964 GB | medium, balanced quality - recommended |
56
+ | [SauerkrautLM-Nemo-12b-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q5_0.gguf) | Q5_0 | 7.934 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [SauerkrautLM-Nemo-12b-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q5_K_S.gguf) | Q5_K_S | 7.934 GB | large, low quality loss - recommended |
58
+ | [SauerkrautLM-Nemo-12b-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q5_K_M.gguf) | Q5_K_M | 8.128 GB | large, very low quality loss - recommended |
59
+ | [SauerkrautLM-Nemo-12b-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q6_K.gguf) | Q6_K | 9.366 GB | very large, extremely low quality loss |
60
+ | [SauerkrautLM-Nemo-12b-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF/tree/main/SauerkrautLM-Nemo-12b-Instruct-Q8_0.gguf) | Q8_0 | 12.128 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF --include "SauerkrautLM-Nemo-12b-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/SauerkrautLM-Nemo-12b-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
SauerkrautLM-Nemo-12b-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f359380539b68840da733bd30d751aa22bf242905b2859bae277c7a2331a77
3
+ size 4791047936
SauerkrautLM-Nemo-12b-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1759d7e8588872c7576c1755a4d8c99e05725b6482303cfb867f05dd10c1e3ab
3
+ size 6561502976
SauerkrautLM-Nemo-12b-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abfdb5ce90e84453d7edbe38bbfbe1d46f4dacf141907261fdbdfd92cdd514b4
3
+ size 6083090176
SauerkrautLM-Nemo-12b-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2bb1d9814e88beb77cbde3080c1eb9ebe5dbe598db9a6e539d40296d3e57a2
3
+ size 5534226176
SauerkrautLM-Nemo-12b-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4897834d263caf7d41c3c0156ac6fe89bd1f2f777ea2ca833b00f4ec47e57c8
3
+ size 7071700736
SauerkrautLM-Nemo-12b-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c5ba49bdf403dd1cd52997b205f6e65efe7a60583bc703fef566b3c38414e5
3
+ size 7477204736
SauerkrautLM-Nemo-12b-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef07e8f1864676eb13b9ce75be09b92ceb4066b69fccb5fc03e7eeac2b8beb0e
3
+ size 7120197376
SauerkrautLM-Nemo-12b-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d55256321d23f687c8f8575d8739d038ae9fecbfd27f5a50811c4b7bfa5ffcdd
3
+ size 8518735616
SauerkrautLM-Nemo-12b-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb7ecfe223d800da4a5568aa38233b1c09344bd9604f30f66eb8a4cb7b08401
3
+ size 8727631616
SauerkrautLM-Nemo-12b-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0345ae7d421c3d4de792e839e353e18f23b503aa1e7413789b8a665c28cc2bf5
3
+ size 8518735616
SauerkrautLM-Nemo-12b-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661ae297b32f8aa257f6cdc9f6d8e1bdaf09bdb32b688e0677de4710fcca1dd2
3
+ size 10056210176
SauerkrautLM-Nemo-12b-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1674d41b274a8f5e927be84736673618022df7455368580efae5c52b711c85
3
+ size 13022369536